| Thread | Last Post | Replies |
|
| Returning a custom class..... | 01 Dec 2003 23:05 GMT | 7 |
I have a component (MyComp) with a class TheElement. I write a Webservice (MyService) with tow methods - one returning a DataSet, the other returning TheElement. Next I write a client (WinApp) and add a web reference to MyService.
|
| How does a DLL change namespaces? | 01 Dec 2003 21:00 GMT | 3 |
My ASP.NET web service runs fine on my local PC, and it has the namespace that I gave it. But when I upload it to my hosting company I get this error: This web service is using http://tempuri.org/ as its default namespace.
|
| Web References | 01 Dec 2003 17:13 GMT | 3 |
There are 10 machines which run the same webservice. I have 10 webreferences in my client. Only during runtime, will i decide which webservice to call. I dont want to have a swich case statement and handle the 10
|
| VS setup for creating ASP web services | 01 Dec 2003 06:33 GMT | 2 |
I am trying to create a ASP.net web service. I have used the New Project> ASP.Net web service generator. And I have added the lines of code: <WebMethod()> Public Function HelloWorld() As String HelloWorld = "Hello World" End Function
|
| Architecture question: should I use a web service as back end to my web front end? | 01 Dec 2003 06:28 GMT | 1 |
I have a SQL/IIS web app whose functionality I would like to expose to other systems. If I build a web service for my app, should I then convert my existing web front end to use the web service as its server? If I do this then there will be a single functional back-end
|
| Problems with asp.net and jws | 01 Dec 2003 06:24 GMT | 3 |
Hi Forum, there is a web service with a jws extension. I want to create an application in ASP.NET that call the web service, i have the documentation, url and user and password for that. The problem is that when i create a web form and want to add a web reference to the
|