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
- 92
- Last Active
- Roles
- Member
Comments
-
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 …