Question Mike Hageland · Mar 9, 2016

I currently have an Ensemble production which accepts and handles SOAP requests.  I now need to support the exact same data, but instead of coming in as a SOAP request, comes in as a multipart/form-data request.  The body of the message would look something like:

------------------------------j1ks0od6m45rjpgz5208y85917swo61hl3u63
Content-Disposition: form-data; name="TimeStamp"
 
2016-02-22T07:26:49Z
------------------------------j1ks0od6m45rjpgz5208y85917swo61hl3u63
Content-Disposition: form-data; name="ID"
 
TEST
------------------------------j1ks0od6m45rjpgz5208y85917swo61hl3u63—

I have looked

4
1 991