| Thread | Last Post | Replies |
|
| csv file | 11 Jun 2007 14:16 GMT | 2 |
This should be a really easy one but having come from VB6 straight in to the world of asp.net 2 I must have missed something simple I have an SQL database and dataset that connects to it I can make a table of all of the data using the grid view but what I need is
|
| A very simple question about binary/text format difference | 11 Jun 2007 09:19 GMT | 2 |
what makes that the SOAP/Xml binary encoding is smaller than the "text" one ? Is is only because the XML tags are more or less suppressed ? More generally, I don't understand how gzip can reduce text file size since I can't see how a character can be store in less than 1 byte. Or ...
|
| WebSerice is TimeOut, but code on server is completed | 09 Jun 2007 14:49 GMT | 3 |
I have apllication running on WCE 5.0 - mobile computer Symbol Terminal MC9090. I calling sql insert command from the smart device by calling WebService. Sometimes i get Exception Service is TimedOut,but insert command in databse
|
| Problem with WSE3.0 x509 | 08 Jun 2007 03:20 GMT | 4 |
I have a c# windows forms app that utilizes service oriented architecture. Both the client and service are configured using WSE3.0 using x509 certificates. I am using Windows 2003 Certificate Server configured as standalone to
|
| Problem consuming WS from a vb.net windows client | 07 Jun 2007 23:46 GMT | 1 |
Hi; I am trying to consume a WS in a windows application. The application send a lookup value and the Ws returns a dataset. I can consume this WS in a asp.net app with no problems
|
| Error 401 trying to consume non-ASP web service | 07 Jun 2007 23:39 GMT | 3 |
I am trying to consume a web service written in Java and residing on a Sun Application server. I keetp getting the request failed with http status 401: unathorized. I am using VB. Net but one of my developers has the same problem in C++ in
|
| Set timeouts on IIS or Web.config | 07 Jun 2007 09:21 GMT | 2 |
Can I just confirm something, if I set the session-timeout in my Web.config (for my webservice) will this override the default 20-minute setting in IIS? Also, is this an idle-timeout? Thanks
|
| value of type "xxx" cannot be converted to "xxx" | 06 Jun 2007 22:57 GMT | 2 |
I have a ASP.Net application that uses assemblies from several other solutions. When testing the applications on my machine I build all the referenced assemblies using nmake. The latest assemblies get placed in a common directory that is referenced by my ASP.NET app.
|
| WSE 3.0 - How to issue Digital Certificates to Client Applications | 06 Jun 2007 22:30 GMT | 1 |
I was doing some research into using X509 certificates to implement message level security and watched the MSDN .NET Nugget session on the topic, I could see how to install the certificates that came with WSE 3.0 (for dev purposes) which is fine, the problem I have (relating to ...
|
| error with web service call | 06 Jun 2007 17:56 GMT | 1 |
we are trying to hook up with a web service provided by one of our vendors. i got their wsdl file and generated a proxy class using wsdl.exe. below is the method signature as well as the class associated with it: public partial class WSProxy :
|
| Web service instance still alive? | 06 Jun 2007 11:35 GMT | 8 |
C# 2.0. I have an instance of a web-service assigned to a field, how would I know if the session has timed-out on that web-service? Is there anyway of checking this?
|
| Exposing Web Services methods for Add/Edit/Delete Records | 06 Jun 2007 11:20 GMT | 2 |
I have a client c# application from which I want to Add/Edit/Delete & list records by connecting to Web Service. HOw can I write classes & methods in Web service projet that will : 1. Add records,
|
| C# Proxy: how to switch between local and remote server | 06 Jun 2007 05:20 GMT | 1 |
I'm using a visual studio generated proxy to use the web services, but I can't seem to get it to switch from using a local version to the actual web based web service. It always always always uses the local version. I thought about creating a web reference to the version I
|
| .NET & Java Publish-Subscribe pattern | 06 Jun 2007 01:51 GMT | 3 |
Hello, all. Does anyone know of documentation about implementing a publish- subscribe model between a .NET Web service provide and a Java service consumer? I have this problem I am trying to solve, and would greatly
|
| WSE 2.0 is not invoking AuthenticateToken on my userNameTokenManager | 05 Jun 2007 20:45 GMT | 2 |
About a year ago, I wrote a custom userNameTokenManger. It worked fine then. I recently dusted it off again and using the same test code I used a year ago, I can no longer get the AuthenticateToken function to be invoked when attached to a web service. I've tried
|