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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to