Select to view content in your preferred language

locator & proxyURL?

741
2
09-28-2010 02:00 PM
KC
by
Regular Contributor
I'm working with some secured dynamic services and they show up fine with my (proxy page) set up.  However, I have a GeocodeServer in the same secured folder and I want to use it with the Locator, but supplying a proxyURL parameter to <esri:Locator> and/or doing locateTask.proxyURL = "https://... before locateTask.addressToLocations is done isn't working. 

I'm getting an error of:  Failure[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"].

This worked fine before when I had the locator pointing toward an unsecured (and not using proxy) service.

I'm using Flex 3/1.3 API library.

Thank you!
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
Can you post the code for how you're configuring the Locator vs. the dynamic services?

You can also use a tool like HttpFox to see what requests are being made and what the responses are.
0 Kudos
KC
by
Regular Contributor
Aaaa.. I was using the internal server name instead of the FQDN in the <esri:Locator> url declaration.  My bad.  It works now.
0 Kudos