Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service on Oracle App. Server, Response issue for some requests

Status
Not open for further replies.
Sep 5, 2006
37
US
I have a WebService deployed on Oracle Application Server and it's an HTTPS connection. I am facing a small issue and can't figure out
what's going on. For each request there's a response returned. Sometimes the comsumer does not get the response back even though the request
is successfully processed and response generated but some how it never makes it to the consumer.

Here is the signature of the function:


Code:
--------------------------------------------------------------------------------

public Element parseData(Element data) throws RemoteException; 

--------------------------------------------------------------------------------


And I can't figure out why a consumer does not receive a response back for some of the requests. Any ideas what might be wrong or how to
debug this issue. Is there any place I can look to see for each request is a response going back. I don't know if it's related Network or
App. Server and where to start to debug this. As looking at the logs of my Web Service I do see all the requests being processed and response
being generated but some how it never makes it to the consumer. It normally takes arround 5 to 10 seconds to process each request and most
of time multiple requests are being processed.

Any help is appreciated.

Thanks
 
Maybe a sniffer could help you monitoring the network traffic.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top