Re: web service bug
From: Sami Vaaraniemi (samivawantsnospam_at_jippii.fi)
Date: 02/17/04
- Next message: Steve T.: "getting a failed to map path exception error"
- Previous message: Rodrigo Meneses: "Re: web service bug"
- In reply to: Rodrigo Meneses: "Re: web service bug"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 10:09:37 -0700
Hmm ok. It could be a permission issue then. Try adding credentials to the
web service proxy before the call:
myProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
If this does not solve the problem, you could use TcpTrace
(http://www.pocketsoap.com/tcpTrace/)
to look at the response on the wire. This should give you a clue what the
problem is.
Sami
www.capehill.net
"Rodrigo Meneses" <rmeneses@nospamm.com> wrote in message
news:enWVyPW9DHA.2168@TK2MSFTNGP12.phx.gbl...
> I invoked and works well
> "Sami Vaaraniemi" <samivawantsnospam@jippii.fi> wrote in message
> news:c0t8ma$9fu$1@phys-news1.kolumbus.fi...
> > Try invoking the web service methods through the browser. You should
then
> > see what the error message is.
> >
> > Sami
> > www.capehill.net
> >
> > "Rodrigo Meneses" <rmeneses@nospamm.com> wrote in message
> > news:OYj%23eKV9DHA.2696@TK2MSFTNGP10.phx.gbl...
> > > Whenever I invoke a method on my web service I got the following error
> > > Client found response content type of 'text/html'
> > > Does somebody know something?
> > > Thanks
> > >
> > >
> > >
> >
> >
>
>
- Next message: Steve T.: "getting a failed to map path exception error"
- Previous message: Rodrigo Meneses: "Re: web service bug"
- In reply to: Rodrigo Meneses: "Re: web service bug"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|