Hi,

I'm posting this back to the mailing list, so others can participate.



For simple XSD types, simply choose the appropriate getElementAs method
(eg: getElementAsString for xsd:string)
For arrays of simple XSD types use getBasicArray
For complex types, use getCmplxObject and getCmplxArray -- I strongly
recommend looking at a WSDL2Ws generated example to understand how these
should be used.

Regards,
Adrian
_______________________________________
Adrian Dick ([EMAIL PROTECTED])




Hi Adrian,

Thanks for the quick response -

i have a scenario when in wsdl file of the service
<message name="MyMessage"
     <part element=<some schema>:<type> name="MyResponse" />

</message>


What CAll::getElementAs  should i use after Call::checkMessage>?

Best regards,
Leonid


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to