cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO TEST SOAP SENDER TO FILE SCENARIO

former_member201264
Active Contributor
0 Kudos

Hi gurus,

I have designed and configured SOAP to file scenario.

I have used http://xyz namespace in design time.

I have created two business systems for this sceanrio.

I have downloaded and installed soap client on my system.

When I open this soap client it is asking

1)URL

2)load request from

3)In the editor request tab what should i give.

4)wht is the response tab here

I want to send data to XI from SOAP and then to file.

Please help how to give data and how to get the data format to give in the requst editor?

Points will B rewarded

Regards

Sreeni

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

use the ALTOVA xml spy to trest your scenario

if your scenario is EO then in altova you will receive an empty response.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use a SOAP client like Altova XML spy for posting a message to XI.

The best way to do this is to use the generated wsdl for creating a soap request.

once the wsdl file is picked up by the soap client, it automatically generates the url.

now the response which comes back to the soap client is usually a http status code of successful post. (since u r performing an async scenario)

also ensure u use the j2ee port while genrating the wsdl using the "Create Webservice" option in Int Directory.

Also chk the link for the weblog on sender soap scenario.

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

Hope this helps.

Award points if found helpful

Cheers!!

Sidharth