What product/components do you use and which version/fix level?
Integration Server 10.11
Are you using a free trial or a product with a customer license?
customer license
What are trying to achieve? Please describe in detail.
Hello, does anyone know how to retrieve input and send input with content-type multipart/formdata?
when i try to retrieve information, i tried to send the request from postman and restorePipeline but i dont receive any pipeline variable that inputted on the postman.
on the $httpRequest it showed that content-length is very big, but i dont have any content on the pipeline, any idea how to get it as a pipeline variable?
below are the cURL example of the request:
curl --location --request POST 'http://localhost:5555/restv2/BSINosInterface.ws:nosGadaiEmas/submitReservasiGadaiPickup' \
--header 'Authorization: Basic QWRtaW5pc3RyYXRvcjptYW5hZ2U=' \
--form 'KodeReservasi="RG7E49082E4W66"' \
--form 'typeLayanan="Pickup"' \
--form 'kodeCabang="ID0010002"'
also for the second question, how you send the request to the backend with multipart/formdata with pub.client:http?
Thank you
#Integration-Server-and-ESB#webMethods#Service-Designer#Flow-and-Java-services