curl-users
Re: curl with IBM websphere
Date: Sun, 13 Apr 2003 16:27:53 +0200 (CEST)
On Fri, 11 Apr 2003, Ramon Gabarró wrote:
> I send a SOAP request to websphere with a apache front-end from a
> command line and a php script.
What curl version on what operating system?
> this run ok :
>
> curl -H "SoapAction: /some/path/action" -H "Content-type: text/xml" -d
> "<SOAP-ENV:Envelope
> xmlns:SOAP-ENV='http://sc.....</SOAP-ENV:Body></SOAP-ENV:Envelope>"
> http://some.url.com:9080/path/to/service
>
> this not run :
>
> curl -k -H "SoapAction: /some/path/action" -H "Content-type: text/xml"
> -d "<SOAP-ENV:Envelope
> xmlns:SOAP-ENV='http://sc.....</SOAP-ENV:Body></SOAP-ENV:Envelope>"
> https://some.url.com:9084/path/to/service
>
> The -k option is for the test ceritficate installel in server.
And the logs of the server offer no clues?
> The same comand line over other https soap server, such as a nuSOAP, run
> prefectly.
IMHO, this indicates a problem with the server.
-- Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.comReceived on 2003-04-13