Chiara Popalopa wrote:
> The thing is that I have to use SOAP to test the application. That is
> what they asked me to do.
You have no clue about SOAP but want to create it by hand to call a web
service? If you create a proxy class with .NET it will offer you a fine
API but create and send SOAP under the hood so your test would use SOAP.
Anyway, if you have a .NET web service, it usually exposes a kind of
help page with example SOAP messages e.g. this service
<http://www.bindows.net/services/MathService.asmx>
for method add exposes this help page
<http://www.bindows.net/services/MathService.asmx?op=add>
where you can see an example SOAP request that the .NET webservice
should understand.
--
Martin Honnen
http://JavaScript.FAQTs.com/