Converting Web References

  • Thread starter Thread starter Michael Turner
  • Start date Start date
M

Michael Turner

Hi Guys

I have three solutions, one contains the database Schemea and
Commands(webservices), the other is full of web references to this file and
the other is my main application.

I need to be able to make this whole solution run on a machine without IIS
or another web server running, does anyone know of any applications to
convert the Webservices or can I ignore the web references file and talk to
the Webservices directly using the DLL's they produce in the bin folder?
Any help with this is greatly appreciated I dont really want to have to
rewrite the projects?

Thanks Mike
 
Hi Cor

The Web references file points to a URL though, are you saying that I dont
need this? One of my problems is that the Web references file points to a
URL but when distributing the application I dont want to have to build the
application for each company because their web services are on a different
server. I need a solution for this, I noticed that the Webservices file
creates some dlls can I reference them direct from my main project? Any
issues with this.

Mike.
 
Mick,

The webservice should be as every WebApplication located on a webserver and
when it is made with dotNet on a server with IIS and the proper framework
installed.

The clients can be everywhere on the world, when it is an open webservice
than I can use your webservice on my pc when you would give me the URL.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top