cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Authentification WebService

frank_schmitt3
Participant
0 Kudos

Hallo,

i´m trying to call a webservice in xi without authentification. Direct call on the abap-stack doesn´t work (Port 8000); by using a soap-communication channel (send) there are same problem. It is possible doing this without authentification?

Thanks in advance,

Frank

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Frank,

Please go through this blog on <a href="/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi Webservices using SAPXI</a> and see if it helps you......Probably you can compare what you have done with what is given in the blog step by step and see if it helps you.The blog explains the same Scenario that you are trying.

Also go through these links and they will surely help you learn more about Webservices:

<a href="/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies between SAP System & Webservice Using Proxies</a>

You can Go through these links to get some info about accessing Webservices:

http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/content.htm

Regards,

abhy

sam_raju
Contributor
0 Kudos

Hi Frank,

Refer to the solution proposed in the following /message/116692#116692 [original link is broken]

Rgds,

Sam Raju

Former Member
0 Kudos

Hi,

chk out this link,it may give u details about webservice without authentication

regards

jithesh

frank_schmitt3
Participant
0 Kudos

Hi,

i think this is only for "real WebService". I only call an interface in XI by the soap-adapter or direct on the abap-stack (not separate coded Java WebServices). Therefore this not works I miss a possibility connecting to xi by https on basic authentification.

Thanks,

Frank