wsdl and the compact framwork

I am sorry if this is the wrong forum for this but if any one has any ideas thanks.

I have the following problem run the wsdl.exe program to get the cs file with the definitions in works fine when run in a windows app with the full framwork. But if I try to move it over to the compact framework I get an error with the "AsyncCompletedEventArgs " in the file as this is not part of the compact framwork. Is there a way to get round this.

Many thanks

Slim



Answer this question

wsdl and the compact framwork

  • 3456

    Thanks for that at least its a start. I know there must be a parameter for the WSDL.exe to do it its just finding it.

    many thanks

    Slim


  • GlennZarb

    Thanks for that but I have no choice the server is in Delphi and thats what I have to use. So I need to use wsdl.exe for my cs file for the program on the PDA

    Thanks

    Slim


  • JoeSmith

    You should use VS to generate proxy for you. It would filter out unsupported items.



  • Elle333

    I don't see how server type is relevant. Click add web reference in VS and navigate to your Delphi based WS as usual.

    If you want to use wsdl.exe, you can fix the code manually as needed. You would have to do it each time you regenerate the proxy.



  • wsdl and the compact framwork