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
montemonte 

DreamWeaver and CFMX 6.1

I am having a problem getting a Web Service generated using DW 7.0.1 and using CFMX 6.1.  The problem is when I try to generate the web service using, I get this error:

Unable to generate proxy.
Emitter failure. Invalid endpoint address in port Soap in service SforceServiceLocator:
https://www.salesforce.com/services/Soap/c/2.5

To troubleshoot, I have been able to create other services (such as GoogleSearchService), so I believe this is not a general issue with DW/CF. I believe this is a problem with SFDC. The last two days I have searched this forum, and have found that many people have issues with DreamWeaver creating the service. 

Has *anyone* been able to use DreamWeaver 7.0.1 to create a web service for SFDC?

Has anyone at SFDC tried to use DreamWeaver 7.0.1 to create a web service?

It wold be great if we could all figure out how to do this, since DW is a very popular UI for web development.

Monte

 

DevAngelDevAngel

Hi monte,

I don't know if this will take you to the finish line, but I can get you started (I think).  Remove the s from the url.  Some older soap stack implementation do not support ssl out of the box.

montemonte
Thanks for the suggestion. When I changed the endpoint to http (not secure), I got this error:

Error in server behavior CF6ProxyGen.htm: the value returned from applyServerBehavioris not a text string.

Also note that when I used Flash 7.0.1 to create the same web service using the same wsdl file (before the endpoint change), Flash successfully created the service. So now I am leaning towards a bug in DreamWeaver. I am filing a bug report with MacroMedia about the DreamWeaver behavior.

Thanks for your suggestion,

Monte