cancel
Showing results for 
Search instead for 
Did you mean: 

PI webservice call from webdynpro Java - CE 7.1 EHP1

former_member518917
Participant
0 Kudos

Hi,

Scenario: from Webdynpro application I am calling PI web service using URL "http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=:<BS>:<CC>".

In NWA I am getting exception 'Exception during webservice call' in NWA.

There is no log in sxmb_moni and channel monitoring.

I checked the sender soap channel and other configuration objects, ther all are fine. From SOAPUI tool I can successfully call  this webservice. 

Is there any configuartion / settings to be done to call the soap adapter from webdynpro.

Thanks

Ritu

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there's this nice SOAP - webdynpro tutorial

http://scn.sap.com/people/riyaz.sayyad/blog/2006/05/10/consuming-xi-web-services-using-web-dynpro-ui...

have you tried using it ?

Regards,

Michal Krawczyk

former_member518917
Participant
0 Kudos

Thanks Michal.

Same sca file is working in our other systems having PI 7.1. We facing this issue in PI7.1 EHP 1.

Is there any setting to be done in EHp1 to call PI soap adapter from webdynpro application?

Thxs.

Ritu S

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Is there any setting to be done in EHp1 to call PI soap adapter from webdynpro application?

no, there's nothing EhP1 specific - you need to open an OSS call if this stopped working for EhP1 only

Regards,

Michal Krawczyk

baskar_gopalakrishnan2
Active Contributor
0 Kudos

As far as I know calling PI  webservice soap sender from any client including webdynpro java would be the same. No specfic configuration changes are involved for sure.  You generate WSDL and provide to the webdynpro client side.  They generate webservice proxy classes and call the endpoint URL that comes in the WSDL.