method not found error

I’m new to SOAP - can anyone show me the problem with the following SOAP request? I receive a ‘method not found’ error.

<?xml version="1.0"?>

<soap:Envelope xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/
soap:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/
xmlns:xsi=“http://www.w3.org/1999/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/1999/XMLSchema”>
soap:Body
<m:METAR xmlns:m=“http://directflight.flightaware.com/soap/DirectFlight” >
KAUS
</m:METAR>
</soap:Body>
</soap:Envelope>

What language are you using to form your requests? Are you manually generating that XML?

I’m calling a third party tool created by West Wind Technologies from Visual Foxpro. It’s a mature tool that I’ve tested on a number of different webservices.

See anything obvious wrong?