HTTP Soap Post
Status: Alpha
Brought to you by:
coroberti
From: Huy H. <zac...@gm...> - 2007-10-03 20:29:24
|
Hi, I am trying to do an HTTP posting a SOAP file. Here is my conf file: ########### GENERAL SECTION ################################ BATCH_NAME= 20K CLIENTS_NUM_MAX=100 CLIENTS_NUM_START=1 CLIENTS_RAMPUP_INC=2 INTERFACE = eth2 NETMASK=16 IP_ADDR_MIN= 192.168.1.2 IP_ADDR_MAX= 192.168.1.9 #Actually - this is for self-control CYCLES_NUM= 2 URLS_NUM= 1 ########### URL SECTION #################################### URL = http://9.33.97.69:6014/services/AddressSearch URL_SHORT_NAME = "EastAddressPost2RouterFirewall" REQUEST_TYPE=POST MULTIPART_FORM_DATA="file=@EastfindByLocation.xml" TIMER_URL_COMPLETION = 3000 TIMER_AFTER_URL_SLEEP = 100 HEADER = "SOAPAction:" HEADER = "Content-Type: text/xml" Is this a correct way of doing this? I am totally confused. Anybody got a sample web service test conf? -- Thank you, |