• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Incorrect hostname in autogenerated WSDL

New Here ,
Sep 06, 2006 Sep 06, 2006

Copy link to clipboard

Copied

I'm trying to move some CFC based web services to a new server.
However, the autogenerated WSDL files (that work fine on the old server) are being generated with an incorrect hostname in the <wsdlsoap:address location=...> field. The hostname that appears in the WSDL generated by the new server is an INTERNAL only hostname that customers can not access. I suspect this is due to using name based virtual hosts under IIS on the new server. On the old server the hostname that appears in the wsdl is whatever hostname you entered into your browser to access the autogenerated WSDL.

The last few lines of the WSDL look like this.
<wsdl:port binding="impl:criminals.cfcSoapBinding" name="xxxxxx.cfc">
<wsdlsoap:address location=" http://INTERNAL_HOSTNAME.DOMAIN.net/xxxxxx.cfc"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
TOPICS
Advanced techniques

Views

289

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Sep 07, 2006 Sep 07, 2006
This is an IIS issue. Here's the details.
http://support.microsoft.com/kb/834141/

Votes

Translate

Translate
New Here ,
Sep 07, 2006 Sep 07, 2006

Copy link to clipboard

Copied

LATEST
This is an IIS issue. Here's the details.
http://support.microsoft.com/kb/834141/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation