Re: Apache SOAP HTTP header

2002-04-14 Thread David B. Bitton
> To: <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 11:06 AM Subject: Apache SOAP HTTP header > Hi, > > I am trying to make a Apache SOAP client to connect to a server which uses > Scott Seely's SimpleSOAP library. This server needs the header like the > following:

Apache SOAP HTTP header

2002-04-14 Thread Kim Falk Jorgensen
Hi, I am trying to make a Apache SOAP client to connect to a server which uses Scott Seely's SimpleSOAP library. This server needs the header like the following: POST /Ch4SOAP HTTP/1.0 Content-type: text/xml; charset=utf-8 Content-Length: 442 SOAPAction: "Ch4SOAP#add" Now my problem is that the