cancel
Showing results for 
Search instead for 
Did you mean: 

Non SAP WSDL, how to handle input parameter

Former Member
0 Kudos

I am creating a custom WD java application which imports a WSDL and from that I can bind the data structures and populate with input parameter values.

One of the values requires a (variabletype[] _variabletyperec)

What is the meaning of hte <b>_variabletyperec</b>?

what do i need to pass here?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Vicky,

Open your WS model and check if there is a proxy model class with the name "<i><b>variabletype</b></i>". If yes, then your attribute expects an array of <i><b>variabletype</b></i>.

Bala

Answers (0)