cancel
Showing results for 
Search instead for 
Did you mean: 

webservice testing error

Former Member
0 Kudos

Hai,

I have created a simple Remote enabled function module and created webservice for it.

while testing this webservice by using WSADMIN Tcode I am getting the following error in the browser. could anybody solve the problem.

Application error occurred during request processing.

Details: com.sap.engine.services.webservices.wsnavigator.WSNavigatorException: null

Exception id: [0013D390DCF40082000005BE0000101C00045D45EFCC91FB]

thank you

Regards

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sri,

After creating the webservice using WSADMIN , make sure you have activated it using WSCONFIG.

Thanks and Regards,

Sushil.

prateek
Active Contributor
0 Kudos

Try this URL in browser to chaneck whether your webservice is generated properly or not

http://<host name>:<port>/sap/bc/srt/rfc/sap/<RFC Name>?<sap-client>

Regards,

Prateek

Former Member
0 Kudos

Hai prateek,

I tried the URL which u sent I'm getting page can not be displayed.

Actuallly the exception which I got for my webservice occurs to previous webservices also already which were there.