Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Sam Ruby
Pae Choi wrote: > > Just because we are playing in the bleeding edge of open-source development > and heading to new and emerging standards, the dev. team should not drop the > existing and running product. In addition to that, the migration should not > be forced to the "alpha-staged" product nei

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Pae Choi
+1 to David. Apache/SOAP v2.2 is more stable and functional than Apache/ AXIS. To wit, it is more wide spread and placed in use than AXIS. In software development process or software engineering, most of SDVs, if not all, support their existing product while they are developing the descendent pro

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread David Wall
> The next version of Apache SOAP, i.e., Apache Axis contains this > functionallity "built in". Under a license that you should find most > accomodating. ;-) I was just told that won't work though without also going to Axis for the SOAP implementation since Axis use JAX-RPC and SOAP 2.2 doesn't

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Sam Ruby
David Wall wrote: > >> To generate Apache SOAP servers from WSDL defintions, try using the IBM WSTK >> utility "servicegen", available at http://www.ibm.com/alphaworks, > > Is there anything else that doesn't have a license that restricts use in a > production environment? This seems like it gets

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Simon Fell
Despite the apparent structural differences in those two responses, they're actually the same [as far as section 5 encoding is concerned]. One problem however is that the Apache endpoint is using the 1999 schema version, but IIRC, .NET only supports the 2001 schema version, you'll need to change y

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread David Wall
> To generate Apache SOAP servers from WSDL defintions, try using the IBM WSTK > utility "servicegen", available at http://www.ibm.com/alphaworks, Is there anything else that doesn't have a license that restricts use in a production environment? This seems like it gets you going, but unless IBM

RE: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Tony Hong
To: [EMAIL PROTECTED] > Subject: RE: Interop Problem .NET Client / Apache SOAP Server > > > Hi Martin, > > To generate Apache SOAP servers from WSDL defintions, try using > the IBM WSTK > utility "servicegen", available at http://www.ibm.com/alphaworks, &g

RE: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Tony Hong
erver will then be strictly conformant to the wsdl - no worrying about namespaces, soapaction, etc. Tony > -Original Message- > From: Martin Centner [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 2:47 AM > To: [EMAIL PROTECTED] > Subject: Re: Interop Problem

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Martin Centner
Simon Fell wrote: > Make sure your .NET proxy class thinks its doing section 5 encoding, > it sounds like its trying to do doc/literal. > > The method in the proxy class should have a > System.Web.Services.Protocols.SoapRpcMethodAttribute attribute on it. hm, this works fine with the HelloWorl

Re: Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Simon Fell
Make sure your .NET proxy class thinks its doing section 5 encoding, it sounds like its trying to do doc/literal. The method in the proxy class should have a System.Web.Services.Protocols.SoapRpcMethodAttribute attribute on it. Cheers Simon www.pocketsoap.com On Fri, 25 Jan 2002 09:25:04 +0100,

Interop Problem .NET Client / Apache SOAP Server

2002-01-25 Thread Martin Centner
Hi All! I have got a interoperability problem between a MS.NET client and Apache SOAP server. The problem is that there are no namespace prefixes in the element(s) of the RPC response from the Apache SOAP server. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/X