cancel
Showing results for 
Search instead for 
Did you mean: 

Call WS from stored procedure (Oracle)

Former Member
0 Kudos

Hi All

I have scenario: JDBC - XI - RFC. It works fine.

Now I want to change it to SOAP - XI - RFC.

I can take wsdl url in Sender Agreement.

I can test it from Web Services Navigator - it is ok.

Can I send message from Oracle using soap_api? Give me a sample plz

Regards,

Andrey.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I don`t want to write an EJB and create a Web service. I have a chanell - Sender with adapter type SOAP. In sender agreement I see WSDL. And I want to send message from Oracle (using soap_api) to this chanell.

Former Member
0 Kudos

And can I send SOAP message to XI without publishing web service?

jyothi_anagani
Active Contributor
0 Kudos

Hi,

Write an EJB and create a Web service on that then you will get WSDL there. Now you can do the SOAP-XI-RFC.

Thanks.

Former Member
0 Kudos

Oracle9i allows direct access to web services from PL/SQL using the UTL_HTTP package.

former_member181985
Active Contributor
0 Kudos

you need a custom application which can read DB and send the data to XI through exposed webservice.

The custom application can be implemented in any language such as JAVA, C/C++, NET etc..........