cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice call

Former Member
0 Kudos

Hi friends,

My scenaruio is like below

Java appl( webservices ) -


XI----


R/3.

1. I have Imported the wsdl , created a Mssg Interface for a method in it.

2. In ID created webservice for above MI and used URL

http://<username>:<pwd>@host:port/XISOAPAdapter/MessageServlet?channel=service:channel

3. Now i have given this wsdl to sender application, they are using SOAP UI to invoke this service.

But in SOAP UI we are getting an error 401..No Authorization...couldn't find the system specified...

Please suggest what can be the problem...

Regards

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

FPlease go through the following info mentioned in the link

http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm

The specifications must match those that you made in transaction SICF in the Integration Engine. If you do not specify a user and password combination, or the combination is invalid, the system will terminate each attempt to access the Integration Engine with the message Transport Exception: http-Error 401 – Unauthorized.

The user must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.

This can be possible by Having your user the authetication

SAP_XI_APPL_SERV_USER Uptil PI7.0

In PI 7.10 Your user must have a authorization of user PIAFUSER ( current equivalent to XIAFUSER ).

Maybe currently you can try

user XIAPPLUSER password : XIPASS, this would work if the passoword is not re-set by your administator.

This can be possible by Having your user the authetication

SAP_XI_APPL_SERV_USER Uptil PI7.0

In PI 7.10 Your user must have a authorization of user PIAFUSER ( current equivalent to XIAFUSER ).

Maybe currently you can try

user XIAPPLUSER password : XIPASS, this would work if the passoword is not re-set by your administator.

Former Member
0 Kudos

Thanks for the quick replies ..

i've checked SICF....and user name and pwd are empty there..i've tried giving XIAPPLuser ..the system is not allowing me.....

what do i do....

Former Member
0 Kudos

Hi Ravi,

Have look @ this weblok for all HTTP errors

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Regards

Biplab

Former Member
0 Kudos

hi,

You need to pass the user name and the password for testing webservice ...

Regards,

Prakasu