Forum Discussion
- gunjanshah09New ContributorHi,
Sometime this kind of error happens due to bad .wsdl files or .wsdl page link not directly getting saved into the project.
So follow steps below- it might look funny but solved my issue...
1) Open web service description in browser
2) Save that description in .xml document
3) Now, change the .xml file into .wsdl file by just changing its extension type to .wsdl
4) Save it locally
5) Now Open SOAP-UI and browse for the stored .wsdl file
6) You are ready to get it opened web service requests successfully.
Regards,
GM - pravinsdabhadeVisitor
I facing this type of error
Before : <wsdl>/src/main/resources/wsdl/test.wsdl</wsdl>
After : <wsdl>\src\main\resources\wsdl\test.wsdl</wsdl>
Solution : just changing the slash.
Related Content
- 9 years ago
- 4 years ago
Recent Discussions
- 15 years ago