Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

call .net webservice using installscript


2 replies to this topic

lsrao

lsrao
  • Full Members
  • 8 posts

Posted 21 November 2006 - 12:52

Hi All,

My requirement is to call .net webservice using installscript.
Is there any way to call .net webservice (without using dll concept and not install the .net framework )

I am using BasicMSI project ( Installshield11.5)
my requirement is to call .net webservice using installscript.
I havde done like this
1.create .net webservice
2.written (class library)c# code to consume .net webservice
create dll for that class library
3.using installscript execute that dll
ok , it is running successfully.

But to run this setup , .net frame work should be installed in the system.

But my setup to be install in the java environment.so is there any way to call .net webservice using installscript(the system should not contain .net frame work)

Thanks in Advance.


Regards.
Srinivasa Rao


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 November 2006 - 16:57

Can a .NET Web Service run without .NET Framework?

lsrao

lsrao
  • Full Members
  • 8 posts

Posted 22 November 2006 - 07:51

Hi Stefan Krueger,


my requirement is:
1.Server System contains the .net framework and webservices
2.Client system needs to consume(call) the .net webservice in the server system,client system does not contain the .net frame work.

I want to create setup that would be install in to the client system.when ever the client run the setup then call the .net webservice in the server system.
how to call .net webservice at the runtime (client does not contain the .net frame work)



Thanks&Regards
Srinivas