cancel
Showing results for 
Search instead for 
Did you mean: 

Java Webservice Import to WDJ

Former Member
0 Kudos

Hello All,

When I import a J2EE Webservice to WDJ layer, the collections in WS are truncated, OR those levels are not created in the generated context when we implement the methods to component controller.

My problem is one of the nodes in WS is a recursive node, if I can at least get the Java array collection from the model object execute method, i can read them and copy them to a local node.

Any one know how to read the values from the webservice structure in the code other than doing a mapping to the context? Any help would be much appreciated.

Many thanks

Senon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any one have a clue why this is not supported in WD at least?

Is EJB model an alternative for this, if so can you help me how to?

Former Member
0 Kudos

Please refer to this post which says that Collections were not supported in the webservces

/thread/5363733 [original link is broken]

Regards,

Raju Bonagiri

former_member182374
Active Contributor
0 Kudos

Hi,

See my answer here:

Basically each object from the web service is created as a class/interface in the WD side so you can just use the classes/interfaces that are created.

Regards,

Omri