cancel
Showing results for 
Search instead for 
Did you mean: 

Test Web Service from Web AS ABAP protected by Basic Auth with ECATT

Former Member
0 Kudos

Hello Web Service Specialists,

this is our System Landscape:

Web AS 7.0 ABAP
(runs ECATT)
  |
  | HTTP(S) Connection for SOAP Requests
  |
Web AS 6.40 ABAP
(Provides Web Service)

When I setup a Test as described in the Documentation <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/220342ea44ce6ce10000000a155106/frameset.htm">Testing Web Services</a> I had to provide a Username/password for every test call. Also anoying is that for every call a Transport entry is written. I tried to avoid the Username/Password by providing a HTTP Connection maintained in SM59. But here the request totaly fails because I think the Pathprefix I've provided to test the connection (/sap/bc/ping) does not apply to the Web Service call.

Has anybody sucessfully tested his Web Services using ECATT?

Regards

Gregor

Accepted Solutions (0)

Answers (2)

Answers (2)

gregorw
Active Contributor
0 Kudos

Found the solution by myself.

gregorw
Active Contributor
0 Kudos

Hello Everybody,

I've found a solution: The Path prefix in SM59 has to be empty so that Path Prefixes maitained in the Logical Port Config can work.

Regards

Gregor