bertso
15 years agoNew Contributor
Testing the call to a webservice
Hi there,
I am new to SoaoUI and I was wondering if someone could help me setting up the following environment.
- I need to test the call to a webservice that I don't have access to.
- I have the third party WSDL
- I use axis to create the stubs to call the webservice
- I want to be able to test the call from my code to the third party webservice.
What I've done so far.
I have created a project and I have use the third party wsdl to create a mock service. What I have problems with is that obviously the mock service doesn't use the same wsdl and I guess I cannot use the third party one to create the stubs for this testing.
Can anyone suggest what can I do set this environment? Is it possible?
Thanks in advance
I am new to SoaoUI and I was wondering if someone could help me setting up the following environment.
- I need to test the call to a webservice that I don't have access to.
- I have the third party WSDL
- I use axis to create the stubs to call the webservice
- I want to be able to test the call from my code to the third party webservice.
What I've done so far.
I have created a project and I have use the third party wsdl to create a mock service. What I have problems with is that obviously the mock service doesn't use the same wsdl and I guess I cannot use the third party one to create the stubs for this testing.
Can anyone suggest what can I do set this environment? Is it possible?
Thanks in advance