cancel
Showing results for 
Search instead for 
Did you mean: 

Websphere & SAP portal connectivity

Former Member
0 Kudos

Hi All,

I'm integrating Webspehere portal with SAP portal. Here SAP portal is the producer portal and IBM websphere portal is consumer portal.

so while configuring in Websphere it is asking for URL to WSDL service definitions

I have given the following path:

http://test.com:50000/irj/servlet/prt/portal/prtroot/com.sap.portal.wsrp.coreproducer.wsdlgenerator ("Is this correct URL?")

and SAP portal is registered with webspehere. But I can only see few standard content of SAP Portal in webspehre. But I didnt find my devloped portal applications in that list even webdynpro applications are also not avaliable.

I have maintained permissions also.But Im not clear what type of content is displayed in websphere portal.

Whether my webdynpro applications can also exposed as wsrp or it is not possible?

What are the other settings I should do for getting all these iviews in to webspehere portal?

The following is the link through which I did configuration.

http://help.sap.com/saphelp_nw70/helpdata/EN/43/222fc40bb93fece10000000a11466f/frameset.htm.

Any help will be apprecaited.

With Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Ravi,

I think WebDynPro apps, Visual Composer apps and I don't know what else are not WSRP compliant. So, although SAP says that its portal version 7 spxx, is full WSRP compliant, its strategic web development technology i.e WebDynPro is not compliant. So I wonder what else you'd publish from SAP Portal. So, next time you hear someone say SAP Portal is WSRP compliant, ask if ESS/MSS can be published to MOSS or WebSphere. The fineprint starts speaking for itself.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran/Santhosh,

Thanks for the reply. It is clear that Webdynpros cannot be exposed as wsrp content. But I have few java based webdynpros which are talking to BAPIs, I want to expose them in websphere portal. Now I'm wondering how to handle this.

or what are the other efficeint ways except Webdynpro for accessing these BAPIs and updating the data in R/3 in a way that I can expose those iviews for wsrp consumers?

Apprecaite your help.

With Regards,

Ravi

Former Member
0 Kudos

Try to implement Kerberos so you can SSO to your WebDynPro/SAP Portal application. Integrate it to WebSphere via simple URL level integration. This way the user doesn't have to sign on to the WD app and looks like its running through WebSphere. However, you would not achieve a uniform look and feel.

I can't think of other ways.

Kiran

Former Member
0 Kudos

Hi Kiran,

yes, thats what we decided to do as I didnt find anyother option.

Thank you

With Regards,

Ravi.D