Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Ali,
Some answers:
1) The setDefinition method just sets the URL to use when loading the corresponding WSDL for validation, etc. If you set this via the API, any cached definitions will be cleared. Use like
2) You would have to check for each corresponding interface in the project (via the definition url?), and import those missing with
Hope this helps,
regards!
/Ole
eviware.com
Some answers:
1) The setDefinition method just sets the URL to use when loading the corresponding WSDL for validation, etc. If you set this via the API, any cached definitions will be cleared. Use like
project.interfaces["SoapService123"].definition = "http://...."
2) You would have to check for each corresponding interface in the project (via the definition url?), and import those missing with
project.importWsdl( wsdlUrl, true )
Hope this helps,
regards!
/Ole
eviware.com