anirbans
12 years agoNew Contributor
Reference xsd not found -MockService deployed in weblogic
Hi,
I'm facing a problem when I'm trying to access the wsdl of my deployed mock service project(deployed as user-v1.ear in weblogic 10.3 .EAR created using the soapUI project war and META-INF containing weblogic-application.xml) from any webservice client.The web service is up and running in weblogic server and I can hit the wsdl from web ui interface but when I'm using this wsdl location to create a webservice client to test the service it's showing error that it's failed to parse the document as the reference xsd is not found.
WSDL location: http://xx.xx.xx.xx:7001/user-v1/mockUse ... nding?WSDL
Interesting thing is that from the error I can see user-v1 is missing in the path.If I add this user-v1 in the path and hit this in a browser then the User.xsd file is opening properly.
I'm not getting any clue how to address this issue.Any help will be highly appreciated.If any more information is required please tell me.I'm running this in windows.
I'm facing a problem when I'm trying to access the wsdl of my deployed mock service project(deployed as user-v1.ear in weblogic 10.3 .EAR created using the soapUI project war and META-INF containing weblogic-application.xml) from any webservice client.The web service is up and running in weblogic server and I can hit the wsdl from web ui interface but when I'm using this wsdl location to create a webservice client to test the service it's showing error that it's failed to parse the document as the reference xsd is not found.
WSDL location: http://xx.xx.xx.xx:7001/user-v1/mockUse ... nding?WSDL
java.io.FileNotFoundException:
http://xx.xx.xx.xx:7001/mockUserServiceSOAP11Binding?WSDL&interface=UserServiceSOAP11Binding&part=User.xsd
Interesting thing is that from the error I can see user-v1 is missing in the path.If I add this user-v1 in the path and hit this in a browser then the User.xsd file is opening properly.
I'm not getting any clue how to address this issue.Any help will be highly appreciated.If any more information is required please tell me.I'm running this in windows.