views:

21

answers:

0

I have a .net webservice I am consuming in PL SQL using utl_http (Oracle 10G). The webservice call times out on every other call right now. This is only happening when I execute the PL SQL block, if I use something like SOAPUI I can spam requests.

My code is following this example http://www.lostechies.com/blogs/joshua_lockwood/archive/2007/09/14/calling-net-web-services-from-oracle.aspx

Are there any IIS settings I need to check or properties for my .net web service?

I am using IIS 5.0 and .Net 2.0

Thanks