Posted By:
Paul_Hunnisett
Posted On:
Thursday, March 17, 2005 01:34 AM
I am trying to access an RPC webservice. The method I particularly want to access returns XML - I assume it's a DOM, it's whatever the VB .Net type "xml" is.
I'm using the apache axis client libs accessing a .Net service, but keep getting told that there is no deserializer available for the type being returned.
Any ideas?