Is This Content Helpful?
How can we make this better? Please provide as much detail as possible.
Contact our Support Team
Stubs, client side code including .class files, sometimes fail to work with versions of Glue other than the version they were created with. To generate stubs specifically for the currently installed version of Glue, use the wsdl2java command.
Use wsdl2java to create new stubs. Once completed, replace the old stubs with the new ones.
Code:
c:/> wsdl.WSDL2Java http://www.arcwebservices.com/services/v2006_1/glue/PlaceFinderSample.wsdl -p aws.v2006_1.gluestubs -g
Note:
Run this command from the same directory as the Glue license file: either glue-license.xml or webMethods-license.xml.
Last Published: 5/5/2016
Article ID: 000007064