Hi ,
 
I wonder could you tell me what are my problem is related to ... I am getting the following error when I run my generated client stub against the service  
 
org.xml.sax.SAXException: Deserializing parameter 'authoriseResult':  could not find deserializer for type urn:PNSWebser
vice:PaymentResponseBean
        at org.apache.axis.message.RPCHandler.onStartChild(Unknown Source)
        at org.apache.axis.encoding.DeserializationContextImpl.startElement(Unknown Source)
        at org.apache.axis.message.SAX2EventRecorder.replay(Unknown Source)
        at org.apache.axis.message.MessageElement.publishToHandler(Unknown Source)
        at org.apache.axis.message.RPCElement.deserialize(Unknown Source)
        at org.apache.axis.message.RPCElement.getParams(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
 
I can see the soap message returned contains the parameters that I want  ,and I have deployed the service using a <beanMapping> containing the right params
 
Any suggestions
 
thanks
 
p
 
 

Reply via email to