You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2010/04/13 14:29:36 UTC

[jira] Updated: (ODE-534) Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import

     [ https://issues.apache.org/jira/browse/ODE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-534:
---------------------------------

    Fix Version/s: 1.3.5

> 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
>             Fix For: 1.3.5
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira