: RE: Axis2 response namespaces
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
0 Jun 2013 09:05:53 +0200
Subject: Axis2 response namespaces
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
ex
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