Wednesday, January 27, 2016

How to consume an Oracle fushion application web Service in .Net

In .Net we usually use the Add Service Reference feature to generate the web proxy in the Visual Studio. However it is a little different approach, when we consume the Oracle Fushion Application web service. we will use the WebHttpRequest instead of the Proxy.

the Oracle Fushion Developer Relation Blog provide a excellent example for kick start.

Integrating With Fusion Application Using Services (.Net: HttpWebRequest)