Before you deploy your application to WebSphere Application Server, you
need to change a specific URL within the SV000514 and SV001586 Java class
files for the application to function properly.
For SV000514:
- In the Web services proxy class, QryProdCostServicesProxy, a
variable is defined that contains the URL of the Web service to invoke.
- When the proxy is first created, this URL is set to
http://localhost:9080/SV000514/servlet/rpcrouter.
- With the variable set to this value, the Web service in project SV000514
in the IDE is invoked, as was demonstrated in Running the application in the workbench.
- Before you deploy this application, you need to change this URL value to
point to where you have deployed the EAR file, SVWholeSale.ear, on the
iSeries IFS directory.
For project SV001586:
- In the Web services proxy class, OrderSupplyServicesProxy, a
variable is defined that contains the URL of the Web service to invoke.
- When the proxy is first created, this URL is set to
http://localhost:9080/SV001586/servlet/rpcrouter.
- With the variable set to this value, the Web service in project SV001586
in the IDE is invoked, as was demonstrated in Running the application in the workbench.
- Before you deploy this application, you need to change this URL value to
point to where you have deployed the SVWholeSaleEAR.ear file on the
iSeries IFS directory.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
Copyright IBM Corporation 1992, 2003. All Rights Reserved.