| Thread | Last Post | Replies |
|
| Parameter being an attribute, not an element | 04 Oct 2005 15:30 GMT | 1 |
How do you make a C# Web Service use an attribute of an XML request as a parameter instead of an element? I need to write an interface for a third party where the XML request will be in the form of:
|
| File access rights in Web Service | 04 Oct 2005 12:40 GMT | 2 |
I wrote a very simple web service which return "Hello World" and save a log file in c:\. After I invoke the web method. the "Hello World" returned correctly. but these is a problem on log file. seems there is no change on the log file.
|
| Webservices behind Authenticated Proxy | 04 Oct 2005 02:57 GMT | 4 |
Can anyone provide some guidance, example, and/or links for configuring a client behind an authenticated proxy to access a web service via the Internet? Thanks, Sam
|
| how to dynamically access the Web services at run time | 03 Oct 2005 23:38 GMT | 2 |
I published a web service and tested working fine when calling this web service from a windows application. The web service reference URL is defined in web service properties. Now I want the application to dynamically access the Webservices at run time. I tried changing the web ...
|
| Web service client question | 03 Oct 2005 23:36 GMT | 3 |
How can I use webservice without adding web reference to my winforms application at design time. I need to be able to change server url at runtime. What is the simplest way to achieve this? Also any vb code samples would be appreciated.
|
| HELP with custom SecurityContexTokenService!! | 03 Oct 2005 17:32 GMT | 3 |
I am trying to use secure conversation with WSE 3,0 to authenticate services. Nevertheless this services require to use a UserId to filter only important information for the user who executes the service.
|
| The data at the root level is invalid exception | 03 Oct 2005 03:35 GMT | 7 |
I get the following Exception "The data at the root level is invalid. Line 1, position 642" whenever I try to deserialize an incoming SOAP message. The incoming message is formed well and its length is 642 bytes ( I have appended it to the end of this message).
|
| SoapClient authentication | 03 Oct 2005 01:21 GMT | 5 |
I'm trying to use WSE through a Proxy class generated with WseWsdl2 in order to be independent from the transport protocol. My service is implemented through a ASP.Net Web Service (with WSE). I'm trying to authenticate users (like I used to do with Intergrated
|
| Policy file and custom filters | 02 Oct 2005 18:33 GMT | 1 |
I am converting my old wse 2.0 custom filter into 2.0 and everything is working fine except for one issue. I've created the necessary classes and created my policy file that looks like the following. <policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
|
| WSE 3 Method returning Dataset | 01 Oct 2005 02:39 GMT | 4 |
I've upgraded from WSE 2 to WSE 3 and I'm connecting to a service that returns a dataset. The generated proxy no longer contains a copy of the returned dataset class. What do I need to do to enable this, or why is it off?
|
| Error connecting to Server | 01 Oct 2005 02:10 GMT | 4 |
Hi, I am trying to build an web based database with Access as my back-end, but get the following error when I try to run it. "Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify that you
|