wsdlAnalyzer is a utility that can analyze WSDL and invoke operations on the service.
Set up the wsdlAnalyzer in a single step :
Step 1: Deploy the wsdlAnalyzer.ear file
- In an iAS environment, use the following command to deploy the
ear file:
% dcmctl deployApplication -file wsdlAnalyzer.ear -a wsdlAnalyzer
( this command deploys the application to the 'home' instance, refer to 'OC4J - Users Guide' for more details on dcmctl)
- For a standalone OC4J version, [ ] do the following to deploy and bind:
% java -jar $ORACLE_HOME/j2ee/home/admin.jar ormi://host:port admin welcome
-deploy -file wsdlAnalyzer.ear -deploymentName wsdlAnalyzer
% java -jar $ORACLE_HOME/j2ee/home/admin.jar ormi://host:port admin welcome
-bindWebApp wsdlAnalyzer wsdlAnalyzer_web http-web-site /wsdlAnalyzer
open your browser and point to the url :
http://host:port/wsdlAnalyzer
Note: The invocation of a webservice is dependent on several factors, including the following:
The service must be up and running.
Make sure that dsv2.jar (dynamic proxy for invoking webservices)
is available in the classpath of the server i.e it is present in $(J2EE_HOME)/config/application.xml as a entry
|