Hi,
I'm trying to call some APIs of a web dynpro application (wdTest) at runtime, from EP. Both EP and wdTest are running on the same J2EE server.
What should i need to do so that i can call wdTest APIs.
FYI. In the portalapp.xml i added the following but didn't help.
- <application-config>
<property name="SharingReference" value="wdTest" />
<property name="SharingAccess" value="true" />
.......
......
</application-config>
Any help would help 😊
Hi
Try this How to guide
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to integrate a web dynpro application into sap ep 6.0
It worked just fine for me.
I have developed an applikation based on the sneak preview of WAS 6.40 that is running on my laptop.
I have an EP 6.0 SP2 installed on another location, an created a system due to the instructions in the how to guide. Then i loged-on the portal on a different machine then my laptop an the iView with the webdynpro application worked just fine, but only on the internal LAN of my company.
Hopes this help
Kay-Arne
Another link that might be helpfull
http://media.sdn.sap.com/eclasses/asug/biti03/1009_files/default.htm#nopreload=1
Kay-Arne
Add a comment