Hello,
 
I am getting the following exception: No Deserializer found to deserialize a 'http://schemas.xmlsoap.org/soap/encoding/:string' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'
when running my source code.  I am using Axis 1.2 and Apache Soap 2-2
Can you suggest a solution?
 
Call call = new Call();
call.setTargetObjectURI(urn);
call.setMethodName(methodname);
call.setEncodingStyleURI(Constants.NS_URI_SOAP_ENC);
Vector params = new Vector();
    params.addElement(new Parameter(parameterString, String.class,   parameterObject ,Constants.NS_URI_SOAP_ENC));
call.setParams(params);
 
 

 Thanks
 
 
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to