cancel
Showing results for 
Search instead for 
Did you mean: 

Html page-XI-Idoc

Former Member
0 Kudos

Hi All,

In doing Html page-XI-Idoc, what are the things i nee to consider.

1)I have asked Java people to prepare one html page with the content and send buttonin that page.

2) what they are saying is send button should have have some target server information.

Could u pls anyone gives some information regarding this scenario would be very useful.

Regards,

venu

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at question:

8. Where can I find http adapter test tool?

(adapter section) on the XI FAQ

for a sample html page that sends messages to the XI

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Venu,

In this case, you will need a HTTP adapter as a sender and an IDOC adapter as the reciver.

Also, just check this blog to see how to configure a HTTP Adapter,

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

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

I'm doing following scenario.

1)HTML page contains request details.

2)These details should send to R/3 and the response agan send to HTML page.

I'm expecting ur gudance in following things.

1)Designing HTML page

Pls guide me how i should do this?

Regards,

venu.

Former Member
0 Kudos

Hi Venu

Using any Html designer(frontpage etc..) u can design.. it shoudl be having textboxes and buttons.

or give me ur mail id , i'll send the html page for u..

or create like this:

1.ServerHost: [XIS ] 2.Serverport:[8000]

3.SenderService: [Send_BS] 4. QOS:[EO]

5.SenderInteface: [SEND_MI]5. Sendernamespace:[urn:/test]

Payload: [XML request]...>textbox

[Submit ]---->Button

Result [ response shold be displayed]

Above text boxes sould give all details and paste the xml request in payload textbox and clcik submit, based on QOS is should give response or just post the IDOC into R/3.

Let me know if any thing required..

Regards..rambarki

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Venu,

I have sent u the HTML page in my mail. That can be used for your HTTP ADAPTER as a testing for your scenario.

When doing a HTTP to RFC scenario, we used the same tool amd it worked fine.

Also, go through this blog. Though it deals with a Synch / Asynch it uses a http to RFC as the base.

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

Regards,

Bhavesh

manish_bhalla2
Contributor
0 Kudos

Hi Venu,

The send button should send the XML message inside an HTTP POST message to the plain http adapter of the Integration server. So the URL to point it to is http://<server>:<HTTP_port>/sap/xi/adapter_plain?namespace=<namespace>&interface=<interface>&service... of Service>&sap-client=<client>&sap-language=<language>

(you can add other parameters such as agency, etc)

For a working example, you can check out the HTTP client test tool. This sends XML data to the integration server.

To get the code for the tool, check this URL /message/266750#266750 [original link is broken]

Regards

Manish