Devo testare un web service wsdl.
E' possibile mandare l'xml soap via http in post da html?

Ho provato mille modi, ma mi restituisce sempre

Codice PHP:
<soapenv:Envelope>
   <
soapenv:Body>
      <
soapenv:Fault>
      <
faultcode>ns1:Client.NoSOAPAction</faultcode>
      <
faultstring>no SOAPAction header!</faultstring>
      <
detail>
         <
ns2:hostname>cowbapb118</ns2:hostname>
      </
detail>
      </
soapenv:Fault>
   </
soapenv:Body>
</
soapenv:Envelope
Qualcuno ha idea perchè in ogni caso mi restituisca questo errore?