cancel
Showing results for 
Search instead for 
Did you mean: 

Adapters Authentication

Former Member
0 Kudos

Hi everyone.

I am using a Marketplace adapter to receive messages.

When i use the URL

http://<host>:<j2eePort>/MessagingSystem/receive/MPA/MML

it asks me for a username / password (http basic authentication)

Can i turn this off? Note that this is a Java Adapter with the J2ee port.

<b>Or, can i send username and password in the URL? That would be perfect.</b>

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

As u r using the Marketplace Adapter at receiver end, the username is related to the receiver system and not XI. So the authentication at receiver is required. Otherwise u have to configure receiver for anonymous logon.

Regards,

Prateek

Former Member
0 Kudos

Sory,

I want to receive messages in XI. I am using the Sender Adapter.

prateek
Active Contributor
0 Kudos

If it is sender then there wont be any URL in question.

Please clarify ur complete scenario. And where u r facing the problem.

Regards,

Prateek

Former Member
0 Kudos

We have a Third Party System, which send us messages to the Marketplace adapter.

They don't support Basic Authentication.

I've configured the Marketplace Adapter to use HTTP transport Protocol. (The other option was to use Sonic MS).

As far as i know, we need an URL to send messages to XI:

<b>Marketplace adapter</b>

(...)/MessagingSystem/receive/MPA/MML

<b>RNIF</b>

(...)/MessagingSystem/receive/RNIFAdapter/RNIF

<b>CIDX</b>

...

Any of this URLs prompts for username/password.

They have other clients with the same problem, but they can send the username and password on the URL, and asked me if this was possible in the webserver behind sap XI.

Message was edited by:

Jose Neves