Invoking Async Req/Response via HTTPListeningConnector within Integration Broker
I am using PROCESS_INITIATION service within PeopleSoft Financial Services. When using the service operation ProcessSubmit.V1(which is a async request / response service operation), I was successful in invoking the request and having it run a process, as well as receiving the response callback using SOAP and the PeopleSoftListeningConnector. I want to using this service operation with the HTTPListeningConnector. I am a having a hard time invoking the service operation to include the ReplyTo, MessageID (for the Callback) as well as the parameters for the handler (for the service operation).
Here is an example of one of our requests, which is SOAP-like using HttpListeningConnector. The <SubmitRequest> tag below seems to be completely ignored. Everything in the tag are the required parameters for the request handler.