- Open the Hub's home page, e.g. http://host:7333/wsh/
- Click on the "Batch Web Services"
- Click on the WSDL icon under Metadata WSDL
- Right click on the pop-up page and select "View Source"
- Save the content as MetaData.wsdl
- Do the same for DataIntegration WSDL, save as DataIntegration.wsdl
- Import these two files to a RSA project
- Add axis-1.4.jar to the project
- Create a Java Application Run,
- Set main class as org.apache.axis.wsdl.WSDL2Java
- Check "Include libraries when searching for a main class" on
- Select Arguments tab
- Enter "--NStoPkg http://www.informatica.com/wsh=com.informatica.www -W informatica-8.1.1/MetaData.wsdl" as Program arguments, where the informatica-8.1.1 is the folder of MetaData.wsdl file
- Run this Java Application
- Informatica client code for MetaData service will be generated
- Do the same for DataIntegration service
- There are some changes from version 7, especially of the connection, workflow and folder
- Modify the client application accordingly
Friday, November 16, 2007
Informatica Upgrade to 8.1.1 - Client
Informatica is a Web Service Hub. When the server upgrades to 8.1.1, from the client side, do the followings,
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks for the info. I spent days searching for this before I came across ur blog.
Post a Comment