You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by pankaj singh <pa...@gmail.com> on 2008/07/02 15:32:41 UTC

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

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by Supun Kamburugamuva <su...@gmail.com>.
Hi Pankaj,

Can you send the axis2 log file and the complete TCP message (can be
captured using TCPMon)? That will be really helpful in identifying the
error.

Supun.

On Thu, Jul 3, 2008 at 2:23 PM, pankaj singh <pa...@gmail.com> wrote:

> Hi Supun,
>
> I had made the required changes in XML namespace but still i am getting the
> same
> error.
>
> Thanks
> Pankaj Singh
>
> On 03/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
> > Hi Pankaj,
> >
> > Did you change the SOAP namespace and Changing the SOAP namespace
> corrected
> > your problem?
> >
> > Supun.
> >
> > On Wed, Jul 2, 2008 at 8:33 PM, Rajika Kumarasiri <ra...@gmail.com>
> > wrote:
> >
> >>
> >>
> >> On Wed, Jul 2, 2008 at 8:11 PM, pankaj singh <pa...@gmail.com>
> wrote:
> >>
> >>> Hi Supun,
> >>>
> >>> i don't know how to create jira.
> >>
> >> See here
> >> http://issues.apache.org/jira/browse/AXIS2C
> >>
> >> -Rajika
> >>
> >>>
> >>> could you please help me regarding this.
> >>>
> >>> Thanks
> >>> Pankaj Singh
> >>>
> >>> On 02/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
> >>> > 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 <pa...@gmail.com>
> >>> 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: axis-c-dev-unsubscribe@ws.apache.org
> >>> >> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> >>> >>
> >>> >>
> >>> >
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> >>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> >>>
> >>>
> >>
> >>
> >> --
> >> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

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

Posted by pankaj singh <pa...@gmail.com>.
Hi Supun,

I had made the required changes in XML namespace but still i am getting the same
error.

Thanks
Pankaj Singh

On 03/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
> Hi Pankaj,
>
> Did you change the SOAP namespace and Changing the SOAP namespace corrected
> your problem?
>
> Supun.
>
> On Wed, Jul 2, 2008 at 8:33 PM, Rajika Kumarasiri <ra...@gmail.com>
> wrote:
>
>>
>>
>> On Wed, Jul 2, 2008 at 8:11 PM, pankaj singh <pa...@gmail.com> wrote:
>>
>>> Hi Supun,
>>>
>>> i don't know how to create jira.
>>
>> See here
>> http://issues.apache.org/jira/browse/AXIS2C
>>
>> -Rajika
>>
>>>
>>> could you please help me regarding this.
>>>
>>> Thanks
>>> Pankaj Singh
>>>
>>> On 02/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
>>> > 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 <pa...@gmail.com>
>>> 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: axis-c-dev-unsubscribe@ws.apache.org
>>> >> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>> >>
>>> >>
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>>
>>>
>>
>>
>> --
>> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by Supun Kamburugamuva <su...@gmail.com>.
Hi Pankaj,

Did you change the SOAP namespace and Changing the SOAP namespace corrected
your problem?

Supun.

On Wed, Jul 2, 2008 at 8:33 PM, Rajika Kumarasiri <ra...@gmail.com>
wrote:

>
>
> On Wed, Jul 2, 2008 at 8:11 PM, pankaj singh <pa...@gmail.com> wrote:
>
>> Hi Supun,
>>
>> i don't know how to create jira.
>
> See here
> http://issues.apache.org/jira/browse/AXIS2C
>
> -Rajika
>
>>
>> could you please help me regarding this.
>>
>> Thanks
>> Pankaj Singh
>>
>> On 02/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
>> > 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 <pa...@gmail.com>
>> 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: axis-c-dev-unsubscribe@ws.apache.org
>> >> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>> >>
>> >>
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>
>
> --
> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics

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

Posted by Rajika Kumarasiri <ra...@gmail.com>.
On Wed, Jul 2, 2008 at 8:11 PM, pankaj singh <pa...@gmail.com> wrote:

> Hi Supun,
>
> i don't know how to create jira.

See here
http://issues.apache.org/jira/browse/AXIS2C

-Rajika

>
> could you please help me regarding this.
>
> Thanks
> Pankaj Singh
>
> On 02/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
> > 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 <pa...@gmail.com>
> 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: axis-c-dev-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>


-- 
comp.lang.c - http://groups.google.com/group/comp.lang.c/topics

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

Posted by pankaj singh <pa...@gmail.com>.
Hi Supun,

i don't know how to create jira.
could you please help me regarding this.

Thanks
Pankaj Singh

On 02/07/2008, Supun Kamburugamuva <su...@gmail.com> wrote:
> 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 <pa...@gmail.com> 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: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


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

Posted by Supun Kamburugamuva <su...@gmail.com>.
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 <pa...@gmail.com> 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: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>