Hi, What do you mean by "to see the soap message sent/received" ? Do you mean you want to be able to see the entire serialized SOAP message? If so, there are no methods giving this capability. If you simply want to have the data deserialized you need to use the IWrapperSoapDeSerializer::getAttributeAs... and getElementAs.... methods.
Have you tried using the WSDL2Ws tooling to generate the client stubs and service skeletons for you? This will provide all the appropriate serialization/deserialization logic based on your WSDL. Regards, Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) "Raju, Prabhakar \(P.\)" <[EMAIL PROTECTED]> wrote on 23/08/2006 14:55:37: > Hi, > From axis c++ classes, to see the soap message sent / received, am I > to use this method ? > virtual void IWrapperSoapDeSerializer::getChardataAs ( void * pValue, > XSDTYPE type > ) [pure virtual] > Deserialize character data, ie the data typically enclosed by an XML tag > > > FYI --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
