Deserialization of value object on Client side
----------------------------------------------

         Key: AXIS-2502
         URL: http://issues.apache.org/jira/browse/AXIS-2502
     Project: Apache Axis
        Type: Bug

    Versions: 1.1RC1    
 Environment: Java1.4, Tomcat 4.1 and  Apache Axis 1.1
    Reporter: Javeeth SM
    Priority: Blocker


Can anyone help with the deserialization issue?? Please..

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXException: Deserializing parameter 
'redirectVO':  could not
find deserializer for type {urn:valueobject.webservice.server.com}RedirectVO
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.xml.sax.SAXException: Deserializing parameter 
'redirectVO':  could not find deserializer for type 
{urn:valueobject.webservice.server.com}RedirectVO


Is there any solution for the above problem? (Desperate)

Error occurs in the axis generated stub (section)

        ........
        .............
        org.apache.axis.client.Call _call = createCall();
        _call.setOperation(_operations[0]);
        _call.setUseSOAPAction(true);
        _call.setSOAPActionURI("");
        
_call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
        _call.setOperationName(new 
javax.xml.namespace.QName("urn:valueobject.webservice.server.com",updateRedirect"));
      
        setRequestHeaders(_call);
        setAttachments(_call);
        java.lang.Object _resp = _call.invoke(new java.lang.Object[] 
{redirectVO});
        .............
        ......
***END***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to