Re: Web service?(Server errorin .. request format is unrecognized)

From: James McCutcheon (james_at_nospam.com)
Date: 04/14/04


Date: Wed, 14 Apr 2004 23:52:57 +1000

The problem would be with "localhost" ... localhost is local to the machine
which in this case would be your pocketpc.

Change the localhost to the machine name of the pc and I reckon it will
work.

James McCutcheon

"nomenklatura" <trsahin0@hotmail.com> wrote in message
news:Or4PMXiIEHA.2656@TK2MSFTNGP11.phx.gbl...
> Hi,
> I prepare web service which connect local sql server 200 and get data..
> It is run my pc, invoke function and give results. (data come from
sqlserver
> 2000)
> But my pocket pc, i couldn't work ..
> This adress is opening "http//localhos/directory/file.asmx" on pocket pc
at
> internet explorer..
> But when i run function on this page:"Server errorr in "..." Request
format
> is unrecognized"
> In my pc there isn't problem while run function.
> .
> I debu on pocket pc and error gives me in there :
> Public Function CariGetir() As System.Data.DataSet
>
> Dim results() As Object = Me.Invoke("CariGetir", New Object(-1) {})
>
> Return CType(results(0), System.Data.DataSet) 'Error occured:An
> unhandled exception of type 'System.PlatformNotSupportedException'
> occurred in mscorlib.dll Additional information:
> PlatformNotSupportedException
>
> End Function
>
>
> What is the problem?..
>
> Thanks for advance
>
> --
>
> Humani nihil a me alienum puto
> --------------------------------------------------
>
> --------------------------------------------------
>
>



Relevant Pages