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
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
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