| Thread | Last Post | Replies |
|
| Transfer dataset from server to client and keep in sync | 05 Jan 2006 16:04 GMT | 2 |
my server has a database table. I read this table on the server into a dataset and my client retrieves it through a webservice. No changes on the client and server happen. What's the best way to keep the data in sync?
|
| Problems using a webservice from VS2005/.Net2.0 | 05 Jan 2006 15:14 GMT | 1 |
I try to use the WebService from MS CRM 3.0 but I always get a Time-out. So I make a really simple testapp which uses the following code: --------- CrmService.CrmService service = new CrmService.CrmService();
|
| WSE samples - missing certificates | 05 Jan 2006 14:05 GMT | 5 |
Just installed WSE 3.0 and working through the HOL on security and they refer to certificates in the wse 3.0 samples directory that are not there Had to sinatll wse 2.0 to get then
|
| how to get Url parameter values | 05 Jan 2006 13:51 GMT | 1 |
Like Page.Request.Params in Asp.net program, what is the equalent in Webservice (asp.net). bye murali
|
| How to decrypt soap envelop at the client side | 05 Jan 2006 12:36 GMT | 5 |
Hi guys I am working with WSE 3.0 and VS 2005. I got a problem while working with encryption and decryption. I am following the quick sample provided with the WSE 3.0 documentation
|
| WSE 2.0 Security Policy | 05 Jan 2006 10:13 GMT | 3 |
I need to create a policy file for my Web Service with security built-in and I’m using VB.net and WSE 2.0 to do it. I am new to building Web Services, so any help would be appreciated. So far, I know I need to add a <policy></policy> tag in the WEB.config, and
|
| web service restrict clients, custom authentication | 05 Jan 2006 09:48 GMT | 2 |
I want to restrict access to my web service to only approved client applications. This has to be done from inside the web service, so Windows Authentication is not an option.
|
| Method MyMethodName cannot be reflected | 04 Jan 2006 19:40 GMT | 5 |
I posted the following on GotDotNet, sorry for cross posting but I have a serious issue on an important proof of concept... Hi, I have the same issue as
|
| .NET J2EE WebService ComplexType | 04 Jan 2006 17:48 GMT | 3 |
we have business logic implemented in JAVA and a frontend application implemented in .NET. I have no problem deploying a web service with simple data types like "GetNumberOfCustomers() as Integer"
|
| Web Service Security question | 04 Jan 2006 00:13 GMT | 1 |
I have a wireless device that is not attached to the domain. So I created a Web Service that I pass the UserName and Password to see if it is a valid user using the LogonUser API. I have the WebService site set to use Anomyous access. This is all done on our Intranet. I was ...
|
| Tools for WebServices | 04 Jan 2006 00:07 GMT | 1 |
Hi there. I'm dealing with the message errors: "an unexpected error occurred on a send" / "an unexpected error occurred on a receive". I'd like to know what does happen when the WebService i'm calling is being invoked. In order to achieve this, is there any tool (either in VS.Net ...
|
| Referenced security token could not be retrieved | 03 Jan 2006 16:49 GMT | 1 |
Hi@all I ve got a strange problem with my custom security token. I ve added the token to the security elements and a messagesignature with the same token as described in the WSE 2.0 documentation.
|
| Image Web Service | 03 Jan 2006 07:50 GMT | 1 |
I have to create a image web service that when it receives an imageid parameter it will return a gif image from a file that has been stored on the server. The client will be an asp.net web page that calls the web service to render
|
| Authenicate user | 02 Jan 2006 22:15 GMT | 5 |
I have a wireless windows ce device that is NOT going to be connected to a domain. What I want is an easy and effective way to authenicate the user against the domain inside the web service. Such as I send the Web Service the username and password and it returns True or False ...
|
| Development vs. Production environment | 02 Jan 2006 14:03 GMT | 2 |
How do people handle in the code when you have a production and development system? I'm using VS.Net with C# and VB.Net. Do I make references to each and then do something in the code or is there are any way do I don't have to always remember to change the reference right before ...
|