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 Stephan Neuhaus <st...@steph-neuhaus.de> on 2007/05/21 14:42:31 UTC

Deserializing a Map

Hello,

I ran WSDL2Ws on the attached wsdl file. The generated stub contains a
class "Map" where I have to implement the deserializer function: 

int Axis_DeSerialize_Map(Map* param, IWrapperSoapDeSerializer* pIWSDZ)

The webserver's response uses "id" and "href" attributes. The data I
need for deserialization is not an XML subtree and currently I can only
read the "href" attribute.

How can I complete the deserialzer? 
Is there a way to access the refferenced data by using the
IWrapperSoapDeSerializer interface?

Any help would be most appreciated....

Stephan Neuhaus