Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Jim,
do the following from your Java code:
1) create a new WsdlProject
2) add your WSDL to the project with the WsdlImporter class
3) add a new WsdlMockService to your project with project.addNewMockService
4) add the desired mockOperation/mockResponses
5) save the project with project.save(..)
ok?
regards!
/Ole
eviware.com
do the following from your Java code:
1) create a new WsdlProject
2) add your WSDL to the project with the WsdlImporter class
3) add a new WsdlMockService to your project with project.addNewMockService
4) add the desired mockOperation/mockResponses
5) save the project with project.save(..)
ok?
regards!
/Ole
eviware.com