"http://xml.apache.org/xml-soap"; the
elements key and value are not in the namespace)
Can anyone comment on the namespace thing, for clarification what is the right (if you
need the wsdl which has the schema def run the compiled .java code through
java org.apache.axis.wsdl.Java2WS
15:41
An: [EMAIL PROTECTED]
Betreff: java.util.HashMap
If anyone is interested I have managed to receive a java.lang.util.HashMap
with .NET returned by an AXIS web service. During the process of trying to
work that out I also found out that the root of the problem was a namespace
differrency: .NET
I would be interested to see your solution. Did you have to make changes to Axis
source code for this?
Jai
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 28, 2004 5:26 PM
To: [EMAIL PROTECTED]
Subject: RE: java.util.HashMap
Paul,
I am very
:41 AM
To: [EMAIL PROTECTED]
Subject: java.util.HashMap
If anyone is interested I have managed to receive a java.lang.util.HashMap
with .NET returned by an AXIS web service. During the process of trying to
work that out I also found out that the root of the problem was a namespace
differrency: .NET
If anyone is interested I have managed to receive a java.lang.util.HashMap with .NET
returned by an AXIS web service. During the process of trying to work that out I also
found out that the root of the problem was a namespace differrency: .NET interpreted
the namespaces of the WSDL false and ad
I am trying to return a Hashtable object to my Axis generated client but get a
org.xml.sax.SAXException: Bad types (class java.util.HashMap -> class
java.util.Hashtable) org.apache.axis.message.RPCHandler.onStartChild(Unknown Source)
Glen stated in an earlier message last month:
Well,