Thanks all.
fyi here is the solution:
the type:
<xs:element name="stockage">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="artefact"
nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
the variables:
<variables>
<variable name="Ehealth1CallOperationOut"
xmlns:tns="http://j2ee.netbeans.org/wsdl/Ehealth1/ehealth1"
messageType="tns:CallOperationResponse"/>
<variable name="StockageOut"
xmlns:ns="http://stockageRSW.ehealth.org"
messageType="ns:stockageResponse"/>
<variable name="StockageIn"
xmlns:ns="http://stockageRSW.ehealth.org" messageType="ns:stockageRequest"/>
<variable name="Ehealth1CallOperationIn"
xmlns:tns="http://j2ee.netbeans.org/wsdl/Ehealth1/ehealth1"
messageType="tns:CallOperationRequest"/>
</variables>
the copy:
<assign name="Assign1">
<copy>
<from variable="Ehealth1CallOperationIn" part="part1"/>
<to>$StockageIn.parameters/ns0:artefact</to>
</copy>
</assign>
Tammo van Lessen wrote:
>
> Antoine Toulme wrote:
>> Well, ODE also provides BPEL extensions to do inserts:
>> http://ode.apache.org/xpath-extensions.html
>
> Oh, right. Thanks Antoine!
>
> Tammo
>
> --
> Tammo van Lessen - http://www.taval.de
>
>
--
View this message in context:
http://old.nabble.com/The-endpoint-reference-%28EPR%29-for-the-Operation-not-found-tp27933572p28068229.html
Sent from the Apache Ode User mailing list archive at Nabble.com.