Thanks for the replies. We'll need to do just that. In our case we're automating the creation of the service [with Axis2] and I was hoping that there was a way to have the IN/OUT arguments (If used) and return type (if used) automatically combined and defined in the WSDL Response.
We can add this feature if necessary, thanks. -----Original Message----- From: Arnout Engelen [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 3:17 PM To: [email protected] Subject: Re: [newbie] Can a POJO have IN-OUT arguments? Sullivan, David schreef: > > For example, I'd like to have a prototype that looks something like this: > > public int copyWeather(Weather arg1, WeatherHolder arg2) {...} > Why not simply return a Weather POJO (or a POJO with a Weather and an int)? Arnout --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
