Axis2 response namespaces

2013-06-10 Thread Mark Kvistgaard Thomsen
Hello I'm handling a SOAP service, which we build with Ant on Hudson and I'm new to Axis, but one of our clients has asked if we can remove some information from our Webservice response. Namely the ax226 or similar numbers. Here's an example of a response we send to a request (with some links c

RE: Axis2 response namespaces

2013-06-10 Thread Martin Gainty
Mark if you strip off namespaces from the response sent from AxisService to AxisClient Axis Client will have to *know* the type which can be handled in the client such as setReturnType call.setReturnType( org.apache.axis.Constants.XSD_STRING ); http://axis.apache.org/axis/java/user-guide.html