WebServices executive file

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default WebServices executive file

    Hi all !!

    I've got an ASP.net web service and I need to make a call to a .exe file, to
    execute that file. Anyone knows how to do it ????


    Thanks in advance.


    Ibon Colias Guest

  2. Similar Questions and Discussions

    1. WebServices: Policy File Issues
      Still looking for an answer here too. Right now, we are looking at other ways around this issue, but in certain cases having a solution for this...
    2. New bie for webservices
      Hi all, I have an project that involve different development team . Is it possible to have C#.Net and VB.Net inside the same web service? I read...
    3. need to help to copy file from server to client through webservices
      (Type your message here) Hi, I have to download a file from the server to the client using webservices. Its an xml file. Any help would be...
    4. WebServices file access problem with UNC Name.
      Hi everybody, First of all, I know that the question has been asked many times, but I've never seen the answer till now : I have a WebService...
    5. File Upload using XML WebServices
      Hello, I need to create an XML WebService that will allow to upload files to the server. Does anyone have an example of such service or know where...
  3. #2

    Default Re: WebServices executive file

    "Ibon Colias" <icolias@hotmail.com> wrote in message
    news:Oo4TvWojFHA.1372@TK2MSFTNGP10.phx.gbl...
    > Hi all !!
    >
    > I've got an ASP.net web service and I need to make a call to a .exe file,
    > to execute that file. Anyone knows how to do it ????
    Hi Ibon,

    Use Process.Start to execute the file. Just make sure that the web service
    has enogh permissions to call the exe file.

    Regards,

    --
    Martin Kulov
    [url]http://www.codeattest.com/blogs/martin[/url]

    MCAD Charter Member
    MCSD.NET Early Achiever
    MCSD



    Martin Kulov Guest

  4. #3

    Exclamation Re: WebServices executive file

    any complete coding can guide??
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139