Search found 2 matches

by cesarios
Thu Mar 09, 2023 8:54 pm
Forum: HTTPAPI
Topic: Send SOAP with filename in request
Replies: 2
Views: 2907

Re: Send SOAP with filename in request

Sorry Scott ignore this message.

Was given wrong information on the structure of the SOAP request.

The data needs to be where the filename was. Just need to encrypt the data into BASE64 before sending it to the URL.
by cesarios
Sun Mar 05, 2023 2:42 am
Forum: HTTPAPI
Topic: Send SOAP with filename in request
Replies: 2
Views: 2907

Send SOAP with filename in request

Have a issue where we are attempting a connection which requires the filename of the actual document to be imbedded within the request. Can replicate the request within SOAPUI without an issue, the SOAPUI is below: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...