| Thread | Last Post | Replies |
|
| reading header info | 28 Sep 2005 14:44 GMT | 1 |
i have a very simple web service. this is called from a .net app in this webservice if i wanted to capture the cookies in the header coming from the calling app, how would i do this? thanks.
|
| Signature doubt | 28 Sep 2005 12:40 GMT | 1 |
When I configure a web method using WSE 2.0 to require a digital signature, is it mandatory to have all SOAP elements signed? I made a simple .Net Web method and a .Net client to invoke it and I can see that all elements (including Timestamp and Addressing elements) have a wsu:Id
|
| SecurityToken assertion policy in WSE 2.0 SP3 Configuration Editor | 28 Sep 2005 12:22 GMT | 5 |
Using the WSE 2.0 (SP3) Configuration Editor, I can't seem to find a way to create a policy file with a SecurityToken assertion (I don't want encryption or signing.) Must I create this policy file by hand, or am I missing something?
|
| Apache Axis WS-Addressing Java | 28 Sep 2005 11:11 GMT | 3 |
I am running a WSE 2.0 Service with an Apache Axis client trying to consume. The Fault message is that the client is missing the TO and Action SOAP header. I assume this has something to do with the WS-Addressing. THey are using Axis 1.2. I've read that Axis2 has more robust ...
|
| Webservice using strong-named arrays: Generating XML document failed | 28 Sep 2005 09:45 GMT | 1 |
I'm desperate with a webservice and a consuming WinForms-client. It used to work well, but all of a sudden (= I don't know what I changed really
:) I get an exception "Generating the XML document failed" ("Beim Generieren des XML-Dokuments ist ein Fehler aufgetreten").
|
| The remote name could not be resolved | 28 Sep 2005 07:46 GMT | 1 |
I develop a web application over local area network. I host a web service on a local web server and I am trying to consume it from another web application hosted on a another web server inside the same LAN. in development environment every thing is ok but in the production I ...
|
| Need help trapping an exceptions | 28 Sep 2005 03:39 GMT | 1 |
I hope that someone has experienced this problem before so they can hel shed some light to this problem. This is a long thread, but I want t make sure that I don't miss anything. Ok, I have developed a Data Search Web Service. The point of the We
|
| RequestElementName is being changed | 28 Sep 2005 01:52 GMT | 9 |
Why does the string value assigned to the RequestElementName in the SoapDocumentMethodAttribute get changed? The value below with a colon is changed to the hex value surrounded by underscores. this doesn't happen to the RequestNameSpace.
|
| Sending email from within a web service | 27 Sep 2005 21:51 GMT | 1 |
I have a method which sends email to & from a specific account. All was working fine until the server was upgraded to an AD/DNS server. Now the email never goes through. I can run the same code from an exe and it works fine.
|
| WSE Samples and the need to give ASP.NET.... | 27 Sep 2005 19:54 GMT | 2 |
I have seen several places that state the need to do the following for using the WSE 3.0 Kerberos samples. 1. Give the ASPNET account "Act as Part of Operating System" rights. 2. Modify machine.config by setting the username attribute equal to "SYSTEM"
|
| Testing Routine for WSE 2.0 | 27 Sep 2005 15:38 GMT | 4 |
I have almost completed the first stage of our security upgrades for our web services. So far I have implemented Authentication, Authorization, Signing & Encryption from client to server. The first 2 of these I can test very simple. However, I am uncertain how to test the latter ...
|
| Namespace Best Practices | 27 Sep 2005 15:04 GMT | 2 |
Can someone point me to some information on namespace best practices? Questions I have are as follows: 1) Should I use .NET namespaces or URL, URI and URN's? Ie mycompany.mydivision.myapp vs http://www.mycompany.com/division/app?
|
| is it possible to disable WS-Addressing in WSE2.0? | 27 Sep 2005 14:15 GMT | 2 |
I'm using a Java client to invoke a .Net Web Service with some security requirements, such as digital signature. I already have a .Net client which works fine, but the Java client is sending a SOAP request in which the WS-Addressing elements belong to the
|
| Web Services without IIS ? Is it possible and how, please ? | 27 Sep 2005 13:29 GMT | 3 |
Hi! I've searched this topic with limited results. I'd like to know if I can build a MS WebService in C#(v.1.1) on Windows Server 2003 without using IIS ? Is it possible? What's involved ? Are there any useful URL's describing how to do
|
| not to use auto generated proxies | 27 Sep 2005 13:27 GMT | 6 |
Hi, can someone provide some advise on how to get around with using auto generated proxies? basically I already have the proxy classes, and they are used by other places. I'd like use these existing classes instead of having to generate
|