Forum Discussion

shikha28sharma's avatar
13 years ago

Configurations needed for SOAPUI as a server

hi,
I want to use soapui as a soapserver.There is a call request by our service to the wsdlserver which has 4 requests and wsdlserver(SOAPUI) should respond for those 4 requests.The Scenario is:
1) Service send first request to soapui
2)soapui respond to the first request
These steps are repeated 3 more times for the other requests
I have tried a bit of things but those are not working.This is what i have tried:
I have imported the wsdl file.
It showed <ServiceName>SoapBinding and under the tree are the 4 requests showed with their respective names.When we click on them, under each of them is shown a request.
When i double click the request:-the xml request is opening in a window
i right clicked on <ServiceName>SoapBinding and clicked on Generate Mockservice,as i require the soapui to behave as a server
the <ServiceName>SoapBindingMockservice is generated and it shows the response in the same way <ServiceName>SoapBinding is showing for the requests.
Then i editted the response according to what i require the soapui to respond to my service
I started the Mockservice and made the call but it was unsuccessful. It shows in the traces: There are currently 1 mockservice running but it doesn't provide the correct response i made in the soapui

Can somebody help on what all configurations i can try to make soapui run as a server??
No RepliesBe the first to reply