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!

Asynchronous call to Tuxedo SALT Oneway Web Service

Thiago MasakiJan 7 2016 — edited Feb 21 2020

Hello people,

I'm working in the development of a middleware system using tuxedo, and I want to expose an asynchronous Web Service using Salt.

As long as I could find in documentation, I need only set the service type in my .mif file to oneway. Doing this I could check that the WSDL shows it as one way Soap WS.

But unfortunately when I make a call to the service, Salt forwards the request to my application, but does not responds to the client HTTP request immediately with something like HTTP 202 or 200. Instead it keeps the connection opened until the end of all processing in my system.

In my tests I stopped the processing using a breakpoint in my application, and did the request using SoapUI. Doing this SoapUI keeps wating for response and sniffing the network wiresharks does not show any response also.

For salt to work Asynchronously, should I do anything else besides setting servicetype to oneway in the .mif file. ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2016
Added on Jan 7 2016
1 comment
862 views