cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Inspection Language (WSIL)

Former Member
0 Kudos

Hi all,

We have a web dynpro application deployed on a NW04 SP17 server. The application consumes an EJB web service deployed on the SAME server.

I have used adaptive web service model in this scenario. I also created destination under 'Web Service Security' node in Visual Admin.

But when I try to access the dynpro application, the page does not load and gives the error as follows -

"com.sap.engine.services.webservices.espbase.discovery.<b>BaseIOException: Invalid Response Code 404 while accessing URL: http://<host>:<J2EE port>/sap/bc/srt/wsil/. Response Message: Not Found.</b>

I do not know why the path 'sap/bc/srt/wsil' is being accessed.

As per SAP Documentation at -

http://help.sap.com/saphelp_erp2005/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/frameset.htm

the string "sap/bc/srt/wsil" appears under ABAP engine as given in above documentation.

So how does this come into picture for EJB web service deployed on java stack ?

Regards,

- Shankar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Shankar

Could you check this doc?

How to Consume an SAP Enterprise Service Using Visual Composer and the Composite Application Framework

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5e9ca25b-0e01-0010-bbaa-f3b963e8...

This doc's section - Step1: Configure J2EE Engine Web Service End Points.

This seems a little bit different topic but the doc will give you

how to set Web Service End Points.

Best Regards.

Sejoon

Former Member
0 Kudos

Thanks Sejoon.

I changed as per the document, still the same error appears.

I have a query that if you give the link of 'inspection.wsil' in the Visual Admin's dynamic WSProxies node, where should we give the actual WSDL address in Visual Admin ?

This is because, the inspection.wsil link will give you a list of 'all' web services, and not the specific one which you are using.

Regards,

- Shankar.