RE: IIS and Apache SOAP Client

2001-06-06 Thread Colin Saxton
Just upgraded to 2.2 and all is well...cheers. -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 11:15 To: [EMAIL PROTECTED] Subject: Re: IIS and Apache SOAP Client Are you using Apache SOAP v2.2? I believe earlier versions have had a bug here

Re: IIS and Apache SOAP Client

2001-06-06 Thread Sanjiva Weerawarana
Are you using Apache SOAP v2.2? I believe earlier versions have had a bug here. Sanjiva. - Original Message - From: "Colin Saxton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Thomas Greenwood" <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 4:26 AM Subject: IIS and Apache SOAP Cl

RE: IIS and Apache SOAP Client

2001-06-06 Thread Jean-Louis Vila
Yes, it's not a SOAP problem but an interoperability known problem. When you send an HTTP request avoid all blank in content-type header variable. Notice that if you send "content-type:text/xml; charset=utf-8" in an HTTP request, the common servlet method getEncoding() return null. If you remove t