Re: Compact framework and web services

From: Dan Bass (danielbass)
Date: 12/21/04


Date: Tue, 21 Dec 2004 10:00:35 -0000

There may not be too much in the way of calling web services through SSL
from the .Net CF framework, but there is for doing this from the .Net
framework...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT14.asp
    [beware of line wraps]

For starters, the device will need to get the certificate of the secure
server...

http://www.explosivedog.com/blog/archive/2004/06/21/348.aspx
    [beware of line wraps]

Let me know how you get on.

HTH

Daniel.

"Krudler" <bdw4@waikato.ac.nz> wrote in message
news:u$MVvYv5EHA.1396@tk2msftngp13.phx.gbl...
>
> Hi
>
> I have a compact framework application that gets information from a web
> service running on a server. It works fine until I enable ssl on the web
> site. - I change the URL of the webservice in my cf app to https, run the
> app and get the error "a native exception has occurred in ...." which
> occurs as soon as the webservice is called.
> I cant debug properly i just reach the webservice call and it crashes.
> there are calls to any other methods on that line.
>
> Are there any other setting that you need to apply before the web service
> will work. I have search the web but cant seem to find much information on
> calling ssl web services on the compact framework.
>
> does anyone have any helpful links or information?
>
> I was considering using wse but havent been able to find much information
> on this either..
>
>
> Thanks
>
>



Relevant Pages

  • Re: ByRef/Ref passing in Web Services
    ... Okay what I meant by a dumb schema was - here is an example - ... > the'yre XML messages. ... > .NET framework will map a ref param onto WebServices semantics". ... > to web services is from an object mindset which is fatal. ...
    (microsoft.public.dotnet.framework)
  • Re: ByRef/Ref passing in Web Services
    ... > say "The .NET framework will map a ref param onto WebServices semantics". ... > approach to web services is from an object mindset which is fatal. ... > framework (SOAP, WSDL, XSD, etc). ... > implementation of web services that wants to map XML messages onto classes ...
    (microsoft.public.dotnet.framework)
  • Re: a pre-beginners question: what is the pros and cons of .net, compared to ++
    ... Framework is filling in a very large number of the useful calls that were ... Web controls will run on newer ... XML and various CGI/ISAPI interfaces. ... > certainly don't need .NET to run web services. ...
    (microsoft.public.dotnet.general)
  • Re: ByRef/Ref passing in Web Services
    ... then I'd rephrase "WebServices can indeed pass ByRef/ref parameters" to say "The ..NET framework will map a ref param onto WebServices semantics". ... Web Services are about XML message passing. ... My point is that the framework is so good at hiding the real thing we're working with (XML) such that it lets you do dumb things that you really shouldn't be doing. ... The reason is that XML Schema is how we represent the structure of the XML we're sending across the wire, and the framework infers an XSD from your parameters' type definitions. ...
    (microsoft.public.dotnet.framework)
  • RE: XML Security
    ... if you are trying to implement the web services and having the microsoft as ... I'm trying to find the best practices in implementing the XML security. ... - The web server provide SSL capabilities, so send the XML traffic over ...
    (Security-Basics)

Loading