[jboss-user] [JBoss jBPM] - How to do XPath query in BPEL?

ZazzaZ do-not-reply at jboss.com
Tue Oct 23 06:21:14 EDT 2007


Hi all,

suppose I have the following complex type:


  | <xsd:complexType name="Credenziali">
  |         <xsd:sequence>
  |             <xsd:element name="nome" type="xsd:string"></xsd:element>
  |             <xsd:element name="password" type="xsd:string"></xsd:element>
  |         </xsd:sequence>
  | </xsd:complexType>
  | 

And I have the following message types

  | 
  | <message name="ControlloAccessoOperationRequest">
  |         <part name="part1" type="ns:Credenziali"/>
  |     </message>
  | 
  | <message name="LoginOperationRequest">
  |         <part name="inRequest" type="xsd:string"/>
  |     </message>
  | 
  | 

How can I copy inRequest in the element "nome" of type Credenziali in ControlloAccessoOperationRequest in BPEL code?

Thanks a lot! Bye

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097798#4097798

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097798



More information about the jboss-user mailing list