cancel
Showing results for 
Search instead for 
Did you mean: 

Prob with Adaptive Web Service Model and Response with reference of itself

Former Member
0 Kudos

Hi guys,

I am facing a problem with the Adaptive WebService Model. I have a WebService which is working properly in a Servlet and also in the web service navigator,

The webService has a method let´s say create(objectDTO). The structure of objectDTO is like this:

propertieA

propertieB

propertieC

propertieChildObjectDTO

So I can pass a list of objectDTOs to the webService. If i import the webService the structure in the model looks fine, but if i want to map it to any context, only the properties A-C are mapped. propertieChildObjectDTO is not mapped.

Has anyone a clue on how to solve this problem ? I just tried to add and initialize the propertieChildObjectDTO manually but I got a NullPointerException.

I would appreciate your help.

Happy new year guys

Regards

Flo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If i am able to understand your requirement, you need this to a recursive node?

Regards

Ayyapparaj

Former Member
0 Kudos

ya this could be the solution, how can I do this ?

Former Member
0 Kudos

Guys......

seems like i can´t reach my requirement with Adaptive Web Service Model:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/wdjava/faq%252b-%252bmodels%252b-%252badaptive%25...

Now I want to make it by hand. How can I import the regarding EJB ?

Thanks !

Flo

Former Member
0 Kudos

ok solved.

Sharing Reference is the key word.

Regards

Flo

Answers (0)