cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming EJB Web Service in WD ABAP component

Amey-Mogare
Contributor
0 Kudos

Hi,

I have a scenario where I have Portal KM access methods exposed as EJB Web Service. This web service is deployed on J2EE engine.

And I have to consume this web service from my WD ABAP component controller.

Any idea how this can be achieved?

Thanks and regards,

Amey

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This doesn't really have anything to do with Web Dynpro. Normal ABAP functionality is used for the consumption of a web service. In ABAP we create a proxy class based off the WSDL of the web service. This proxy class can then be called from within Web Dynpro like any other ABAP class. You can read about consuming a web service in the online help:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9e/c7a3591dc74a679bbc9716354e42af/frameset.htm

Amey-Mogare
Contributor
0 Kudos

Hi Thomas,

As always, Your reply answers the question!

Thank you very much.

With regards,

Amey

Answers (0)