Forum Discussion

bertso's avatar
bertso
New Contributor
15 years ago

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

2 Replies

  • bertso's avatar
    bertso
    New Contributor
    Got it to work. Just called the mock service with the same name, I thought I could not have two with the same name.
    Thanks anyway
  • I wanto to use a mockup service in an enterprise project, while I have no connection to the main service.
    Can I use an asp.net project to programatically fetch data to the mockup service and get response.