Apache SOAP client does not work on IIS.  IIS sends:
...
Content-Type:text/xml; charset=utf-8
...

Where as Apache sends

...
Content-Type: text/xml; charset=utf-8
...

Notice the extra space after "Content-Type:".

An Exception is thrown in the SOAP client (GetAddress example) that states
the content type should be text/xml but it is read as ext/xml?? I think this
is because of the extra space...has anyone had this problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to