Hi ODE users, In case someone will need it in future:
<bpws:from partnerLink="abcPartnerLink" endpointReference="partnerRole" /> is valid syntax for copying EPR. cheers, Łukasz On 18 March 2011 15:58, Łukasz Budnik <[email protected]> wrote: > Hi ODE users, > > I'm able to override service EPR with a new address without any problems. > > But... I cannot copy old EPR to a variable, for example: > > <bpws:copy> > <bpws:from partnerLink="abcPartnerLink"/> > <bpws:to part="parameters" variable="variable"> > <bpws:query>namespace:EPR</bpws:query> > </bpws:to> > </bpws:copy> > > gives compilation error: > > error: [CopyFromUndeclaredPartnerRole] Copy from partner link > abcPartnerLink with enpoint reference myRole requires the > corresponding role to be defined on partner link. > > Any ideas? (I'm using ODE 1.3.4, but I don't think it's version-specific > issue) > > thanks, > Łukasz >
