cancel
Showing results for 
Search instead for 
Did you mean: 

can't see input parameter in model for webservice

Former Member
0 Kudos

Hai All,

I have created model for a webservice in webdynpro project. For a method in that webservice there is an input parameter which is <b>two dymensional string arry</b> . But I am unable to see that parameter in schema of created model. How can i see that input parameter.

could anybody help me out.

Regards,

Charan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai Charan,

I am Also Facing the same Problem,

we cant change the auto generated code in webdynpro,

Its Better to try with object array instead of two dimensional array.

regards,

Naga Raju.m

Former Member
0 Kudos

Hi Charan,

If it's not the first time you create/import the model try to restart the J2EE engine. There is a problem with the metadata reading of the model on the server.

Aviad

Former Member
0 Kudos

I have created models for lot of webservices in webdynpro. But i did not get this type of problem any where. Here while i am importing model it is giving the error: "Syntax error on token no)" like that. The error is in auto generated code for model. The problem is with the input parameter of the webservice which is <b>two dimensional string array</b>.

Charan