Posts by Jackfowl • 133 points
8 posts
-
1
votes1
answer832
viewsQ: The object does not support the property or method in util.js of the Google api
I have an application in Delphi XE7 that loads a google map to generate route in Twebbrowser, but when generating the route it is shown only that it generates error when will put the path described…
-
0
votes1
answer543
viewsQ: Twebbrowser does not load google map colors
I have an Asp page that worked normal by Twebbrowser (Delphi-XE7) until this morning, but now carries all the points added, but the Tiles do not. If you move the zoom, press normal from there, but…
-
0
votes2
answers433
viewsA: Bad request on a new iis server
After much thinking about the System.Unauthorizedaccessexception error happen even before entering the called method, I remembered that the methods have log recording of input and output xml. I went…
-
0
votes2
answers433
viewsQ: Bad request on a new iis server
I have 3 servers in production and homologation everything works ok. But on a new server I just created, install all the tools necessary to run Asp.net and put the source code of a web service in c#…
-
2
votes1
answer121
viewsA: Google Returning 403 Forbidden
I discovered the problem by checking that Webrequest.Create has 2 versions, one with string and the other with Uri. After this I checked that the actual address that is requested is different from…
-
3
votes1
answer121
viewsQ: Google Returning 403 Forbidden
My webservice makes a request to maps.google.com but returns Exception happens System.Net.Webexception with 403 Forbidden message But the URL normally runs via browser. What can be? [WebMethod]…
-
3
votes2
answers943
viewsA: Capture SOAP request
I found this link https://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapextension.aspx?f=255&MSPPError=-2147217396 No webmethod would look like this: [WebMethod]…
-
4
votes2
answers943
viewsQ: Capture SOAP request
I would like to log all Soap requests exactly as they arrived on my server. There is a way this can be done via c#?