Thanks for your Reply mark,
In the service i have a flow like…
1)pub.string.base64Decode
Mapped the base64Binary field to a Object type variable.
2)bytesToString
Mapped Object type variable to a String field.
Till this step, i got the content in the file.
Now, I need to test it in a reverse scenario like…
whenever caller calls to webservice, need to get a file from a location and send it to caller. how can i test this through SOAP UI.(not sure on format)
And, how should be the SOAP UI Responce… can i send it as bytes or write to any disc or is there any way to test this scenario.
what are all possible scenarios there to send a file to caller as SOAP Responce.
Thanks in Advance
#webMethods#soa#API-Management