Pooja G
Pooja G

Reputation: 1

Sending Data to Azure Using Oracle EBS

I have a requirement where i need to send information to Azure. i tried web service but it throws me an error. Then someone suggested to use SOA Suite , i am unsure how to use it. Can somebody guide.

Regards,

Upvotes: 0

Views: 381

Answers (2)

Egret
Egret

Reputation: 799

SOA suite would be the place to start if you're performing integration with another system - depending on the release of EBS you would want the 12.1 documentation or 12.2 documentation . The technology section has an integration section which includes:

  • Installing Oracle E-Business Suite Integrated SOA Gateway - MOS Note 1311068.1
  • Oracle E-Business Suite Integrated SOA Gateway Developer's Guide
  • Oracle E-Business Suite Integrated SOA Gateway Implementation Guide
  • Oracle E-Business Suite Integrated SOA Gateway User's Guide

Upvotes: 0

David C
David C

Reputation: 531

Not enough rep to comment...

The fact they're using Azure to host their web service is irrelevant. It still follows the ABC rules of Web Services - Address, Binding, Contract.

When you say calling their web service is "not working", how? What error message are you getting?

Upvotes: 0

Related Questions