[Users] BPEL : Assignment of complex types

RudyWI rudywi at gmail.com
Wed Mar 16 10:56:59 CET 2011


Hi,

In a BPEL, I try to invoke a Web Service with complex types as parameters.

In my Web Service WSDL :

Code:

<xs:complexType name="oneCT">
<xs:sequence>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="other" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>

............

<xs:element name="operationType">
<xs:complexType>
<xs:sequence>
<xs:element name="spec" nillable="true" type="ns0:oneCT"/>
<xs:element name="id" nillable="false" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>

.............

<wsdl:message name="operationRequest">
<wsdl:part name="parameters" element="ns1:operationType"/>
</wsdl:message>




In my BPEL source :

Code:

<bpel:variable name="inParamsForWS" type="ns:operationRequest"></bpel:variable>




How to insert values into "inParamsForWS" correctly ? I want assign values into all parameters of all complex types.




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30866#30866

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/b4b84b35/attachment.htm>


More information about the Users mailing list