Hello,
I am hoping you can answer my question on the Integration Broker example in Appendix B ( SOAP message to HTTP Listener. )
I am trying example sending a SOAP message from SENDMASTER to a Peoplesoft system per Appendix B in the Intergration Tools People Books.
Per example, I am doing the following:
1. The server URL is set to
myserver:myport/PSIGW/HttpListeningConnector
2. In the header, I have added the following:
SOAPAction:
peoplesoft.com/EXAMPLE_SERVICE_OPR.v1/SOURCENODE//
And in the input section, the following soap message
Testing the HTTPListeningConnector. SOAP Message.
And finally, when I hit the POST button, it fails!
I has success with using HTTP Listener ( posting a non SOAP xml document as well as integrating with 2 P/S systems. )
The response whne I post a SOAP Document is
SOAP-ENV:Servernull
Integration Broker Response
20
158
55
Integration Gateway failed while processing the message.
ANONYMOUS
I have been following the steps indicated in the examples. However, did not perform any additional configuration steps before posting the SOAP message.
Any suggestions on why it is erroring out ?