PeopleSoft IB: how to extract parameters appended to URL HTTP POSt Query
Hi all,
I am interfacing with a Third Party Vendor to allow payment via a Credit Card. The integration works with a Form HTTP Post Request. I used URL redirections using iSripts to post the HTTP Form. I need to use the Integration Broker in case the users closes the browser before going back to PeopleSoft.The Vendor Server sends a POST HTTP Request by adding parameters to a URL I set up.The HTTP POST Request looks like This http://server_name:port_number/PSIGW/HttpListeningConnector?&Operation=Operation Service.v1&From=ThirdParty_NODE&orderID=PSC%5F000000010356¤cy=EUR&amount=1 There is no XML message attached to the HTTP request.