| Thread | Last Post | Replies |
|
| Multiple Wse in single Service | 30 Mar 2005 13:09 GMT | 1 |
I am using Visual Studio (with WSE 2.0) to create a Reference.cs proxy for a customer web service. The WSDL contains one service element with three different ports, each port using it's own binding. The problem is that Visual Studio only creates a Wse class for one of these
|
| Xml string or Class definition | 30 Mar 2005 09:44 GMT | 1 |
When we define a web method, if the parameter is actually an xml, we can either define the parameter as xml string like following: public void webmethod(string xmldoc) { ... } or we can create a class or set of classes that can be serialized to the
|
| Webservice with data retrieval | 29 Mar 2005 23:27 GMT | 2 |
This is my first task with web services and quite new .NET. I tried a test webservice with "hello world" and "addnum" functions. When I tested them, they worked fine. Then in the same service I added webmethods which interact with database and returns me the output.
|
| Defining a property | 29 Mar 2005 22:10 GMT | 1 |
A web service method is declared by [WebMethod] public void MyMethod() { }
|
| Encrypting message using WS2.0 | 29 Mar 2005 21:29 GMT | 1 |
We are authenticating the user's id and password thru third party software. We would like to know how we can encrypting a message - any samples would be very helpful. Thanks.
|
| Raising the Request Length in a Web Service | 29 Mar 2005 20:49 GMT | 2 |
I´m wornking in a Web Service that has to exchenge a great amount of data, but I keep receiving a SOAPException that says: "There was an exception running the extensions specified in the config file. --> Maximum request length exceeded."
|
| how to get rid of "http://tempuri.org/" | 29 Mar 2005 18:37 GMT | 3 |
when I use wsdl.exe to generate proxy files, I always get namespace="http://tempuri.org/....". Question: how to replace it using my own names space automatically? Thanks
|
| RemoteOnly error mode causes error | 29 Mar 2005 18:33 GMT | 1 |
We have a web service that has been running fine and with no issues. As far as I am aware no changes have been made to the boxes they sit on (W2k), but starting about a week ago we get a very odd error occasionally. The service errors and shows the standard error screen when the ...
|
| Send RST/SCT and resend on token timeout? | 29 Mar 2005 16:44 GMT | 2 |
Hello... When setting up a policy for a SecureContextToken it is possible to ask the client to refresh the token at certain intervals. By setting the client timout shorter than the server timeout it is possible to always have a fresh
|
| User authentication through web service (follow up) | 29 Mar 2005 16:20 GMT | 5 |
My app is a .NET forms app that runs in the taskbar and periodically polls a web service. I have a client that wants the app to integrate with their Active Directory. They do not want the user to have to provide the username and password to login to the application/web service. ...
|
| Multiple Policy Files | 29 Mar 2005 15:59 GMT | 2 |
I am developing a plugin based system where functionality can be extended with new webservices and handlers. However, as the handlers are contained within .dlls and started by the main application they do not automatically parse any own app.config files, and thus can not read any ...
|
| PasswordDigest, VerifyHashedPassword and Hashing??? | 29 Mar 2005 12:59 GMT | 1 |
I just tried to get my VerifyHashePassword method to work, but it didn't. I need some help!! In de OASIS Documentation and some other Blogs I found the line Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )
|
| Usernametoken and activedirectory | 29 Mar 2005 12:57 GMT | 5 |
hi!!! im sending a usernametoken with username/password and on the server i got a usernametokenmanager that authenticates the user in AD using LDAP. This works fine.
|
| Kerberos2 through a firewall | 29 Mar 2005 09:13 GMT | 2 |
Hi, I'm having a problem with the following architecture: Web services hosted on server A which is a windows 2000 machine. Sharepoint web app on server B which is a windows 2003 machine.
|
| dll import | 29 Mar 2005 01:17 GMT | 2 |
I have created a dll from a C++ class using .Net and have imported it into my C# applications (one webservice, one standalone app). It works fine for a while, but will eventually fail to produce the error "System.NullReferenceException: Object reference not set to an instance of ...
|