How to indicate in WSDL that the SOAP body in response is optional?

2011-10-27 Thread Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco)
Hi All: We are sending response back from our Axis2 based Webservice both in SOAP header and in SOAP body. However we are not able to mark in WSDL that the SOAP Body is optional - SOAP header somehow is being marked as optional. We have tried setting minOccurs='0" for the response that would co

Axis2 standalone server

2011-10-27 Thread Vadym Chepkov
Hi, How would one configure axis2 standalone server to bind only to loopback interface? tomcat connector has "address" parameter, I didn't find anything similar in azis2.xml for org.apache.axis2.transport.SimpleAxis2Server 8080

Re: AxisFault when returning nulls

2011-10-27 Thread Shameera Rathnayaka
Hi Anthony, On Wed, Oct 26, 2011 at 7:28 PM, Anthony Webster wrote: > Hi, > > I have a simple Axis2 POJO service which returns strings. Whenever I return > a null I get the following exception on the server-side (however the server > does send the client an axis fault). Any ideas? > check in th