cancel
Showing results for 
Search instead for 
Did you mean: 

mapping RFC to element in WSDL which its type is array[]

Former Member
0 Kudos

hello

I have an RFC2WS scenario. my RFC is flat with 3 String elements. my WS is set with one element with type of

<complexContent>

<restriction base="soapenc:Array">

<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]" />

</restriction>

</complexContent>

</complexType>

each type of RFC is String.

since the each RFC element can map to one WS, I would like to know how can I map the 3 elements in the RFC to one array kind in the WS?

if I will write the RFC as one element of type array, and pass in it all the 3 elements then map this one array element to the WS, will it work?

any other options or solutions will be greatful.

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

try with java mapping..

Former Member
0 Kudos

You can use duplicate subtree in target structure for string.

Thanks,

Beena.