Session Attribute in service.xml

2008-08-03 Thread Sudhir Mongia
Hi, We are using Axis2 1.4. We need to add *scope *attribute to servie tag* * in service.xml. service name=foo *scope*= transportsession We have build scripts to generate service.xml file and other files with wsdl2java task, it doesn't add scope attribute by default and I couldn't see any option

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

Re: Soap request issue when a parameter is null

2008-08-03 Thread keith chapman
Well the auto generated WSDL generates all types with minoccurs=o and nillable =true. Thats the way it does it and may be this decision was taken after discussions over the mailing list (I'm not sure about that though). In any case this is the best way to override default behavior (supply your own