You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Raju, Prabhakar (P.)" <pr...@ford.com> on 2006/08/23 15:55:37 UTC

To see the soap message...

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

Re: To see the soap message...

Posted by Adrian Dick <ad...@uk.ibm.com>.
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 (adrian.dick@uk.ibm.com)


"Raju, Prabhakar \(P.\)" <pr...@ford.com> 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: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org