cancel
Showing results for 
Search instead for 
Did you mean: 

sender http problem

Former Member
0 Kudos

hi,

where should i change url for sender http symbols like / by %2F and . by %3E in the url generated by the HTTP client ?

where i i find this url

http://xxxxx:8000/sap/xi/adapter_plain?namespace=http%3A//sap.com/xi/yyyyy&interface=abcd&service=gh...

regards

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Vijender,

you can create your own http client using the following doc.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca4...

copy the piece of html code and paste in notepad and save that with extn ".html"

to send the http request to ur xi integration engine, provide the parameters asked.

n dont forget to change the user id and password in document source code.

Else you can also test your scenario using RWB.

Regards

Pushkar

Former Member
0 Kudos

Hi Vijender, your url is having %3A which is the part of your name space.

I dont find %2F and %E over there.

could you please put the complete string.

Regards

Pushkar

Former Member
0 Kudos

hi,

i got this smple from blog. actually where can i get this url in my scenario and xi system i dont know.

regards

Former Member
0 Kudos

Hi,

>>actually where can i get this url in my scenario and xi system i dont know.

there is a HTTP client, when you enter the details of query string, then it will be formed the complete URL.

plz check this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6...

regards

Former Member
0 Kudos

hi vijaya,

i didnt give any pwd in sicf->adapter_plain->logon tab.

should i give xiappuser or pisuper and pwd .

depending on this what user and pwd should i give in http-client.

regards

Former Member
0 Kudos

Hi,

plz give the user name of ur XI login user and password....

for roles for XI dev have a look at this page:

http://www.erpgenie.com/sap/netweaver/xi/xiauthorizations.htm

http://help.sap.com/saphelp_sm32/helpdata/de/c4/51104159ecef23e10000000a155106/frameset.htm

regards

Former Member
0 Kudos
Former Member
0 Kudos

hi laxmi,

where is the details of url used and where can i find them.

plz i want the point where to get the url.

regards

Former Member
0 Kudos

Hi Vijender,

Sorry..lemme check .

Regards

Pushkar

Former Member
0 Kudos

hi ,

but where do i find the url which i asked.

tnx