On 10/2/07, Chris <[EMAIL PROTECTED]> wrote:
>
> When trying to deploy my process, I get the following error in the logs:
> ERROR - GeronimoLog.error(108) | Deployment of RandomColor failed,
> aborting
> for now.
> org.apache.ode.bpel.iapi.ContextException: Unable to access WSDL
> definition
> to activate MyRole endpoint for service {
> http://sample.bpel.org/bpel/sample}RandomColor and port RandomColorPort... Here is my deploy.xml: > <provide partnerLink="client"> > <service name="pns:RandomColor" port="RandomColorPort"/> > </provide> Your service is called "pns:RandomColorService" in your WSDL. alex
