You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Jesse Vitrone <jv...@giantbear.com> on 2000/12/15 16:50:35 UTC

ASP and Coldfusion compatability

My knowledge of ASP and Coldfusion is very limited, so I'm hoping someone
here will know the answer to my question.

If I have a service that needs to return more than one parameter (let's say
that I'm returning an Object[]).  Obviously, this isn't an issue if the
client side is using Java or JSP, but what about ASP or ColdFusion?  Will
they know what to do with a Object[]?  What if I only use a String[], will
that help?

Thanks in advance,
	Jesse Vitrone