cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Basics

matthias_prller
Participant
0 Kudos

Hello erverybody,

I think this is a very easy question but I really don't find the answer:

If I call a MII webservice in the browser (just for testing) I normally get a xml-file as a result.

I don't have to authenticate myself because I'm already logged in to MII.

But when I'm not logged in to MII I get a 401 - not authorized error from SAP NW.

My question is how can I easily give the parameter LoginName and LoginPassword to the webservice in the URL?

I tried http://<server>:<port>/XMII/SOAPRunner/f6_test/webservice?LoginName=xxx&LoginPassword=yyy but this didn't work.

Thank you

Regards

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello,

try this:

http://server:port/XMII/WSDLGen/ Path&transaction name ?j_user=username&j_password=password

It works.

Roberto

Answers (0)