| Thread | Last Post | Replies |
|
| WSE X.509 certificate capability | 01 Sep 2005 20:30 GMT | 1 |
The following is an excerpt from an article located at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wse/html/9c2138 28-815e-41cd-9d54-419bf64c0301.asp WSE validates that a digital signature is cryptographically correct, however user code or Policy should be used ...
|
| check certification path and CRL | 01 Sep 2005 17:31 GMT | 1 |
When SOAP message is digitally signed, does WSE automatically check the certification path and if the certificate has not been revoked? Can this be accomplished by simply what is in the certificate store, or does custom code need to be written?
|
| IXmlSerializable: return type & difference IE / webservice | 01 Sep 2005 15:29 GMT | 1 |
I'm using the IXmlSerializable interface for a project and encounter some problems when testing my webservice in a client application. I know this interface is undocumented and not intended for use, but I think this is the only solution for my situation. I searched the web, in ...
|
| Exposing a webservice (Biztalk) | 01 Sep 2005 15:17 GMT | 1 |
I'm exposing an orchestration as a web service which simply replies the same object it receives by calling an internal ws I wrote which does the same thing. (getting the object and returning it) While I was using a simple string the circle worked fine, but after I
|
| soap schema version question | 01 Sep 2005 13:53 GMT | 3 |
i am trying to write a .NET client of an Apache web service; thus there is no WSDL document. one difference between the SOAP Header that is generated by the .NET SOAP serializer is that .NET uses the www.w3.org/2001/XMLSchema. and Apache uses the www.w3.org/1999/XMLSchema.
|
| How to resolve SOAP differences | 01 Sep 2005 13:08 GMT | 16 |
my soap messages to a remote site are failing. as far as i can tell the only differences between what my SOAP message looks liek and what they want are in the SOAP envelope SInce they don't have a wsdl doc i created a localhost site based on their
|