Assign a value from an wsdl:arrayType="xsd:string[]"
585603Jun 28 2007 — edited Jun 29 2007Hi 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