| Thread | Last Post | Replies |
|
| Datasets vs objects | 26 Sep 2006 20:59 GMT | 1 |
What is everyone using and why?
|
| No Query Text Received | 26 Sep 2006 18:04 GMT | 1 |
I have a written a web service which takes some user input and then looks up the relevant details on a SQL server. All works fine until I embed it in the Research pane - at which point I receive no query text when I invoke the service
|
| Web services and password change in AD. | 26 Sep 2006 15:47 GMT | 3 |
I had this strange problem. We are using web services for our entreprise applications. We are using IIS as the host for our webservices and IIS is configured to use integrated authentication. The problem arise when the user's password changes and he has not done it at
|
| Web Service method works on local machine but fails on remote | 26 Sep 2006 15:39 GMT | 4 |
I have a web service method which works fine when called from my local machine i.e. from localhost but when I publish the web services to a remote machine it throws an invalid cast soap exception. That web service method access Active Directory to get the group names for
|
| A client application with all logic accessed via web services? | 26 Sep 2006 12:05 GMT | 9 |
We have a need to make a Windows Forms (2.0) client application that will be installed on our clients site. The data that the application uses needs to be centrally available to a potentially large number of other sites, which would seem to leave us
|
| Complete novice question - do I need a web service for this? | 25 Sep 2006 22:42 GMT | 4 |
Hi - I'm not sure if I need a web service, and am looking for advice, I have an .net2 web application for consultants, where it shows if they have availability which can be booked - each of the consultants also have their own website, and a couple have now asked if it's possible ...
|
| RPC/Encoded: how to? | 25 Sep 2006 21:48 GMT | 1 |
I'm having some trouble with a WS from Apache Axis: I can't generate the proxy class by wsdl.exe. It seems that wsdl.exe works fine only with Document/literal Webservices, but in my case I have an RPC/Encoded one.
|
| Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON | 25 Sep 2006 21:42 GMT | 1 |
Hi, we're trying to install IIS 6.0 and SQL Server 2005 on different machine because we want to be bale to use the performance of each server and we're getting an error Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON. So what we tried it's putting the application on the same ...
|
| Web Service Slow the first time | 25 Sep 2006 19:28 GMT | 3 |
Hope everybody is doing OK. I have a webservice which I request via https://. I'm also using WSE to generate an authenticated token. I understand that the very first call to the webservice is slow because the
|
| CustomUsernameTokenManager | 25 Sep 2006 08:44 GMT | 2 |
I have implemented a custom UsernameTokenManager to validate user credentials against a SQL Server Database : This CustomUsernameTokenManager throws an ApplicationException if the login/pass supplied in the SOAP request can't be verified.
|
| Read XML serialization of an ADO.NET Recordset in Java | 24 Sep 2006 19:10 GMT | 3 |
Whth .NET WS I have serialized an ADO.NET Recordset in an XML Stream like this: <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882' xmlns:rs='urn:schemas-microsoft-com:rowset'
|
| Generate a client with policy in WSDL file | 24 Sep 2006 18:01 GMT | 1 |
I have to create a .NET client of a web service generated in Java. The policy of the web service is included in the WSDL file. Is it possible to generate a client with the policy included in the WSDL file? Do I have to rewrite the policy with the WSE wizard?
|
| Acessing same class instance from 2 seperate webmethods | 24 Sep 2006 15:21 GMT | 7 |
i've been developing a webservice with 2 seperate webmethods. The idea is that i have a class which is able to generate a code and also able to make an image of this code. Now i'd like to have 2 webmethods ; one which can be called to generate (and
|
| Axis2 and WSE3 interoperatability question | 24 Sep 2006 15:12 GMT | 2 |
My C# client (.dotNet 2.0 and WSE 3.0) generated the following SOAP message. <?xml version='1.0' encoding='utf-8'?> <soap:Envelope
|
| Web Service request slow the first time | 24 Sep 2006 06:41 GMT | 1 |
Hope everybody is doing OK. I have a webservice which I request via https://. I'm also using WSE to generate an authenticated token. I understand that the very first call to the webservice is slow because the
|