| Thread | Last Post | Replies |
|
| Dynamic Proxyless Web Service Access? | 17 Mar 2005 20:30 GMT | 4 |
Looking for a simple concise C# sample that will communicate with a web service without needing WSDL.EXE or VS.NET "create web reference" functionality. Basically I am looking for some code that will at runtime discover
|
| How to mantain the state between 2 call of the same WebService? | 17 Mar 2005 18:39 GMT | 13 |
Hi. I'm calling two methods of a .NET Webservice (A) from another Webservice (B). The A Webservice is made like this: [WebService(Namespace="WebServiceA")]
|
| Method 'XYZ' can not be reflected | 17 Mar 2005 17:45 GMT | 1 |
I have created a contract first web service, and to test i have created a client (asp.net) to attempt to test that my web service is at least communication. But when i call a method i get the above error for one of my methods, its not even the one i am calling. Does anyone have ...
|
| Converting a VB.Net Console Application to Web Service application | 17 Mar 2005 10:05 GMT | 1 |
I have written a simple VB.Net Application which takes a .pst file and extracts the messages attachments from the .pst. It is working fine as a Console Application. I tried Web Service enable this App and it is giving me the 500 Error.
|
| NameValueCollection | 17 Mar 2005 08:13 GMT | 1 |
What is the easiest way to pass the result (name/value) from a SQL query into a NameValueCollection in the consumer? Thomas
|
| Web Service Call hangs from Web Service | 17 Mar 2005 08:04 GMT | 1 |
We have two web service machines. Call one WS1 and the other WS2. They are seperated by a firewall. WS1 handles web service calls and also calls web services provided by WS2. Both machines do not get updated or restarted very often. The problem is after some period of time, the web ...
|
| Calling Java WebService from .net Client | 17 Mar 2005 07:36 GMT | 8 |
I'm trying to call a Java WebService out of a .net Client. There are two Methods, one Method requires one Parameter of type Parameter, the other Method requires one Parameter of type Parameter[]. I can call the first Method without Problems, the Parameter can be
|
| webservice restarts? | 17 Mar 2005 07:11 GMT | 6 |
I wrote a webservice, that creates a timer thred. This thread is used to execute common tasks from time to time. The timer starts after the first call of web service. Everithing works fine, but after a while (>10mins) the thread stops. It seems, that the webservice is in ...
|
| Help; encoding is a nightmare! | 17 Mar 2005 02:21 GMT | 1 |
I am testing a web service that returns an XML doc as a string. I went through troubles when developing it whereby the saved output of the service would not display in Internet Explorer due to encoding confusion. I finally settled on setting responseEncoding in my web.config file ...
|
| Can't read web.config | 17 Mar 2005 02:10 GMT | 1 |
I have a web service with a connection string in the appSettings of my web.config file. The beginning of the config looks like this: <?xml version="1.0" encoding="utf-8" ?> <configuration>
|
| Getting 403: error attempting to access a webservice | 17 Mar 2005 01:13 GMT | 4 |
I have an app that needs to access a java webservice to validate a piece of data. This webservice is found on a server that requires a SSL certificate to authorize use. I created a webreference with the provided WSDL file. However, when I call
|
| Path property must be set before calling the Send method. | 16 Mar 2005 22:27 GMT | 1 |
I keep getting this error when trying to access my web service via a client proxy implementation. I have created a contract first web service, not sure where i am supposed to set this property?? Anyone got any ideas?
|
| Web Method Level Security | 16 Mar 2005 18:44 GMT | 1 |
In your custom UsernameTokenManager : construct a GenericPrincipal object - couple it with some application defined roles and attach the Principal object to Thread.CurrentPrincipal. Afterwards you will be able to use the normal .NET Role based security infrastructure, e.g. Thread ...
|
| Web Method Level Security | 16 Mar 2005 18:41 GMT | 4 |
I have a web service that has ten web methods associated with it. It uses WSE2.0 implementation. I have a custom usernametoken manager. I want to restrict which users use which method, without using WS-Policy (unless it is simple to use). Any help greatly appreciated.
|
| NullReferenceException in AfterSerializeServer | 16 Mar 2005 18:39 GMT | 1 |
I'm getting the following error in my application event log: System.NullReferenceException: Object reference not set to an instance of an object. at
|