| Thread | Last Post | Replies |
|
| Deployment Problem | 22 Jun 2004 13:35 GMT | 1 |
Dear Group, I am trying to deploy a comsumer of a web service. The operating system is Windows 2000. Its the old developer problem, its working on my development PC but not working on the production PC.
|
| Identity crisis on a WS | 22 Jun 2004 10:20 GMT | 14 |
I need to change dynamically some DNS registers of our domain I figured that a WS would do the job so I developed a WS that has only one web method that receives an ID and an IP address from it clients. It verifies the ID and then proceeds to change the DNS pointer with the ...
|
| Ws-Federation implementations !!! | 21 Jun 2004 23:55 GMT | 1 |
I did extensive search on google to find if there are implementation of WS-Federation spec.... but could not find one ... if some one has idea regarding this it would be great. Regards & thanks
|
| DataTable from an array of objects returned from a webservice | 21 Jun 2004 22:58 GMT | 2 |
I have the "simple" problem of wanting to take an array of objects I get from a webservice and turning them into a DataTable. The following is my solution and I'm looking for a critique of what I am doing. The names in the code below have been changed to "protect the company",
|
| Learning WSE2.0 | 21 Jun 2004 21:08 GMT | 10 |
I'm getting a SoapHeaderException when I play with adding a UsernameToken to a Soap message. I'm trying to learn how to use WSE Authentication for a new project and I'm essentially setting up a HelloWorld.
|
| Invoking WebMethods WebService Issue | 21 Jun 2004 18:09 GMT | 3 |
I'm trying to create a .NET client to consume a webMethods web service. Based on the wsdl file given by you I've generated a .NET proxy class using the .NET WSDL.EXE. The proxy class appears to send a valid request because webMethods sends back a valid response. However, when the ...
|
| WSE 2.0 Config Editor Bug | 21 Jun 2004 16:50 GMT | 1 |
Where's the best place to report problems in WSE? Using Reflector, I've confirmed what appears to be a bug in the WSE 2.0 Configuration Editor when running under Windows 2000. When defining a new security policy in the Security Settings wizard, it is impossible
|
| What data types are SOAP serializable? | 21 Jun 2004 16:10 GMT | 1 |
As was pointed out whatever you return from a WebMethod needs to be serializable to SOAP. An ArrayList is not serializable. I will be needing to return other data types from web methods. Is there a document, or can some one list those types that are not serializable
|
| Reading Security Headers from a custom filter | 21 Jun 2004 12:36 GMT | 2 |
Trying to read the wsse:security element from within a custom filter (input-processmessage). Doesn't appear as if this element is being passed in the envelope.Header xmlelement. Is this information not being passed by design and is there any way to retrieve the username?
|
| Another GEM of a question relating to samples that came with Hands-On-Lab of WSE2.0 RTM | 21 Jun 2004 11:51 GMT | 4 |
Hello again, The Hands-On-Lab of WSE2 RTM came with an example of SecureRouting where they combine WS-Policy with SOAP Routing. Everything worked fine for the examples and samples.
|
| Detect WSE2 RTM and WSE2 TP? | 21 Jun 2004 11:10 GMT | 3 |
Can anyone recommend a reliable mechanism for the detection of WSE2 RTM being installed on a PC? For example, are there certain installed files and/or registry settings that exclusively indicate WSE2?
|
| Access is denied with FileStream object | 21 Jun 2004 08:47 GMT | 2 |
I am writing a web service which contains a function that tries to open up a FileStream. When I try to do this I get the following error "Access to the path "C:\Handheld\Images\1100314670.jpg" is denied"
|
| tracing | 21 Jun 2004 02:31 GMT | 1 |
i have enabed tracing in the config file for inut and output. Everything traces fine if the connection is made to the server, but if the connection is not successful, I see nothing in the trace file. Is there any way I can trace the soap message before the attemtp is made to ...
|
| when webservice service is down. | 20 Jun 2004 17:20 GMT | 1 |
i'm woking with webservice ... how should the client do when webservice service is down. what kind of exception would occur..? when my testing it always wait server's signal...
|
| cannot generate a proxy for the .ashx file in the customXmlSecToken sample. | 20 Jun 2004 13:53 GMT | 3 |
I am getting a error trying to generate a proxy for a virtual file that is in the customXmlSecToken sample (installs with the WSE 2.0 setting tool). The error is "The WSDL doccument contains links that could not be resolved.
|