| Thread | Last Post | Replies |
|
| WebClient Class Method=Post | 24 May 2004 23:46 GMT | 1 |
I am sending and receiving multipart messages using the WebClient UploadData method Method=Post. Everything seems to work well except when the URL contains parameters. For example: http://www.someURL.com?parm1=data1&parm2=data2. I don't believe these
|
| web.config and webservice | 24 May 2004 18:39 GMT | 2 |
I'm having a little trouble developing a test webservice; the web.config file is not being handled the way I expected, based on previous experience with webforms apps. In my webforms apps, I've been putting the SQL connection string in the
|
| where does IAsyncReturn object go, to be used later, in this code? | 24 May 2004 14:21 GMT | 2 |
Hello, I'm a newbie to Web Services and have a question about consuming XML Web Services asynchronously. I gather so far that the IAsyncResult object returned from BeginXXX method of a proxy class is important, as it gets used later by the EndXXX method. I'm working an example ...
|
| Deploying a WebService | 24 May 2004 11:00 GMT | 3 |
I'm writing a webservice that individual organisation are going to put on their servers to service requires from their clients. Question: How do I deploy the webservice (which incidentally uses interop to talk to a COM component).
|
| 500 error on VB WebService and Axis 1.1 | 24 May 2004 09:36 GMT | 8 |
I am deploying a VB WebService in turn running a FoxPro DLL. On the other side, a Java App using Axis 1.1 requests information. Once or twice a week the service stops responding. Restarting the IIS doesn't help, the whole box needs to be restarted. I found nothing in the
|
| Hashtable to VBA using SOAP Toolkit | 24 May 2004 08:04 GMT | 3 |
How an ASP.Net webservice return hashtable or any other (key value pairs like structure) that can be consumed in VBA or vbscript like this following (using Soap Toolkit): value1 = soapProxy.Items["Key1"]
|
| Is Overloading supported? | 23 May 2004 20:02 GMT | 1 |
is overloading supported in a WebService procedure Because, since when I use it, I receive an error on client-side about the procedure overloaded Any suggestion Denny
|
| Spam filter | 23 May 2004 10:11 GMT | 2 |
Does anyone know where i can find a spam filter algorithm in .Net? It doesn't have to be complicated. Thanks, Aaron
|
| Creating new Web Service project template | 22 May 2004 04:04 GMT | 1 |
I am working on creating my own custom Web Service project template. Everything works fine, except where the project grabs the code behind file for the asmx file. It is using VC#\DesignerTemplates\1033\NewWebServiceCode.cs. I've looked
|
| Do I need CRC check on web service which returns byte array? | 22 May 2004 00:29 GMT | 1 |
I have a web service that will send a byte array down to the client. It goes through highly unreliable radio network. Do I need to implement the CRC check on the array? Or is it guaranteed by the web services that if I get the array it will be complete?
|
| Serialize a Dataset | 21 May 2004 17:55 GMT | 1 |
Trying to send a dataset as the return information in a Web Service. For example: client contacts web service with an ID and then WS returns dataset for that ID. Was trying to return as the string of a function call. Understand how to serialize the dataset into XML. Cannot ...
|
| Web service in .net not able to create Excel com object | 21 May 2004 13:56 GMT | 3 |
(Type your message here) Hi! I created a web service in .net where in the web method makes call to a function in which I am creating an excel object using Dim objXl As New Microsoft.Office.Interop.Excel.Application()
|
| ASP.NET and OLE DB Provider problems | 21 May 2004 07:48 GMT | 2 |
I have problem to accessing FoxPro database, located on Novell file server, over the VFPOLEDB.1 provider from my webservice. The connection string is like "Data Source=\\Skuba_srv\DATA\SKUBA.DOS\L-DISKAS\Work\Pvskuba\DATA;Provider=VFPOLE
|
| Remote Scripting | 20 May 2004 16:30 GMT | 2 |
what is it? I see it used a lot. Can someone explain to me what it is? I tried a google search but didn;t find any conclusive defination. Thanks Aaron
|
| How control who sees what Web methods? | 20 May 2004 09:45 GMT | 1 |
I plan to create several Web methods in an ASP.NET Web service (e.g. SelectEmployees, SelectCustomers). How can I limit visibility of (or at least access to) certain methods depending on the user? DO I need to have a separate ASMX for each Web method? Keep in mind some methods ...
|