cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service with Portal Integration

Former Member
0 Kudos

Hi Masters.

I have already created a Web Service to consume a EJB, I have already deployed it in the NWAS and it works very well.

But now I need the Enterprise Portal and this WebService working together with the same logon.

How can I do it ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi java man,

First of all u need to create a portal component or a webdynpro application to do this.

In portals:

You need to get the url or wsdl file for that webservice and u need to create a portal service for that webservice and then you can use the same in your portal.

Go thru the link below:

[Consuming web services in Portals|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b07992b3-b5af-2a10-9886-affcbeccc4c9]

In webdynpro:

u can dierctly get the webservice as a model in your application in 2 ways:

1.Import Adaptive webservice model

2.Import webservice model-depricated