Forum Discussion

Makrand's avatar
16 years ago

Testing .Net WebServices with Cookies

Hi,

We are using SOAP UI to test few of our .Net Web Services.
These .Net services are using a session based cookie authentication.
Whenever we issue a multi-threaded request to these Cookie based Web Services, we get Socket-Timeout exception, sooner or later, depending on the number of threads.

However when we test .Net Web Services which do not use Cookies (use SOAP based authentication), we able to issue multi-threaded requests without any error.

It is a big change for our .Net team to change their Web Services to remove Cookie based authentication.

I was wondering if their is a patch available for Jdk 1.5/1.6 so that it can work with .Net Web Services using cookies.

Thanks,
Makrand

1 Reply

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Makrand,

    hmm.. this sounds strange! Are you sure this is an issue with the client (java) side? Or could it be something one the server? Have you tried issuing multiple threaded requests with a .net client to your cookie-based services to see if that works ok?

    regards!

    /Ole
    eviware.com