| Thread | Last Post | Replies |
|
| deserializing XML in a webservice client | 08 Jun 2005 23:08 GMT | 2 |
From my web service client I would like to change the default way some xml is being deserialized. WSDL.exe creates a client that deserializes this xml as an array. The xml node in the message looks like this:
|
| a printing webservice? is this possible? | 08 Jun 2005 22:50 GMT | 1 |
I am currently trying to create a printing webservice for internal use. Basically, this webservice would accept the name of a file and try to print that file to a particular printer. I was thinking of using WMI to access the printers installed on the machine hosting the ...
|
| WSE 3.0 CTP Release | 08 Jun 2005 21:42 GMT | 6 |
I just wanted to say that the WSE 3.0 Community Tech Preview is available for download. Please visit: http://msdn.microsoft.com/webservices/building/wse/default.aspx Try it out, there are great new features in WSE 3.0, so we're eager to
|
| WMI in a webservice | 08 Jun 2005 18:52 GMT | 3 |
I'm trying to create a webservice that will return a list of all printers on the machine that is running the webservice. I was hoping to do this via WMI and System.Management. But when I'm trying to create the webservice in .NET and I add the following
|
| Problem using WSE 2.0 with ASP.NET 2.0 | 08 Jun 2005 06:17 GMT | 1 |
I’m trying to use Web Services Enhancements 2.0 SP3 with .NET 2.0 in order to digitally sign SOAP messages. The problem I’m having is on the server, where I am trying to verify the signature of the messages. In .NET 1.1, in order to do this, we had to add this following to the ...
|
| WSE | 08 Jun 2005 06:03 GMT | 1 |
Is it possible to force WSE to load a custom UsernameTokenManager directly at runtime rather than look at the contents of app.config? I'm running a DLL through NUnit (Unit Testing Framework), and it appears that NUnit is not loading a custom UsernameTokenManager which
|
| Turning off Replay Detection | 07 Jun 2005 19:40 GMT | 6 |
I want to turn off the 'Replay Detection' feature, so that I need not pass the nonce and create time in the UsernameToken. I do not want to create a custom security token mananger to do this and want to use the default Security Token Manager.
|
| <cryptography> settings element breaks in sp2 or sp3 | 07 Jun 2005 17:16 GMT | 1 |
I have a WSE server app that uses the <cryptography> element in the configuration (seen below). This worked perfectly in WSE sp1, but when I upgraded to SP2 and then to SP3, I get the following soap fault from any WSE web service call. I know there is not a problem with the config ...
|
| "static" application data | 07 Jun 2005 14:20 GMT | 1 |
I haven't seen anything written about "static" objects and web-service "applications". My web service(s) require quick (read-only) access to some cached data. I'm hesitant to putting this in a cached ADO dataset (of course it would have to implement a lazy-reader pattern to load the ...
|
| Exexcuting a Web Services asyncronously in Web Application. | 07 Jun 2005 10:50 GMT | 1 |
How do i execute a Web Services asyncronously in my Web Application? How do i know when the Web Services has completed executing? One more thing - If the user requests for a page, in which the Web
|
| Encoding style | 07 Jun 2005 10:26 GMT | 2 |
Hello, All! I have the following webservice [vb] Imports System.Web.Services
|
| WSE2.0 does not honor REPLYTO and FAULTO in SoapEnvelope? | 06 Jun 2005 22:58 GMT | 3 |
All... In playing around with WSE and populating the REPLYTO and/or FAULTO element of the address, I find that WSE2 does not route the message to the supplied URI. I have the configuration <allowRedirectedResponses enabled="true" />
|
| Pass array via SOAP from asp page to dotnet webservice | 06 Jun 2005 17:50 GMT | 5 |
I am trying to pass an array from an asp page (JScript) to a dotnet web service using the SOAP Toolkit 3.0. This is still at the Hello World stage, as you can see: WEB SERVICE METHOD
|
| SOAPException not marked as serializable? | 05 Jun 2005 21:17 GMT | 2 |
In an installation of our WSE 2.0 SP3 based web services we get an error which includes the dump below. Any ideas as to what might be wrong? Niels Server was unable to process request. --> The type
|
| Problem running WSE examples-AsymmetricEncryption | 05 Jun 2005 20:36 GMT | 1 |
Greetings, I have been trying to play with WSE 2.0 and the examples that come with it. I am currently working on a graduate project that requires making SOA using webserivces that must be secured using digital signatures and encryption based on X509 certificates. So far, I can ...
|