450 Patterns: Extended Enterprise SOA and Web Services
3. Notice some compilation errors reported in some of the WSDL files. This is
because the import statements in some of these files refer to the HTTP server
which cannot be accessed from your WebSphere Studio Application
Developer Integration Edition workspace at development time. Change these
WSDL files to import the locally stored WSDL files.
To fix these compilation errors open each of the WSDL file reporting errors
and change import path for WSDL. Change the text:
location = “http://appsrv1a.itso.ral.ibm.com/wsdl/<wsdl file>”
Replace it with this line:
location="<wsdl file>"
This should fix all the compilation errors in the workspace.
4. Right-click the Warehouse_Impl.wsdl file and select ...