Web Service Questions

1

Source code of WSTest bench mark
Hi, I am doing research in the area of web service and I am looking for a bench mark to test the service. Yesterday I read a document titled “Web Services Performance: Comparing Java 2TM Enterprise Edition (J2EETM platform) and the Microsoft® .NET Framework A Response to Sun Microsystem’s Benchmark Microsoft Corporation July 2004″ . [...]

Answer Question   |  February 21, 2013  6:04 AM
Source code, Web Service
asked by:
5 pts.

testing a .net web service
I am having a problem trying to test a web service that wast last worked on 2 years ago. I was not involved but the project is mine now ( I’ve only been working with .NET about 4 months). It is web based an passes a large customer order XML file that has the schema [...]

Answer Question   |  November 27, 2012  4:15 PM
.NET, Testing, Web Service
asked by:
3,910 pts.

Passing userid password through Soap Header
I want to use soap header for sending User id and password for my web service .I want to use SOAPHandler . I have created my web service using JAX-WS and ceratyed one xml file called soaapHandler like below  and referenced in my webservice using @HandlerChain (file=http://localhost///soapHandler.xml) my problem is my handler (that is SoapHeaderHandler [...]

Answer Question   |  July 12, 2012  1:36 PM
Web Service
asked by:
5 pts.

1