| Thread | Last Post | Replies |
|
| WSE 3.0 - Kerberos Security Assertion Error | 21 Sep 2005 05:15 GMT | 2 |
Hi, I'm trying to implement KerberosSecurity Assertion in my console application that calls a web service. I am successful in creating the Kerberos token at the client, but not successful in validating the SOAP message signed and
|
| HTTP and WS-ReliableMessaging | 20 Sep 2005 15:33 GMT | 1 |
Can anyone explain how WS-ReliableMessaging works with HTTP? I've read the specifications, but I don't understand how a "receiver" can send ACKs back to a "sender". i.e. If I call a web service "B" from a some other web service "A", how is B
|
| IIS Webservice unauthorised access | 20 Sep 2005 12:15 GMT | 4 |
We have a web application that uses web services for data access and retrieval. The web app and web services reside under IIS on the same server(WIN2003). The virtual directories have been set for windows authentication and both the ASP web application and the web services are
|
| http custom Gzip header being stripped on outbound request. | 20 Sep 2005 11:27 GMT | 1 |
I am adding a custom header (Gzip header for compression) to the request when calling a webservice( sitting on a webserver) over the internet from my application ( If interested in the details of the application , it is a vb.net winfom application ). The web server receives this ...
|
| Soap Extender and session infromation between BeforeSerialize and AfterDeserialize events | 20 Sep 2005 07:08 GMT | 5 |
I am developing a SOAP extender and I need to store some session information at BeforeSerialize ProcessMessage event, so at the AfterDeserialize ProcessMessage event I know which call I am dealing with. What would be the best way for storing some session information during
|
| I'm new, is this correct??? | 19 Sep 2005 23:13 GMT | 1 |
I'm new at web services and XML, however I need to create a web service that connects to universe (IBM) and returns XML. Here's what i've done so far. Is it correct? I guess if it returns what I want, its correct... but is there a better way to do this?
|
| Soap Header | 19 Sep 2005 23:11 GMT | 6 |
I have a question about adding a soap header to a soap request. I'm currently trying to consume a web service that requires that I place authorization information in the header. The proxy class that I am working with inherits the
|
| IIS.msc "Web Service Extensions" ... where is it ? | 19 Sep 2005 22:47 GMT | 1 |
In KB article 817267 , it states : 1. Click Start, point to Programs, and then click Control Panel. 2. Double-click Administrative Tools, and then double-click Internet Information Services (IIS).
|
| Removing sequence tag from SOAP WSDL Schema -- help please | 19 Sep 2005 20:04 GMT | 3 |
Is that even possible? I am creating a web service in .NET to expose some already created .NET programs to other groups. One group is writing the client in PERL, and thus wishes the wsdl schema to not be sequenced. (PERL hashes do not retain order
|
| New to web services AND XML, But this should be easy.... | 19 Sep 2005 19:19 GMT | 1 |
Howdy, I got the debug working great on a web service I'm writing. Currently, a order number is requested, and it returns a vlaue from the order. Works great! However, now that I got the connection down, how on earth do I format
|
| ServiceDescription.Types: Getting Type Information From Wsdl | 19 Sep 2005 16:34 GMT | 2 |
I'm currently working an .net application (I can use 1.1 or 2.0 if needed) that needs to read a wsdl file and generate another piece of code that can use it. I'm encountering a problem where I cannot extract all of the type information from the wsdl using any standard tools. ...
|
| Verify Digital Signatures of SOAP Messages Signed Using a User Name and Password | 19 Sep 2005 15:05 GMT | 1 |
I am getting the following error when I try to create a custom username and pasword validator The code works if I use windows authentication. I am using the sample code that is shown in the msdn help for wse2.0. I
|
| <****Result> | 19 Sep 2005 11:39 GMT | 1 |
Why every web service method invoked on .NET Framework (addInteger, helloWorld, getServiceDescription) returns a soap envelope with a additional tag that ends with "Result" wrapping the result??? Request:
|
| SoapException character encoding | 19 Sep 2005 11:02 GMT | 5 |
My native language is Icelandic and I´m making a web service that returns results that contain many Icelandic characters. This works fine, however, when I return a soap:Fault, the string in the faultstring element has the Icelandic characters encoded like "réttindi", where ...
|
| Web Service Deployment Question | 17 Sep 2005 04:55 GMT | 4 |
Do I need to deploy both my ASMX page plus the DLL onto the web site? If so, can you please explain what role both of these deployment units play? To me they would seem to be mirror images of each other. Thanks for your help.
|