Are there any tools that do this automatically for me? Thanks rf
--- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > The return type is a complex type. > Create a bean, and map the complex type to the bean. > > > -----Original Message----- > > From: rf [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 10, 2003 4:35 AM > > To: [EMAIL PROTECTED] > > Subject: Modelling return type > > > > > > 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/ > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
