Credentials have been verified by going to http://findv3.staging.mappoint.net/Find-30/FindService.asmx The query: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <FindAddress xmlns="http://s.mappoint.net/mappoint-30/"> <specification> <DataSourceName>MapPoint.NA</DataSourceName> <InputAddress> <AddressLine>1066 E Hastings St</AddressLine> <PrimaryCity>Vancouver</PrimaryCity> <SecondaryCity></SecondaryCity> <Subdivision>BC</Subdivision> <PostalCode></PostalCode> <CountryRegion>Canada</CountryRegion> <FormattedAddress></FormattedAddress> </InputAddress> <Options> <Range><StartIndex>0</StartIndex><Count>25</Count></Range> <SearchContext>39</SearchContext> <ResultMask>AddressFlag EntityFlag LatLongFlag MatchDetailsFlag</ResultMask> <ThresholdScore>0.7</ThresholdScore> </Options> </specification> </FindAddress> </soapenv:Body> </soapenv:Envelope> What is happening: 1) A series of HTTP 100 responses and retries: [commons.httpclient.HttpMethodBase] Discarding unexpected response: HTTP/1.1 100 Continue commons.httpclient.HttpMethodDirector] I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server findv3.staging.mappoint.net failed to respond [commons.httpclient.HttpMethodDirector] Retrying request 2) In Axis: [apache.axis.ConfigurationException] Exception: org.apache.axis.ConfigurationException: No service named FindServiceSoap is available org.apache.axis.ConfigurationException: No service named FindServiceSoap is available at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233) at org.apache.axis.AxisEngine.getService(AxisEngine.java:311) at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756) (...various points in invoke()) at org.apache.axis.client.Call.invoke(Call.java:1812) at net.mappoint.s.mappoint_30.FindServiceSoapStub.findAddress(FindServiceSoapStub.java:1493) 3) Similar outpout for an attempt to access CommonServiceSoap. I am able to successfully access RenderService. Is Mappoint 3.0 sensitive to any particular dependencies (version or location of .jars)?