cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Sender HTTP adapter issue

Former Member
0 Kudos

Hi,

I have HTTP to Proxy scenario and i have given URL to End client as

http://1XX.33.33.33:50000/sap/xi/adapter_plain?namespace=urn:xxx.com:XXX_To_ERP_XXXX_X&interface=SI_...

When i open this URL in IE, it ask for username & password. Once it is given, it shows me blank page and does not display anything.

Later  I Downloaded client from : http://sappihttpclient.codeplex.com for testing.From this client i am able to push the

data & so as the third party but when they call the URL from application there is no trace.Neither i get any info nor they get any error.

Please advice, if the URL is correct and what could be wrong with SOAP HTTP Sender adapter.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,


When i open this URL in IE, it ask for username & password. Once it is given, it shows me blank page and does not display anything.

This is normal since you are not actually posting anything by typing the URL and entering it in IE.


Later  I Downloaded client from : http://sappihttpclient.codeplex.com for testing.From this client i am able to push the

data & so as the third party but when they call the URL from application there is no trace.Neither i get any info nor they get any error.

Check with your basis team, the URL might not be exposed to requests that come externally (outside company firewall).

Regards,

Mark

Former Member
0 Kudos

Hi,

Thanks for the email.As i said, thrid party system ( Java) installed the HTTP cleint on there server.

With that they are able to send the request and i can see in MONI. So i don't think firewall would be issue. It is only when the call via URL, i am not able to trace it. Neither they get any error for not reaching.

Also is it common to have blank page when we post this URL in IE

Regards

Former Member
0 Kudos

Thanks all. I was able to resolve this issue by putting full URL including user name & password.

JaySchwendemann
Active Contributor
0 Kudos

Hi there, thanks for getting back here and posting the solution (not everybody does that, so thanks for that).

You could mark your own post as solution, hence closing the thread.

Many thanks and kind regards

Jens

Answers (1)

Answers (1)

Former Member
0 Kudos

Any updates on this will be highly appreciated.