cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure the Http sender adapter

Former Member
0 Kudos

Now i have look through the sap lib about the http sender adapter

and i know the url is

http://hostname:port/path?namespace=<...>;

&interface=<...>&service=<...>&cmd=T&loaderXML=< message object >&end=yes

My questions are:

1)the path in the URL is "/sap/xi/adapter_plain", if not, what is it?

2)the message payload is right?

any reply is appreciated

Thank you very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Leo,

For a HHTP Scenario:

DESIGN:

1. Create DataTypes for source and Destinations. Create elements for all the text fields of your HTTP Client so that they can all be mapped into the destination file

2. Create MessageTypes for the two datatypes.

3. Create Message Interfaces. The One for HTTP is the sender, Asynchronous ( as no response is expected) and one for File is receiver, asynchronous.

4. Do the mapping. It will be mostly a one to one mapping of the fields.

5. Create the Interface Mapping.

Configuration:

1. Import your Business System under your Configuration Scenario.

2. Create 2 communication channels. One for Http as a sender and one for your receiver say IDoc.

Check these links for the configuration part.

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

3. Do the Receiver Agreement for Idoc. HTTP doesn’t need a sender agreement.

4. DO the Receiver Determination and Interface Determination.

Weblog which talk about the same scenario:-

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - although this weblog is

aimed at explaining the sync-async bridge.. Sriram has taken http-to-file scenario as the example

(use case) and explained it...

Check this SDN tv demo, it has detail of HTTP adapter setup.

https://media.sdn.sap.com/SDNTV/main.asp?mediaId=107

Refer to this link for adapter settings.

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

You should also have a HTTP client to send message to XI. In the connecting parameters to XI u have to use the URL in the pattern mentioned . U have to give all the configuration details in the URL.

If you give me your mail id or if you can mail me at abhy.thomas@wipro.com, i can send you a HTTP CLIENT.....In which you need to view the source code and change the username and password to send message to XI.

Regards,

Abhy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Leo,

I guess you got my mail with the HTTP Client by now. I am sure it clearly explains the changes you have to do before using it.

Regards,

Abhy

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

take a look at this thread for HTTP Client ,

/message/266750#266750 [original link is broken]

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh

I&#12288;&#65367;&#65349;&#65358;&#65364;&#12288;&#65364;&#65352;&#65362;&#65359;&#65365;&#65351;&#65352;&#12288;&#65364;&#65352;&#65349;&#12288;&#65356;&#65353;&#65358;&#65355;

&#65345;&#65358;&#65348;&#12288;&#65353;&#65364;'s very helpful

but i get "logon error message" in the wfetch tool

and i have set the authentication to anonymous

what should i do now?

Thanks a lot

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You need to provide a valid User id and password when posting the message to the Integration ENgine using the HTTP Client tool. I dont think an anonymous log on willl be allowed.

Regards,

Bhavesh