Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
sbotes
About
- Username
- sbotes
- Joined
- Visits
- 101
- Last Active
- Roles
- Member
Comments
-
Well I thought I had this stuff figured out..... but I am frustrated. Kevin will you please assist with this xml string. It is the return from a failed http post. This looks like it has a name space. I have tried numerous ways. to get at what a…
-
Hmmm HttpClient_Services has the same $Insert Service_Setup and that issues an Error_Services("CLEAR") which then clears the common and my call after control is returned to me finds no errors. I think that points at the Service_Setup?
-
Okay, lets simplify this. Perhaps my approach is all wrong. Let's start with an intentionally bad URL. It simply does not exist. So I do the following * 1. Result = HTTPClient_Services('SetTimeoutDuration', 10) * 2. Result = Httpc…
-
No apologies necessary. You have assisted so many times an occasional fumble is forgiven. But this getting older stuff does sneak up on one. Okay, so I should expect something back on a time out or bad gateway etc. correct? Certainly the browser …
-
Update - I added the HTTP_Services request to my code and forced an error in my request to AvaTax. It returned 200 yet the code in my example returned a 500 and the error body. When I used a bad URL the request timed out and I got nothing back fro…
-
I am using GetResponseStatusCode I chose it from the documentation under HTTPClient_Services. I do not see GetResponseStatus there. However when I use the SRP help (shift-f1) on GetResponseStatus it tells me that it returns the status of the most…
-
I downloaded and tested 158RC1. SRP_Encode no longer crashes when using the options variable. I have confirmed that the CRLF is being stripped. When I inspect the variable created with the option to strip the CRLF in the OI debugger the Modify V…
-
Dan, We are running an OI point of sale application for about 75 concurrent sessions using an app called 2X. It is a Citrix wanna be that works quite well for us. It is also relatively inexpensive. I works by putting wrappers around a RDP session t…
-
Don, I like this suggestion. Over the years I have shot myself in the foot when opening one SSP and planning on saving it under a different name after changes. Failure to do so results in an Ohhhh "heck" response.
-
Phil, I agree with Frank. Over several years of sending email broadcasts from RetailWare we have had a number of problems with our outgoing emails being blocked. Often in our case we were sending many more than 100. Our solution was to send one at …
-
That worked. Thank you. In taking your example from the documentation but with mr rather than t as you are showing. I could not get it to work. I believe I must have left the namespace identifier off of the last tag. I went back and tested and it …