blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Matt Hall's Blog

Experiences with Microsoft technologies in particular BizTalk 2004, BizTalk 2006, .NET and SQL Server.

Generating Code for XML Web Service behind a Proxy Server

This is more of a note for my own benefit, but someone else may find it useful if they experience the same issue. I was attempting to generate the code for a remotely hosted web service from a machine that accessed the internet through a proxy server using the following:

 

wsdl /proxy:myProxy /proxyusername:myProxyUserName /proxypassword:myProxyPassword

 

However, all I received was the following error message:

 

The request failed with HTTP status 404: Object Not Found

 

It turns out the simple solution to this problem is to not use the /proxy switch, so the format is:

 

wsdl /proxyusername:myProxyUserName /proxypassword:myProxyPassword

 

Voila!

Published 15 June 2005 15:46 by Matthew.Hall
Filed under:

Comments

No Comments
New Comments to this post are disabled
Powered by Community Server (Personal Edition), by Telligent Systems