cfusr12 0 Newbie Poster

I'm working in a CFMX 7 development environment inside our company's firewall. I've developed a coldfusion front-end to access and pass data to a .net web service (also inside the firewall). It's a simple program (.cfm) that allows a user to browse and upload a file to the web service. The file is actually read into a variable using <cffile action=readBinay> and passed, along with 3 other string arguments, to the .net web service. When running the program I get the following error:

Could not generate stub objects for web service invocation.
Name: http://trim/TrimBrokerRelease/. WSDL: http://trim/TrimBrokerRelease/. org.xml.sax.SAXException: Fatal Error: URI=null Line=11: The element type "META" must be terminated by the matching end-tag "". It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors.

I set-up a .cfc web service on my "localhost" to test the code and it worked fine. I suspect that this is bumping into some configuration-security-authenication issue before executing the .net code. Any help would be greatly appreciated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.