cancel
Showing results for 
Search instead for 
Did you mean: 

Expose EJB as Web Service

Former Member
0 Kudos

Hi,

I have an EJB with a method that should return a XML, but when I try to create a virtual interface to expose it as a Web Service, i´m asked to specify an extending type for abstract type org.w3c.dom.Document.

Ok I know that it isn´t a primitive type or the ones that are acceptable, but i need to map it as a soap extension? i don´t know what to do to map this XML as the response of the Web Service.

I want to be able to have a soap body like this:

http://help.sap.com/saphelp_nw04s/helpdata/en/ec/8c9a3d13ce0450e10000000a114084/frameset.htm

I´m using EP6 SP18 / NWDS SP18.

Thanks,

Edu

Message was edited by:

Edu

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Eduardo,

Did you find any solution for this problem?

Please let me know.

Regards,

Yemun

Former Member
0 Kudos

Hi Yemun,

In the end my WS return a String with XML content, in fact the legacy system works the same way so it wasn't a problem anyway.

Best Regards,

Eduardo