Re: Soap request issue when a parameter is null

2008-08-03 Thread Luuzz
I have done what you suggested and it seems to work perfectly. Thanks a lot! But does it mean that one should'nt use the auto generated wsdl file ? Luuzz wrote: Thanks a lot for the quick reply. I use the RPCMessageReceiver indeed. Do you think that i should use another one ? I am going

Soap request issue when a parameter is null

2008-08-01 Thread Luuzz
Hello, I am new using axis2. I have developped some services with it and it works really well. But i have some problems with my last one. The web method has many parameters. Some of them can be null. So when i call the method using a soap message not specifying the nillable parameters, the

Re: Soap request issue when a parameter is null

2008-08-01 Thread Luuzz
save the WSDL generated by axis2 and get rid of minoccurs=0 attribute that is present in all the types. drop the edited WSDL into the service archive and redeploy the service. Thanks, Keith. On Fri, Aug 1, 2008 at 4:10 PM, Luuzz [EMAIL PROTECTED] wrote: Hello, I am new using axis2. I