How to test Navision webservice using SoapUI
In recent project I had to consume webservice published by Navision in BizTalk. Before starting with development thought of testing the webservice and for that I used SoapUI 5.0. I had the URL of the running service so I started the SoapUI-->New Project and pasted the URL and clicked OK.
But, following error popped out.
It was s07ange to see the error as I was able to open the URL in browser and was able view the metadata about the webservice.
Why it happened
So why it wasn't loaded in SoapUI?
For some reason creating project from URL/WSDL for Navision web service seems not to be supported.
What to do
Open the URL in browser and save the file as XML file like ABC.xml
Now open SoapUI and create new project, now instead of providing URL provide the xml file saved in above step.Now you should see the project created with all the methods defined in the Navision webservice.
Comments
Post a Comment