| Thread | Last Post | Replies |
|
| smartclient test | 02 May 2005 22:11 GMT | 1 |
|
| Problem retrieving data from SQL Server | 02 May 2005 21:08 GMT | 1 |
I am a newbie to both SQL Server and webservices. I have mostly done programing in Foxpro, VB6, and a little C++, and VB.net. I have been able to make a simple webservice work but now I am trying to go one step further and return XML string of a table. I am trying to return ...
|
| Changing default response tag from soap request | 02 May 2005 16:35 GMT | 1 |
I have a webservice which has a method called "DeliverReq". The soap envelope looks like this (simplified) <envelope> <header>
|
| Webservices and how to deliver different service levels? | 02 May 2005 16:35 GMT | 2 |
Our customers have different names SLA’s / Service Level Agreements but use the same webservice. How do I handle that some users can be allowed to wait when the load is high while others can’t? One possible scenario could be to redirect VIPs to a more powerful webfarm than the ...
|
| Properties trasformed in Fields by VS tools for autogen. proxy cla | 02 May 2005 02:23 GMT | 1 |
The tools of VS.NET 2003 when you add a "web reference" autogenerate the proxy definition of my "Data Transfer Object" classes. The problem is that the original "Public Property" are trasformed in "Public fields" and i don't like this behaviour because I can't make databinding of
|
| Uploading large files form a Windows Form App | 02 May 2005 02:20 GMT | 1 |
I have a client/server application which uses webservices functions to upload large byte arrays to the server and httpwebrequests to download the data files. I would like to use http to also upload but am lost in how to implement this.
|
| Referenced security token could not be retrieved | 01 May 2005 19:40 GMT | 7 |
I am in the process of trying to implement a simple x509 certificate policy example. My policy file looks like below, this is on the server. I am running client and server on the same machine for testing. I have installed the private key Client Private.pfx and Server Public.cer ...
|
| extract the soap message from the proxy class | 01 May 2005 10:03 GMT | 1 |
Is there a way to extract the soap message from the proxy class before its being sent to the web service? Thanks
|
| How to debug Web Service? | 01 May 2005 07:34 GMT | 3 |
Is there a way to debug a web service program when I test a method via the DefaultWsdlHelpGenerator.aspx file. For example, I have a web service with a given name of "WSTest" that contains a web method with a name of "TestConnection." When I go to the
|