Hi ,

I am making client application of axis2 using windows socket apis.

i am trying to call the echo service and my xml is in following form

<?xml version="1.0" ?>
<env:Envelope xmlns:env="http://www.w3.org/2001/09/soap-envelope";>
  <env:Body>
   <ns1:echoString ns1="http://ws.apache.org/axis2/services/echo";>
   <text>Pankaj</text>
   </ns1:echoString>
  </env:Body>
</env:Envelope>

and i am getting the error

soapenv:SenderNULL parameter was passed when a non NULL parameter was expected

Please help me i am using axis2c 1.4

Thanks
Pankaj Singh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to