> You don't mention on which type of Web server the Web service is located. Is
> it IIS?
I'm assuming this is your own Web service, so can you browse to it from a
browser (in Visual Studio, right-click the .asmx file in Solution Explorer
and click View in Browser? If so, can you add a reference from within Visual
Studio (right-click your project in Solution Explorer and click Add Web
Reference)?

Signature
Carsten Thomsen
Senior .NET Solutions Architect / Developer / Author
MCAD/MCSD/MCSE/MCTS
>> You don't mention on which type of Web server the Web service is located.
>> Is
>> it IIS?
>
> Yes, it is. and server accepts HTTP 1.0 and 1.1.
Aga - 19 Mar 2007 10:49 GMT
> I'm assuming this is your own Web service, so can you browse to it from a
> browser (in Visual Studio, right-click the .asmx file in Solution Explorer
> and click View in Browser? If so, can you add a reference from within Visual
> Studio (right-click your project in Solution Explorer and click Add Web
> Reference)?
Unfortunately, it's not my own WebService. But of course I've added
this to my project as a Web reference. I can see all definitions in
WSDL but when I want to send some request I receive HTTP 505
exception. Can I define version of HTTP in a header of a request? But
how to do this, when I only execute a method like
x1.SomeSendMethod(par1,par2)?
JACK
kris - 02 Apr 2007 21:28 GMT
hi Aga,
I am facing a similar problem..
pls share if u have already solved it.
I read at some place ...that this problem is coming in VS2003 but not in
VS2005..
Check it out...i will do that today...and will post the result....:-)
> > I'm assuming this is your own Web service, so can you browse to it from a
> > browser (in Visual Studio, right-click the .asmx file in Solution Explorer
[quoted text clipped - 10 lines]
>
> JACK
kris - 03 Apr 2007 14:38 GMT
Hey guys
I am able to solve that...
Make sure ur preAuthonticate prop is true ... it works