RE: java.util.HashMap (a bit long)

2004-09-29 Thread Bouche Paul
"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

AW: java.util.HashMap

2004-09-28 Thread Dorner, Thomas
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

RE: java.util.HashMap

2004-09-28 Thread THOMAS, JAI [AG-Contractor/1000]
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

RE: java.util.HashMap

2004-09-28 Thread mmosttler
: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

java.util.HashMap

2004-09-28 Thread Bouche Paul
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

Hashtable return to client (class java.util.HashMap -> class java.util.Hashtable)

2002-04-19 Thread Peake, Chris
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,