Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORACLE TUXEDO SALT INBOUND - XML

3819876Apr 26 2020

Hello,

Could you someone give me a simple example of an inbound service?

I'm trying to do an inbound service called 'TEST' type: REST - Post, and the content that we'll receive it will be in XML format and the response too.

It's not necessary to check all the received info.

We're expecting receive an XML similar like this:

<XMLRequest>

     <name>Jonny</name>

     <age>34</age>

<XMLResquest>

And we would like to return an XML like this:

<XMLResponse>

     <ResponseCode>1</ResponseCode>

     <Dynamic></Dynamic>

</XMLResponse>

How can I configure (ubbconfig / dmconfig / WS (wsdl / wdsf) / SALT definition / upss content-type should be "application/xml"

Any help will be appreciated.

Best Regards,

Comments

Post Details

Added on Apr 26 2020
0 comments
168 views