Hi Pankaj, I think the SOAP namespace is incorrect. For SOAP11 it should be " http://schemas.xmlsoap.org/soap/envelope/" and for SOAP12 it should be " http://www.w3.org/2003/05/soap-envelope". But anyway we should have a meaningful error. Can you please raise a jira?
Supun.. On Wed, Jul 2, 2008 at 7:02 PM, pankaj singh <[EMAIL PROTECTED]> wrote: > 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] > >