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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Assign a value from an wsdl:arrayType="xsd:string[]"

585603Jun 28 2007 — edited Jun 29 2007
Hi to everyone, I'm new at this issue of Bpel. I'm a developing a simple process and I need to communicate my process with a Web Services that returns a wsdl:arrayType="xsd:string[]", this is the type of the wdsl of the web service:

<complexType
name="ArrayOfString"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<complexContent>
<restriction
base="SOAP-ENC:Array">
<attribute
ref="SOAP-ENC:arrayType"
wsdl:arrayType="xsd:string[]" />
</restriction>
</complexContent>
</complexType>

I need to know how to reference the values inside this response (array of string) and copy to a string variable inside my process.

Thanks at all to everyone.

Mulder
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2007
Added on Jun 28 2007
1 comment
556 views