J2EE & Internet Applications - Web Services and Enterprise Support Go to menu
Invoking Oracle9iAS Web Services back | 1 2 3 4 5 6 7 8 9 | next
At runtime, the client application assembles a SOAP message that describes the Web service it wants to invoke. The client sends the message over HTTP to OC4J, which invokes the Web service and responds to the client. Oracle9iAS supports two invocation models:
Static Invocation: The client application invokes the Web service through proxy stubs that encapsulate SOAP requests.
Dynamic Invocation: The client application creates SOAP requests dynamically from WSDL at runtime to invoke Web services. This requires no proxy stubs.
OC4J Interface Bindings Forward Client Requests After UDDI Repository Search