| Thread | Last Post | Replies |
|
| Positioning User Controls on a designer page | 14 Feb 2008 23:31 GMT | 1 |
I am trying to drag a user control onto the designer page. I drag it to the desired location but it "snaps" to the upper left hand corner of the design screen and will not move. It is in a table cell. I cannot select it to redrag it to the proper table cell in the lower right ...
|
| Word calling Web Service running in IIS | 14 Feb 2008 18:58 GMT | 1 |
Are there any possibilities that Office Word document is calling a Web Service running in IIS? How can this be done, and is VB only way to call Web Services (are there C# support)?
|
| What have I done wrong? | 14 Feb 2008 13:39 GMT | 4 |
******** My web service: Imports System.Web.Services Imports System.Web.Services.Protocols Imports System.ComponentModel
|
| Tool for generating WS client proxies other that wsdl.exe | 14 Feb 2008 11:49 GMT | 3 |
I have a problem to generate WS client proxies on C# with wsdl.exe because it require: "Warning: This web reference does not conform to WS-I Basic Profile v1.1."
|
| Timer Service using Web Service | 14 Feb 2008 01:33 GMT | 3 |
Can anyone explain me if we can have Timer Web Service ? I am looking for the service to support start / stop / fire functionality. This is something like Timer Server. The user web service invokes the Timer Web Service methods.
|
| in-process vs. WCF | 13 Feb 2008 14:22 GMT | 1 |
Thinking of doing our next project so that our logical tiers can be physically tiered when desired for a given deployment and then not physically tiered when that is not needed. The solution, we think, would be using WCF and when we don't need to physically tier use named-pipes ...
|
| Building Web Services | 13 Feb 2008 00:10 GMT | 1 |
When building a web service in the same solution as the client for the web service, what is the most efficient way to test for changes? When I add a web reference, I choose the option to add web services in the current solution. Do I have to delete the web service reference every ...
|
| writing/publishing/consuming | 12 Feb 2008 13:32 GMT | 5 |
I might already know the answer to this one but I want to be sure. I've been looking at an article on how to write and consume a web service (http://www.asp101.com/articles/colin/webservices/default.asp) and after writing a web service to convert temperatures between
|
| What happens when web service receives a request from the client ? | 11 Feb 2008 18:11 GMT | 1 |
Could you let me know what exactly happens when web service provider receives request from the client (from system perspective, like threading and all) ? Also, how does the web service store the callback address of the web service
|
| web serivce: client side timeout? | 11 Feb 2008 15:58 GMT | 8 |
Using VS2005, VB.NET, BACKGROUND I have a windows forms application that makes calls to a web service. All my clients work on project provided laptops (all have exact same
|
| DISCO file? | 11 Feb 2008 03:11 GMT | 3 |
I realize it's a discovery document but http://localhost/service2.asmx?DISCO gives me <discovery>
|
| allowing for future additions to data received | 11 Feb 2008 02:55 GMT | 7 |
I want to allow my web service to take additional data in the future without having clients currently using it to have to change anything they are doing. I don't really understand how all this is being sent but from my background in comma delimited files and strings etc I think
|
| Dynamic web reference in a DLL | 07 Feb 2008 21:41 GMT | 2 |
I have a class library (DLL) that references a web service. This DLL is referenced by web applications. The problem is, I need to reference a development, test, or production version of the web service depending on whether I'm in the development, test, or production environment ...
|
| Hosting Web Services | 07 Feb 2008 15:24 GMT | 10 |
Dear List, I have been writing Web Services and running them from either a local IIS Server on XP Pro or within the built in web server in VS2003 and more recently VS2005.
|
| Sharing Data Structures between Client and Server | 07 Feb 2008 02:48 GMT | 5 |
I'm wondering what the best practices are in this area. I have two projects: a windows forms app (client) and an ASP.NET web app (server). The client communicates with the server via webservice calls. There are a number of data structures (classes, enums, structs, etc.) that
|