Curl-Loader for XML based Requests over https.
Status: Alpha
Brought to you by:
coroberti
From: Sridhar K. <sri...@ya...> - 2009-10-05 15:59:12
|
Hi, I am trying to use curl-loader tool for sending xml requests over https. Manually I can execute the same using curl but with the tool, it is not working. My configuration file is: URL=https://ysbsqa-skotha-mudperf1.order.store.yahooapis.com/V1/order URL_SHORT_NAME="post-xml" REQUEST_TYPE=POST MULTIPART_FORM_DATA="file=@/home/sridhark/performance/curl-loader-0.50/conf-examples/ysbsqa-skotha-mudperf1.xml" TIMER_URL_COMPLETION = 500 TIMER_AFTER_URL_SLEEP = 0 Command used: sudo ./curl-loader -f conf-examples/prodorder.conf -v -sh-3.00$ cat https.log # 627973937 Mon Oct 5 21:30:24 2009 # msec_offset cycle_no url_no client_no (ip) indic info 1 0 0 1 == About to connect() to ysbsqa-skotha-mudperf1.order.store.yahooapis.com port 443 (#0) eff-url: url https://ysbsqa-skotha-mudperf1.order.store.yahooapis.com/V1/order 542 0 0 1 !! ERUT url completion timeout: url: https://ysbsqa-skotha-mudperf1.order.store.yahooapis.com/V1/order 542 0 0 1 == Closing connection #0 eff-url: url https://ysbsqa-skotha-mudperf1.order.store.yahooapis.com/V1/order The xml to be posted is in the conf-examples. Kindly tell me how to send the xml based requests. Also let me know if sending XML requests over HTTPS is supported or not. Many Thanks and Best Regards, Sridhar K |