Hi all,

We defined custom type mappings that we would like to be able to plug and use 
into a particular service (for example for Maps).

How can we register a type mapping with the AegisBindingProvider at the 
Service/Server side, so when the Service receives a call to a method which 
returns (for example) that type, it will take our mapping as the default one 
and use it (for serialization/deserialization).

As an aside issue, we observed that in the wsdl generated for the service 
containing a method like:

        Map<String, String> echoMap(Map<String, String> map)

the type Map<String, String> is represented by a type: mapAnyToAny with the 
correspoding elements: anyType and anyType. Is this the way is supposed to 
be?

Thanks a lot!

Regards,
Laura & Tudor

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to