I am having a problem with a coldfusion form talking to a .net webservice. When the form attempts to talk to the service the coldfusion server spits out:
Message: Could not generate stub objects for web service invocation.
We think that this may be caused by the coldfusion service serving the coldfusion form not having the permissions to talk to the webservice.
When I test the webservice by itself (using poster in firefox) it returns a 200 so the webservice is working.
How do we configure the coldfusion server of the page and the IIS for the webservice so the two can talk to each other.
Help.