| Thread | Last Post | Replies |
|
| Are webservice proxies compiled at runtime? | 24 May 2005 11:06 GMT | 1 |
Hi, I'm trying to reduce the start-up time of a browser deployed .NET application. The app uses webservices to login to our back-end server. The proxies are generated via the wsdl.exe tool. The first time I instance the webservice proxy class it takes 3-4 seconds. What is .NET ...
|
| Pocket Application accessing a Webservice on a STANDALONE desktop | 24 May 2005 10:55 GMT | 2 |
Hi, everyone. That's my environment: - I have a pocket pc (iPAQ h4350) application developed with VSNET2003/C# that has a SQL Server CE Database, running. That's working
|
| Not Solving "System.Net.WebException" | 24 May 2005 03:04 GMT | 1 |
Hi all, I am coding a web service for the company I am working for. It supposes to talk to a third-party web service, via WSDL. The web reference which I am using is:
|
| Session state | 23 May 2005 21:12 GMT | 1 |
The following code works fine when testing with the help web page, but it doesn't work when running from the client application. Anybody knows what could be the problem here? thanks a lot. JMMB
|
| Web Service Versioning in GAC | 23 May 2005 21:09 GMT | 1 |
I have deployed version 1.0 and 2.0 of a web service in GAC. When I call the web service from the client application on the Internet, the version 2.0 is executed. How could I call the version 1.0 from the client? thanks,
|
| HTTP Error 500 during HTTP Post | 23 May 2005 18:26 GMT | 3 |
I built a simple WebService with a method, that returns a string. When I run the project in VS.NET, the asmx file is shown properly and I can select the method. The following page offers the button for calling the method using HTTP Post. Clicking this button results in an empty
|
| throwing custom exceptions from webservices | 23 May 2005 16:34 GMT | 1 |
I have a problem in throwing custom exceptions from a webservice method. The custom exception is being converted into soapexception in the webservice client. only the custom exception message is present in the soapexception . Is there any way to get the exact custom exception ...
|
| I'm a MVP member and looking for a job in Canada or USA. | 23 May 2005 14:02 GMT | 2 |
Dong-Ok An 1003-70 Garry St Winnipeg, Manitoba Canada, R3C 3J9
|
| How do i replace my web service? | 23 May 2005 11:24 GMT | 6 |
I need to update my webservice . I install the webservice through "X-Copy". When i delete the files and copy the new ones, any call to my service still return code according to the old service. What i'm doing wrong?
|
| Accessing WebServices using client browser scripts | 21 May 2005 16:18 GMT | 7 |
How can I access web-services through client browser's java-scripts? Every comment is appreciated, Jamal
|
| Webservice updating local Odbc datasource.. | 21 May 2005 14:36 GMT | 1 |
I have problems with a webservice receiving data in turn updating an Odbc-linked Access database on the same computer. The Odbc engine gives me an OdbcExceptionError: Message: [Microsoft][Driver for ODBC Microsoft Access] Operation must use an
|
| accessing text file from C# web service | 21 May 2005 14:30 GMT | 1 |
hello group, I'm trying to invoke unmanaged C language Dll from C# Web service. The configuration file for the C Dll's are in a text pad. I want to fetch the configuation file values. How can i access a textfile content from web
|
| Send cookie with request | 20 May 2005 23:39 GMT | 2 |
I need to send a cookie with a web service call. I create a cookie and a container, associate it with the web service call. But when I check with the network monitor, there is no cookie in the http stream attached.
|
| Can't Get Kerberos Token with DES Enabled in AD? | 20 May 2005 19:56 GMT | 1 |
Using a .Net client and WSE 2.0, if I create a new Kerberos token for a User Account in Active Directory, it works as long as the "Use DES type encryption for this account" option is off in user's options in Active Directory.
|
| method parameters empty? XML namespace prefix issue? | 20 May 2005 14:54 GMT | 1 |
I'm trying to create a simple test/dummy .NET XML web service (using WSDL/XSD and the WSDL.exe tool) that an existing .NET Remoting XML web service client can talk to. The good news is it seems to be very close to working. The not-so-good news
|