RE: Complex types in SOAP

2001-10-22 Thread Catalin Tomescu
ar; >} > >you have to map types for both foo and bar. The easiest way to do this >is to ensure that they conform to the JavaBeans specification and map >them to the BeanSerializer class. > > >Phill. > > >-Original Message- >From: Catalin Tomescu >T

Complex types in SOAP

2001-10-22 Thread Catalin Tomescu
Hi all, I have a problem sending and receiving complex types using SOAP toolkit 2.0. I have created a web service which returns a class: X{field1,field2,field3,...} If all fields are simple types everything works fine. If I want to change fieldx to some other structure Y{field1,field2,field3,

Re: what is it

2001-07-09 Thread Catalin Tomescu
read this http://www-106.ibm.com/developerworks/webservices/library/ws-arc3/ _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Catalin Tomescu
gt;communication style. >For more info please see: >ms-help://MS.NETFrameworkSDK/cpguidenf/html/cpconcustomizingsoapinaspnetwebserviceswebserviceclients.htm > >This helps out it (nearly) all ways ... > >Regards, >Christian > > >Catalin Tomescu wrote: > > >

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Catalin Tomescu
does not answer your initial question ... > >Christian > > >Catalin Tomescu wrote: > > > Christian, > > I'm not using a WSDL file for the .NET service. > > The VB6.0 client is using the low level API and the functions are listed > > bellow. > > >

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Catalin Tomescu
Christian, I'm not using a WSDL file for the .NET service. The VB6.0 client is using the low level API and the functions are listed bellow. The .NET client is working fine, so I know for sure the .NET service is also working file. But when I call the same .NET service from the VB6.0 the result

C# Web Service and VB6.0 client

2001-07-06 Thread Catalin Tomescu
Hello every body, I'm trying to call a web service developed with .NET from a VB6.0 app using Low Level SOAP Toolkit 2.0 It seems like the value of my parameters are 0 in the .NET service Here is the soap message from VB6.0 http://schemas.xmlsoap.org/soap/envelope/";> http://www.catalin.com/w

Re: Performance?

2001-07-06 Thread Catalin Tomescu
Absolutely. I'll be happy to help. Catalin _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: Performance?

2001-07-05 Thread Catalin Tomescu
t >only once when passing in theWSDL and using the ISAPI listener) then it is >much >more performant then Apache. >Unfortunately, I do not have any number or test code any more ... > >Regards, >Christian > > >Catalin Tomescu wrote: > > > Christoph, > > >

Re: Performance?

2001-07-04 Thread Catalin Tomescu
Christoph, I've was asked recently to perform a comparation test between SOAP servers and DCOM as an alternative. As expected DCOM performed very well. Much more faster than any SOAP server. Than I tested 3 Web services implemented with MS SOAP Gold Toolkit 2.0, .NET Framework and Apache SOAP.

Re: C# and Apache SOAP interoperability...

2001-07-03 Thread Catalin Tomescu
How can I see the HTTP sent/received from the IIS? I would like to see the exact content of the SOAP message. I'm using .NET Beta2 and when I try to make a call to an Apache Web service form a C# program I receive the following error: Unhandled Exception: System.Net.WebException: The request fai

java Client for MS SOAP Server

2001-06-29 Thread Catalin Tomescu
Hy there, I'm trying to write a java client for a MS Web Server. Connection is done using SOAP 2.0 The first verison of the Web server is using a ASP listener. The java client is working fine. Than I changed the listener with a ISAPI listener for my Web Service but the java client doesn't wor

RE: generation Client stub using WSDL - error

2001-06-28 Thread Catalin Tomescu
I'm using SOAP Apache 2.1 I also had problems with Xerces 1.3.1 so I went back to Xerces 1.3.0 _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: generation Client stub using WSDL - error

2001-06-28 Thread Catalin Tomescu
This is easy. The path to soap.jar is not in CLASSPATH. Just add the path to your soap.jar file in the CLASSPATH. Catalin >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: generation Client stub using WSDL - error >Date: Thu, 28 Jun 2001 16:03:44 -0400 > > >