multipart/form-data w/ boundaries - request failing - same headers/body pass using fiddler
This is my first post, first impassable issue I have run into with soap ng so far.
I am testing a batch upload service for work and I have used fiddler for a sanity check before trying to create a regression suite for the service with soap ng. The sanity check through fiddler works fine, but the exact same test through soap ng is failing. The only difference between the two that I can see is the content-length is larger with soap ng.
The content-length for this service is important and the request through fiddler will fail if it is not correct. I have tried to manually specify the content-length in soap ng but the request instantly fails when I do this, it looks like it doesn't even try to connect to the endpoint at all. I get back "<missing raw response data>" when manually specifying the content-length.
At this point I am thinking the content-length is the culprit. I will post screenshots of the two applicatons with the tests loaded. If anyone has experience using multipart content types with boundaries and soap ng, please advise how you have gotten your tests to work.
The fiddler setup is working, I copied that as close as possible to soap ng which is failing.
fiddler content-length = 616
soap ng content-length = 757 (where is the extra length coming from?)
SOAP NG REQUEST
FIDDLER REQUEST