Displaying 1 result from an estimated 1 matches for "ugly_mess".
2006 Apr 24
0
Web Services/Invoke Inconsistencies
...ap:Body></soap:Envelope>
So, as you can see, it posts to the /rms/api interface. In order to
post this file, which we call example_xml, we use the following command
on a Linux box:
cat example_xml | netcat localhost 80 -vv
This works for the first two files, but the third one, entitled
ugly_mess, just hangs/gets a 404/not found. The only real difference is
the length:
POST /rms/api HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: 27100
SOAPAction:
"http://StoreFront.StoreFront/RMSConfirmWS/ImportRMSProducts"
And then there''s a ton of stuf...