473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to get the request/response pair as well as the time stamp

145 100+
Hello,

I need to get the request/response pair as well as the time stamp. How do I do that? I ran a job and it's timing out so I contacted the support team and they ask me if I could provide request/response pair and timestamp. Please suggest. I am using webservices (vs 2005 , vb.net)

thanks
julie
Aug 21 '08 #1
3 1270
dorandoran
145 100+
hmm anyone has any idea on how to get this info when timeout error occurs? I still have the program in debug mode.
Aug 21 '08 #2
Plater
7,872 Expert 4TB
Your tech team wants to know what what web page request was made, what that webpage's response was and what time it occured at (be sure to supply a timezone offset when it stating the time)
Aug 21 '08 #3
dorandoran
145 100+
Thank you platter. here is what I have emailed them.

System.Net.WebException occurred
Message="Unable to connect to the remote server"
Source="System"
StackTrace:
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters)
at closebird.com.closebird.www.OAirServiceHandlerServ ice.read(ReadRequest[] method) in C:\Documents and Settings\mahmed\My Documents\OA\OLD Releases\OA_Release_07_07_2008\Production\closebir d\Web References\com.closebird.www\Reference.vb:line 223
at closebird.clsSyncSlip.syncSlipNew(String SlipSessionID) in C:\Documents and Settings\juliejones\My Documents\OA\OLD Releases\OA_Release_07_07_2008\Production\closebir d\clsSyncSlip.vb:line 231




The line 223 in reference.vb is Dim results() As Object = Me.Invoke("read", New Object() {method})

'''<remarks/>
<System.Web.Services.Protocols.SoapHeaderAttribute ("SessionHeaderValue"), _
System.Web.Services.Protocols.SoapRpcMethodAttribu te("https://www.closebird.com/OAirService#read", RequestNamespace:="https://www.closebird.com/OAirService", ResponseNamespace:="https://www.closebird.com/OAirService")> _
Public Function read(ByVal method() As ReadRequest) As <System.Xml.Serialization.SoapElementAttribute("re adReturn")> ReadResult()
Dim results() As Object = Me.Invoke("read", New Object() {method})
Return CType(results(0),ReadResult())
End Function



This is from line 231

Dim uResults As ReadResult() = stub.read(New ReadRequest(0) {uRead})
Aug 21 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Sanjay Dahiya | last post by:
I tried POSTing from XMLHttpRequest, i can get the XML right on server but responseXML from server is coming null. I can see the XML right in responseText. but responseXML is null. responseText to...
1
by: manta | last post by:
I have a custom server that accepts HTTP POST requests and returns a response as the POST reply. Multiple POSTs may be outstanding at any given time. I have a client that will be sending requests...
4
by: SP | last post by:
Hi I have a problem with a customer's XML being submitting to me in a non-well-format XML. They said that there are 18 other partners who has been able to tweak the XML to make it work. So I...
0
by: Anders Borum | last post by:
Hello! I would like to request a new method on the XsltArgumentList class, allowing developers to check the presense of a key/value pair. If you try to add a key/value pair that has already been...
7
by: Shapiro | last post by:
I have a scenario where I log a resquest to a database table and update the request with a corresponding response including the response time. I am using an HttpModule to do this. My challenge...
25
by: Matt Kruse | last post by:
According to HTTP/1.1 specs, a client should only have two connections open to the host at a time (which can be changed by browser users, of course). When using xmlHttpRequest connections, is...
12
by: Mark Rae | last post by:
Hi, See the previous thread Request.Form abuse in this newsgroup... I'm looking for a simple and efficient way to prevent people hijacking the <formtags on my websites and using them to send...
4
by: SilentThunderer | last post by:
Hey folks, Let me start out by letting you know what I'm working with. I'm building an application in VB 2005 that is basically a userform that employees can use to "Clock in". The form...
7
by: sami | last post by:
Hi I am trying to write a facebook application in python - I have been programming simple desktop applications till now and am not really familiar with web apps Pyfacebook is the wrapper for...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.