cancel
Showing results for 
Search instead for 
Did you mean: 

DTO structure and Web Service

Former Member
0 Kudos

Dear Web Dynpro developers,

I have build a Web Service in NetWeaver which have a nested DTO structure as input- and a DTO as output parameter.

The structure of both the DTO is something like this:

- complex_type1

-- complex_type1_1

-


complex_type1_1_1

-


attr1_1_1_1

-


attr1_1_1_2

-- complex_type1_2

-


attr1_2_1

-


attr1_2_2

-


attr1_2_3

The web service is working fine in the Web Services Navigator. But when I import the web service in Web Dynpro then the model is not correct.

The problem is that the DTO structure is not recognized. So when I build the context for my component controller then only the structure till complex_type 1, 1_1 and 1_2 is recognized. So complex_type1_1_1 and all the attributes are not there (also attr 1_2_1 until 1_2_3). The strange thing is that the Web Services Navigator the structure does recognize.

Does someone knows the reason of or a solution for this problem.

Best regards,

Marinus Geuze

PinkRoccade

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you want to see the WSDL then I can send it to you by email.

Thanks for your help,

Marinus Geuze