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 Paul Hunnisett <ph...@gmail.com> on 2005/03/17 13:24:23 UTC

Axis, .Net and return types

I'm trying to write a client to a .Net service using axis libs.  The
service itself returns XML but, despite that, is an RPC service as
opposed to a messaging service.

The problem I'm encountering is deserializing the return type.  I know
it's XML ( I think a DOM, although it may jsut be a string) but the
wsdl says that it's something like:
>GetModuleMarksResponse>GetModuleMarksResult

How can I retrieve this as something useful? Ideally an org.w3c.dom.Document...

Paul Hunnisett