WSDL Exception - OTHER_ERROR
783453Jul 22 2010 — edited Feb 26 2020Hi All,
I am facing issue in invoking the deployed WSDL. I have used BOD's and Nouns for defining the business message structure. The schema location mentioned in them is relative. When i deploy BPEL process, it gets deployed successfully but on em console the WSDL is in error. It fails to refer to the relative path defined in the BOD and takes the "." in the relative path of the xsd. Below is the complete error message.
The WSDL document could not be parsed
The following error occured while parsing the WSDL location -
java.io.IOException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://demo.com:8001/soa-infra/services/default/DashboardCRM/getconsumerdetails_client_ep?XSD=*public_html/BODs/./Common/BODComponents.xsd*:WSDL not found
Hide Additional Trace Information
oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: java.io.IOException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://demo.com:8001/soa-infra/services/default/DashboardCRM/getconsumerdetails_client_ep?XSD=public_html/BODs/./Common/BODComponents.xsd:WSDL not found at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:157) at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:87) at oracle.sysman.emas.model.wsmgt.WSTestModel.init(WSTestModel.java:226) at oracle.sysman.emas.view.wsmgt.WSView.parseWSDL(WSView.java:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.el.parser.AstValue.invoke(AstValue.java:157) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283) at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:90) at
Please suggest how to resolve this error.
Thanks In Advace!
Edited by: user13371454 on Jul 22, 2010 3:01 AM