sure. Attached is the process and other relative files,
and thank you. ---- AL ________________________________ From: Rafal Rusin <[email protected]> To: [email protected] Sent: Fri, 21 May, 2010 8:32:54 Subject: Re: Problem in accessing wsdl from URL(http) from bpel Hello, could you provide your process, so we could verify your error? On Thu, May 20, 2010 at 6:59 AM, Adnan <[email protected]> wrote: > HI, > I want to access wsdl file that is imported in bpel definition, can i do > that or i will have to create local copy and then use it? > Because whenever it run the process it gives me this: > > FATAL - GeronimoLog.fatal(116) | openResource: invalid scheme (should be > urn:) http://localhost:9090/axis2/services/Inverse?wsdl > > thx > > > ---- > AL > -- Regards, RafaĆ Rusin http://rrusin.blogspot.com
<?xml version="1.0" encoding="UTF-8"?><deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:test1="http://test123Proc/" xmlns:wsdl1="http://add.soco" xmlns:wsdl2="http://inv.soco" xmlns:wsdl3="http://test123Wsdl/" xmlns:wsdl4="http://test123WsdlWrapper/"><process name="test1:test123Proc"><active>true</active><retired>false</retired><process-events generate="all"/><provide partnerLink="test123WsdlPLT_PL"><service name="wsdl3:test123Wsdl" port="BindingPort"/></provide><invoke partnerLink="addPLT_PL"><service name="wsdl1:Add" port="AddHttpSoap11Endpoint"/></invoke><invoke partnerLink="InversePLT_PL"><service name="wsdl2:Inverse" port="InverseHttpSoap11Endpoint"/></invoke></process></deploy>
