Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
Sameer Bombatkar wrote: I also encountered the same problem dealing with Collection classes. How are you defining your de/serialiaers for Collection in ur wsdd file? Rather than passing back any collections, convert them into an array of javabeans, and pass that around. I do that for my C#

Re: InterOP between .NET and Axis

2003-08-22 Thread Sameer Bombatkar
-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: InterOP between .NET and Axis Date: Fri, 22 Aug 2003 07:57:55 -0400 MIME-Version: 1.0 Received: from apache.org ([208.185.179.12]) by mc1-f7.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Fri, 22 Aug 2003 05:02:26 -0700 Received

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
: 08/22/2003 04:57 Subject: Re: InterOP between .NET and Axis AM

Re: InterOP between .NET and Axis

2003-08-22 Thread Sameer Bombatkar
] Subject: Re: InterOP between .NET and Axis Date: Fri, 22 Aug 2003 05:22:28 -0700 MIME-Version: 1.0 Received: from apache.org ([208.185.179.12]) by mc5-f42.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Fri, 22 Aug 2003 05:25:41 -0700 Received: (qmail 19299 invoked by uid 500); 22 Aug 2003 12:25

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
: il.com Subject: Re: InterOP between .NET and Axis 08/22

Re: InterOP between .NET and Axis

2003-08-22 Thread Harry_Wen
: il.com Subject: Re: InterOP between .NET and Axis 08/22/2003 05:57

Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
[EMAIL PROTECTED] wrote: Sameer, Try to follow the sample code to create a Collection converter. Everything works correctly upto the response message been sent back to the client. The client generates following error message: There is an error in XML Document(114,4). Why did you

Re: InterOP between .NET and Axis

2003-08-22 Thread James Black
[EMAIL PROTECTED] wrote: Would you mind sharing your sample code as well as wsdd file? Thanks. I don't have any sample code, I have just been doing it, since most of my clients are running .NET. I use java2wsdl to generate my wsdl files, then wsdl2java to generate everything else,

InterOP between .NET and Axis

2003-08-21 Thread Harry_Wen
Hi, I'm encountering following exception when adding a web reference to my client program. C:\Documents and Settings\t19bgtx.NYL-CORP\My Documents\Visual Studio Projects\DimeClient\Web References\WebServiceController\Reference.map(1): Custom tool error: Unable to import WebService/Schema. Unable

Re: InterOP between .NET and Axis

2003-08-21 Thread Sameer Bombatkar
to fix? From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: InterOP between .NET and Axis Date: Thu, 21 Aug 2003 18:47:34 -0700 MIME-Version: 1.0 Received: from apache.org ([208.185.179.12]) by mc3-f18.law16.hotmail.com with Microsoft SMTPSVC

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Davanum Srinivas
Try latest nightly build of axis. --- Sateesh Ayyagari [EMAIL PROTECTED] wrote: Hi, I am trying to interop between a .NET client and a AXIS web service. AXIS supports Map types to be serializable. When I serialize a Hashtable in a Java Web Service, AXIS generates the following

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sateesh Ayyagari
Hi Srinivas, Thanks for the prompt reply. It is working with the latest nightly build. But I wanted to know the reason behind it. In the earlier version of 1.0 with which I reported the error, element "Map" in the schema was not a complex type. It was a simple type of type apachesoap:Map.

Re: Map Serializer error during interop between .NET and AXIS

2003-03-24 Thread Sorin Pop
unsubscribe

Map Serializer error during interop between .NET and AXIS

2003-03-23 Thread Sateesh Ayyagari
Hi, I am trying to interop between a .NET client and a AXIS web service. AXIS supports Map types to be serializable. When I serialize a Hashtable in a Java Web Service, AXIS generates the following schema in the types element of the WSDL. - wsdl:types - schema