This example demonstrates use of Oracle JSP tag library for web services .
This demonstration contains 2 independant samples. The first demo invokes RPC encoded type
web services and the second demo demonstrates DOC literal type web service invocation.
This tag library provides a very simple and compact way to develop Web services client applications
to consume web services.
This demo requires you to have dsv2.jar and soap.jar libraries
in the classpath before starting iAS/OC4J.
Note : If your network uses a firewall or requires HTTP proxy server to access internet then you
may need to set HTTP proxy host and port information to access the webservices from internet.
You can set this information by passing following options while starting OC4J server .
-Dhttp.proxyHost Allows the proxy host name to be specified when an HTTP URL is used to supply the
location of the WSDL document and an HTTP proxy server is required to access it.
-Dhttp.proxyPort Allows the proxy port number to be specified when an HTTP URL is used to
supply the location of the WSDL document and an HTTP proxy server is required to access it.
For example the command to start OC4J will look like .
java -Dhttp.proxyHost=myProxyHost -Dhttp.proxyPort=80 -jar oc4j.jar
|