function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CFMX_DEVCFMX_DEV 

Reset SOAP endpoint??

The issue I'm currently having trouble with is resetting the SOAP endpoint to the server URL returned in the loginResult (in ColdFusionMX). If you have any solution here that would be great!

 

RE: Post by Zorf on 08-19-2002 (below)

I was having similar problems.

I was getting this proxy error when attempting to create a component in DreamWeaver.
I found the following support Macromedia documents (however, I still was never able to get this working - I abandon using DreamWeaver all together):

http://www.macromedia.com/support/dreamweaver/ts/documents/unable_to_gen_proxy.htm

Another error was "Could not generate stub objects for web service invocation".
I discovered that the same .WSDL file would work fine if hosted on another server - no error.
I also found that when using the server IP instead of the domain name it would all work on the same server. Of course, this may be based on unique server configurations/proxies etc., but it's worth a try.

 

Thanks!


Post by Zorf on 08-19-2002
--------------------------------
> Greetings,
>
> I saw the post back on June 11 and realize that you haven't tested out coldfusion however,
> that individual didn't really supply very much information. The error that is generated
> when trying to create a proxy is:
>
> Unable to generate proxy. Emitter failure. Invalid endpoint address in port SalesforceConnector
> in service SfconnectorLocator: https://www.salesforce.com/servlet/servlet.SoapApi
>
> If anyone has solved this problem or there is a fix in the works please let me know. Thanks.
----------------------

 

Message Edited by CFMX_DEV on 02-11-2004 08:45 AM