sorry the process did nt attach in the mail...
<?xml version="1.0" encoding="UTF-8"?>
<bpel:process
name="test123Proc"
targetNamespace="http://test123Proc/"
xmlns:wsdl3="http://test123Wsdl/"
xmlns:wsdl2="http://inv.soco"
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:wsdl1="http://add.soco"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:tns="http://test123Proc/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:wsdl4="http://test123WsdlWrapper/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
location="http://localhost:9090/axis2/services/Add?wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
location="http://localhost:9090/axis2/services/Inverse?wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
importType="http://schemas.xmlsoap.org/wsdl/" />
location="test123WsdlWrapper.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" />
<bpel:partnerLinks>
<bpel:partnerLink name="test123WsdlPLT_PL"
partnerLinkType="wsdl4:test123WsdlPLT" myRole="test123WsdlRole"
initializePartnerRole="no" />
<bpel:partnerLink name="InversePLT_PL"
partnerLinkType="wsdl4:InversePLT" partnerRole="InverseRole"
initializePartnerRole="no" />
<bpel:partnerLink name="addPLT_PL" partnerLinkType="wsdl4:addPLT"
partnerRole="addRole" initializePartnerRole="no" />
</bpel:partnerLinks>
<bpel:variables>
<bpel:variable name="addRequestIn" messageType="wsdl1:addRequest" />
<bpel:variable name="addResponseOut" messageType="wsdl1:addResponse" />
<bpel:variable name="input" messageType="wsdl3:test123WsdlInput_" />
<bpel:variable name="InverseSignRequestIn"
messageType="wsdl2:InverseSignRequest" />
<bpel:variable name="InverseSignResponseOut"
messageType="wsdl2:InverseSignResponse" />
<bpel:variable name="output" messageType="wsdl3:test123WsdlOutput_" />
</bpel:variables>
<bpel:sequence name="mainSequence" suppressJoinFailure="yes">
<bpel:receive name="receiveInput" suppressJoinFailure="yes"
partnerLink="test123WsdlPLT_PL" portType="wsdl3:test123WsdlPT"
operation="test123WsdlOPT" variable="input" createInstance="yes" />
<bpel:assign validate="no" name="addAssign"
suppressJoinFailure="yes">
<bpel:copy keepSrcElementName="no" ignoreMissingFromData="no">
<bpel:from> $input.parameters/aComp </bpel:from>
<bpel:to> $addRequestIn.parameters/a </bpel:to>
</bpel:copy>
<bpel:copy keepSrcElementName="no" ignoreMissingFromData="no">
<bpel:from> $input.parameters/bComp </bpel:from>
<bpel:to> $addRequestIn.parameters/b </bpel:to>
</bpel:copy>
</bpel:assign>
<bpel:invoke partnerLink="addPLT_PL" portType="wsdl1:AddPortType"
operation="add" inputVariable="addRequestIn"
outputVariable="addResponseOut"
name="addInvoke" suppressJoinFailure="yes" />
<bpel:assign validate="no" name="InverseAssign"
suppressJoinFailure="yes">
<bpel:copy keepSrcElementName="no" ignoreMissingFromData="no">
<bpel:from> $addResponseOut.parameters/return </bpel:from>
<bpel:to> $InverseSignRequestIn.parameters/a </bpel:to>
</bpel:copy>
</bpel:assign>
<bpel:invoke partnerLink="InversePLT_PL"
portType="wsdl2:InversePortType"
operation="InverseSign" inputVariable="InverseSignRequestIn"
outputVariable="InverseSignResponseOut" name="InverseInvoke"
suppressJoinFailure="yes" />
<bpel:assign validate="no" name="InverseAssign"
suppressJoinFailure="yes">
<bpel:copy keepSrcElementName="no" ignoreMissingFromData="no">
<bpel:from> $InverseSignResponseOut.parameters/return
</bpel:from>
<bpel:to> $output.parameters/returnComp </bpel:to>
</bpel:copy>
</bpel:assign>
</bpel:sequence>
</bpel:process>
----
AL
________________________________
From: Adnan <[email protected]>
To: [email protected]
Sent: Fri, 21 May, 2010 10:07:17
Subject: Re: Problem in accessing wsdl from URL(http) from bpel
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