I have a webservice that returns the maximum and
minimum temperatures for a given city. The SOAP
response looks like
<SOAP-ENV:Body>
       <m:GetWeatherResponse xmlns:m="Some-URI">
           <City>Johannesburg </Price>
           <max>81</max>
           <min>58</min>
       </m:GetWeatherResponse>
</SOAP-ENV:Body>

How do I design a SOAP client for this using Jax-rpc?
How do I use DII here? I cannot set the return type
to one single type. Do I really need ot use a custom
de-serializer or can I somehow avoid it?

Thanks 
~rf

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Reply via email to