You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jonathan <ja...@i-2000.com> on 2002/04/26 03:05:25 UTC

are all return values strings?

Hello.
Are return values from a service restricted to Strings, or just anything implementing the "Serializable" interface?  At some point the return values have to be serialized into xml, or some String value.  How should I do this?