Great! I thought there were some problems with assigning destination in BPEL, so good to hear that.
On Thu, May 27, 2010 at 5:13 PM, Adnan <[email protected]> wrote: > Thank you. its working. > > After this I tried another thing by removing the a space just before the > http, that worked without commenting. > > thank you... > > ---- > AL > > > > > ________________________________ > From: Rafal Rusin <[email protected]> > To: [email protected] > Sent: Thu, 27 May, 2010 16:33:25 > Subject: Re: Error sending message: Transport out has not been set > > Please comment out those assigns. Those are initialized in deploy.xml to > Service & Port from WSDL. > > <!--~~~~~~~~~~~~~~ASSIGN~~~~~~~~~~~~~~-->^M > <!-- > <bpel:assign validate="no" name="InitPLsAssing">^M > <bpel:copy>^M > <bpel:from>^M > <bpel:literal> http://localhost:8080/Add/AddService > </bpel:literal>^M > </bpel:from>^M > <bpel:to partnerLink="addPLT_PL" />^M > </bpel:copy>^M > <bpel:copy>^M > <bpel:from>^M > <bpel:literal> > http://localhost:8080/Inverse/InverseService^M > </bpel:literal>^M > </bpel:from>^M > <bpel:to partnerLink="InversePLT_PL" />^M > </bpel:copy>^M > </bpel:assign>^M > --> > > > On Wed, May 26, 2010 at 10:37 AM, Adnan <[email protected]> wrote: > > > any one? > > > > > > ---- > > AL > > > > > > > > > > ________________________________ > > From: Adnan <[email protected]> > > To: Apache ODE Forum <[email protected]> > > Sent: Tue, 25 May, 2010 19:10:10 > > Subject: Error sending message: Transport out has not been set > > > > > > Hello all > > > > I have spent many days sorting out this problem, either i am missing > > somthing or there might be somthing wrong with ode engine. > > Here is the error i am getting. Using ode1.3.4rc, windows and mac, java6. > > > > 51:24-ERROR [ExternalService] Error sending message > > (mex={PartnerRoleMex#hqejbhcnphr5axi8jwtv9l [PID {http://SocPrc > }SocPrc-2] > > calling org.apache.ode.bpel.epr. > > [email protected](...) Status ASYNC}): Transport out has not > > been set > > org.apache.axis2.AxisFault: Transport out has not been set > > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:383) > > > > I am generating bpel, wsdl, xsd and deploy.xml without any ide. (but > > verified the bpel, validated the wsdl, xsd, deploy.xml using eclipse). > > Posted this problem earlier as well. Attached are the files including > > required log. I really need to solve this. > > > > thx > > ---- > > AL > > > > > > > > > > > > -- > Regards, > Rafał Rusin > http://rrusin.blogspot.com > > > > > -- Regards, Rafał Rusin http://rrusin.blogspot.com
