On Feb 20, 2008 12:59 AM, Jean-Claude Moissinac <[EMAIL PROTECTED]> wrote:
> Hello > > I'm using ode 1.1.1 > I have created a first simple BPEL process, something like HelloWorld; it > works > > Then, I have created a BPEL process which invoke the first process as > a Web Service. > > I'm always getting the following response: > - <soapenv:Envelope xmlns:soapenv=" > http://schemas.xmlsoap.org/soap/envelope/"> > - <soapenv:Body> > - <soapenv:Fault> > <faultcode>soapenv:Server</faultcode> > <faultstring xmlns:axis2ns9=" > http://docs.oasis-open.org/wsbpel/2.0/process/executable > ">axis2ns9:uninitializedPartnerRole</faultstring> > <detail /> > </soapenv:Fault> > </soapenv:Body> > </soapenv:Envelope> > > This fault seems to be An attempt during process execution to read a > partner link before its partnerRole EPR is initialized. I don't > understand what I can do. the first process is deployed and it works > if I call it directly. > > I appraciate if someone give me ideas to solve this problem. > Having your process definition would help but I'm guessing you're missing the initializePartnerRole="yes" attribute on the partnerLink. In WS-BPEL 2.0the partner role of a partner link isn't automatically initialized (usually using the soap address in a WSDL doc) unless you explicitly specify so. Cheers, Matthieu > > -- > -- > Jean-Claude Moissinac > > > PS: ODE version from the manifest: > Manifest-Version: 1.0 > Created-By: Buildr > Build-By: mriou > Build-Jdk: 1.5.0_12 > Implementation-Title: Apache ODE > Implementation-Vendor: Apache Software Foundation > Implementation-Version: 1.1.1 >
