cancel
Showing results for 
Search instead for 
Did you mean: 

Http Tool to test XML

Former Member
0 Kudos

HI All,

We have a scenario in which data comes from a legacy system to xi ,we use soap adapter there,and data goes from xi-crm through idoc adapter.

Is there any tool that can be used to test the xml coming from legacy system and going to idoc.

Thanks,

Am.

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

hi juwadi,

this blog link contains the zip file which you can download and test the messages coming out from the legacy system. and it contains the further steps

/people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

regards,

nikhilbos

reward points if usefull

Answers (4)

Answers (4)

udo_martens
Active Contributor
0 Kudos

Hi Am,

you can use <a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=b134a806-d50e-4664-8348-da5c17129210&displayLang=en">Wfetch</a> from Microsoft.

Regards,

Udo

Former Member
0 Kudos

Am,

For testing purposes I use a <b>.htm</b> script as a Posting Tool to send XML messages to the XI server

You also need to create Configuration to accept the test message

1. Business Service (to represent the Posting Tool)

2. Receiver Determination (referencing the Sender Service) and

3. Interface Determination (referencing the Sender Service)

I am getting an error when providing the script code in this reply

So if you supply your email address I will send a copy of the script to you

Regards,

Mike

Former Member
0 Kudos

Hi Mike ,

Thanks for the reply.

amith09@gmail.com is my mail id.Please mail me the tool.

Thanks,

Amith.J

former_member181962
Active Contributor
0 Kudos

HI Amith,

Read Naveen's blog:

/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool

Regards,

Ravi kanth Talagana

Former Member
0 Kudos

Hi,

Refer the link which help you to create HTTP Client for testing:

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

Thanks and Regards,

Chirag Gohil

agasthuri_doss
Active Contributor
0 Kudos

Hi,

In RWB - Message Montior will help

Regards

Agasthuri Doss

Former Member
0 Kudos

simply monitor the scenario via Runtime workbench.

if you are getting errors and want to monitor your SOAP adapter more,then u need to download TCPGateway and hook it up with your sender adapter,in general you don't need TCPGateway,simply RWB will serve the purpose

Thanx

Aamir

Former Member
0 Kudos

Hi Aamir,Thanks for the reply.

I have a very specific issue,we are trying to manually test an xml that is already posted into idoc.

To make it more specific:

We are taking some idocs that are posted,finding out their correspondig xml and resending them in XI component monitoring.

I would like to know if there is any specifc HTTP tool that can be used to test these XMLs.

Thanks,

Amith

Former Member
0 Kudos

>>We are taking some idocs that are posted,finding out their correspondig xml and resending them in XI component monitoring.

HTTP tools won't help here coz it doesn't store any messages,its basically used to check any issues in connection with the external system(sender as welll as receiver).

you need to check the XML payload in sxmb_moni ,copy the payload and then match that up with your already posted IDOC's.

Thanx

Aamir

Former Member
0 Kudos

Thank you Aamir.

Is there any other tool in XI that can be used to test these XMLs other than message Monitoring.

Ami.

Former Member
0 Kudos

Hi Ami,

You can use RWB test message to send the message to XI.

Thanks

Former Member
0 Kudos

>>can be used to test these XMLs

what exactly you mean by <i>test XML messages</i>?

if you want to resend the messages then you can resend from RWB,you can also resend any errored out messages from sxmb_moni

please give your exact requirement

Thanx

Aamir