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