How to handle https 201 created - code via Integration Broker?
I have a requirement to send xml file from Peoplesoft HRMS 9.1 to a vendor https website, via HTTP POST and then receive an 201 Created response. The connectivity has been setup and I am able to send the file and receive response via Integration Broker. The response I receive back from the vendor site is HTTPS - 201 - Created - which means the http post has been successfully queued the xml file in the vendor system.
I am using a Service Operation with Async to Sync
When Integration Broker receives the response, it treats this 201 return code as - ERROR. Vendor confirmed that he has received the file and its submitted to their queue.