Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import -------------------------------------------------------------------------------------
Key: ODE-534 URL: https://issues.apache.org/jira/browse/ODE-534 Project: ODE Issue Type: Bug Components: BPEL Runtime Affects Versions: 1.2 Reporter: jimma 1. Modify the DynPartner sample and publish a DynEndpointWS as an remote webservice : write the service implementation and other deployment descriptor to publish the DynEndpointWS in Metro . 2.Modify the Dynpartner/deploy.xml and remove the deployment for DynEndpointWS and remove DynPartenerResonder.bpel. 3.Modify the DynPartnerMain.bpel and add the wsdl reference to this published remote webservice : <import location="http://localhost:8080/DynEndpointWS?wsdl" namespace="http://ode/bpel/responder.wsdl" import type="http://schemas.xmlsoap.rg/wsdl/"/> 4.Change the wsdl import in Main.wsdl . <import namespace="http://ode/bpel/responder.wsdl" location="http://localhost:8080/DynEndpointWS?wsdl"/> 5. When depoy this process, the ODE engine will report error and this process is failed. ERROR - GeronimoLog.error(104) | openResource: invalid scheme (should be urn:) http://127.0.0.1:8080/webservice_bpel_ode/DynEndpointWS -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.