RE: Interop with .Net issues

"Mike Jones" <[email protected]> Sun, 20 Jul 2003 16:53:55 -0700
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAq5r+Gdo6e0SOWnHo8vu74qKCAAAQAAAA/[email protected]>
I finally solved this mystery.

You have to make sure the soap message uses the proper namespace.

Microsoft codes the name space in this format:

http://schemas.microsoft.com/clr/nsassem/DotNetCodeNamespace/AssemblyNam
e

If you use a namespace when encoding with ksoap that is modeled after
the .Net class namespace and assembly name, then the .Net SoapFormatter
class will work as long as the .Net class conforms to the Java class,
i.e. same names and data types.

Mike



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Mike Jones
Sent: Friday, July 04, 2003 2:38 PM
To: [email protected]
Subject: Ksoap: Interop with .Net issues

Hi,

I am having some trouble passing soap messages between ksoap and .Net
soap.