Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing an array of strings from BPEL

427634Aug 24 2004 — edited Dec 19 2005
I have a simple problem that I cant find by RTM. One of the parameters in a message to a web service is an array of strings

<wsdl:message name="simpleQueryFetchFilesRequest">
<wsdl:part name="handle" type="xsd:string"/>
<wsdl:part name="tables" type="impl:ArrayOf_xsd_string"/>
<wsdl:part name="qualifier" type="xsd:string"/>
<wsdl:part name="return_url" type="xsd:int"/>
</wsdl:message>


where ArrayOf_xsd_string in the wsdl is defined by

<complexType name="ArrayOf_xsd_string">
<complexContent><restriction base="soapenc:Array"><attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>


I cant seem to define a valid copy rule in BPEL that initialise the tables parameter.

Can anyone point me in the right direction here?
thanks,
Ross.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2006
Added on Aug 24 2004
4 comments
821 views