RE: Axis2 response namespaces

2013-06-20 Thread Mark Kvistgaard Thomsen
: 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

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