cancel
Showing results for 
Search instead for 
Did you mean: 

Testing SOAP scenario

Former Member
0 Kudos

hey guys

i m doing a very simple SOAP scenario,can anyone help me out with how should i test my scenario,i came across XMLspy in some of the blogs,do i need to download that and how will i test my scenario.

thanx

ahmad

Accepted Solutions (0)

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you need to be more specific:

1. are you trying to create w web service exposed by XI?

(then you need a SOAP test tool - like stylus studio etc)

2. or maybe you want to call a web service from XI

then you can do an HTTP - SOAP scenario

and you don't need any toos except the http adapter test tool

which can be found on XI FAQ page (link below)

basicall these are your two options

Regards,

michal

-


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

Former Member
0 Kudos

Hey

well i am doin a simple asynchronous SOAP to file scenario and for that i need to test whether my scenario is working fine or not.

thanx

ahmad

Former Member
0 Kudos

Hi,

    

   Can any one explain SOAP to HTTP Synchronus scenario. And how to test the scenario using the Webservices Navigator?

Regards,

Naren.

hemant_chahal
Contributor
0 Kudos

Hi Aamir,

You would need to do below steps in order to test this using SOAP UI.

Download the WSDL from the Sender Agreement.

Create a project in SOAP UI tool using this WSDL and create the XML request using your input values.

Make sure the you have maintained the username and password for PI in the request properties.

Execute the test you will get empty SOAP envelope in the response with STATUS 200 OK.

Regards,

Hemant Chahal

moorthy
Active Contributor
0 Kudos

Hi,

You can either test thru XML SPY or SOAP Client ... Both you need to download ..

This blog can help you to understand different options-

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

Regd. to test -

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

Regards,

Moorthy

Former Member
0 Kudos

you can download some free webservices(WSDL) file from any sites like google or amazon to use it. and then create a scenario and test it.