cURL / Mailing Lists / curl-users / Single Mail

curl-users

Parameters in URL not included

From: Ron Stoll <rstoll_at_boxworks.com>
Date: Mon, 17 Dec 2007 10:22:43 -0700

I am new to curl and have been trying to use it to send data to a SAP XI
interface. XI requires various parameters to be included in the URL.
When I run a trace these parameters seem to be chopped off and the XI
application complains that information is missing. I have tried various
options (-d and -F) to get the data included but I have had no success.
Here is a sample of what I issue from the command line:
curl --trace - -T test_file.xml
http://address:8080/sap/xi/adapter_plain?service=MES_TESTsystem&namespace=urn:...&interface=MES...&qos=E0

The 'namespace', 'interface', and 'qos' parameters are not included as I
view the trace results.

Any ideas?
Received on 2007-12-17