| Thread | Last Post | Replies |
|
| dime being discontinued | 13 Apr 2004 00:38 GMT | 2 |
Is is true that Microsoft is going to discontinue the DIME format for sending attachments for webservices?
|
| Async Webservice | 12 Apr 2004 17:45 GMT | 2 |
Trying to call i webmethod asyncronizly and set the result to a datagrid. It's not working any ideas thanks Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
|
| Nested WebApp/Service Credentials Issue | 12 Apr 2004 17:13 GMT | 1 |
I've developed a system that consists of three applications. (A) a web application to provide UI (B) a web service to handle shopping and buying requests and (C) a web service to process credit card transactions. The applications are accessed linearly, A ó B ó C. ...
|
| Starting Off How to? | 12 Apr 2004 16:16 GMT | 1 |
Say there is a secure https WS for submitting orders, and I have the XSD and a sample order formatted as XML. 1. How do I get data from my SQL database out as a similar formatted sample order?
|
| converting windows service to a web service | 10 Apr 2004 20:34 GMT | 2 |
I currently have a windows service that I am considering changing into a web service. The windows service is used to communicate with another server on the same network. Can anyone please tell me the advantages of moving over to a web service? I can see how a web
|
| 60,000+ Records/Better Approach | 10 Apr 2004 15:48 GMT | 1 |
I have a web service that used to deliver around 1000-2000 results when called. Requirements have changed and now the results will contain 60,000 - 100,000 records from an Oracle database. I suspect web service may no longer be the best option. What are some other ideas for ...
|
| how to create a session variable as an array | 09 Apr 2004 22:00 GMT | 1 |
How can i create a public array in a asp.net web page using VB dotnet
|
| Please Help, vb.net TO C# | 09 Apr 2004 16:49 GMT | 2 |
How I can traduce this sentences, thanks. Dim drowSession As DataRow drowSession = Context.Cache("SessionKeys ").NewRow() drowSession("session_key ") = "323223"
|
| Webservice Deployment | 09 Apr 2004 16:00 GMT | 1 |
I have written a webservice(written in C#) which is consumed by a .NET windows application I have to deploy the webservice and should be able to dynamically locate the webservice location so that i can access it in windows application. My webservice will be used in intranet and ...
|
| Please Help...Vb.net to C#.net | 09 Apr 2004 15:54 GMT | 1 |
How I can traduce this sentences, thanks. Dim drowSession As DataRow drowSession = Context.Cache("SessionKeys ").NewRow() drowSession("session_key ") = "323223"
|
| dir function like visual basic | 08 Apr 2004 23:28 GMT | 4 |
Is there a way I can do the equivalent of the 'dir' function on the server where my asp pages are, or a dir on any directory on my server? I know there is, I just haven't seen it. Any examples would be appreciated.
|
| Help my finaly with Soap Extension 8-(( | 08 Apr 2004 10:42 GMT | 1 |
I have read your article (http://www.codeproject.com/useritems/EventsDuringWebservices.asp?target=progress bar%7Cweb%7Cservice) It's very interesting: 8-)) In your article thete are some words about progress bar I worked hard to do this but nothing works 8-(( My problem is to make ...
|
| User Credentials problem with WebService that uses FileIO....Help!!?? | 08 Apr 2004 06:02 GMT | 3 |
I am having some serious problems with a WebService that I created that drops a file to a local directory. I have the WebService pointed outside so that I can test it real world. In my calling routine I set my credentials and make the call like so:
|
| complex datatypes and methods | 07 Apr 2004 01:14 GMT | 1 |
Hi, I created a custom container class in order to return values from web method calls and this works fine, but my problem is that I added some methods to this custom container class and when I tried to invoke the methods of the container from the client side it throws a compiler ...
|
| How to make a C++ application available on the Web | 06 Apr 2004 15:03 GMT | 1 |
I am new to web services. I have written an application program in C++ that I would like to make it available through the web. The application program gets a short text string as its input and generates a JPEG image. How can I make it available through web services?
|