| Thread | Last Post | Replies |
|
| How to use certificates? | 22 Dec 2004 13:48 GMT | 10 |
Certificates are often used to encrypt or sign soap messages in WSE2. I cant understand the usage of certificates in WSE2 samples. The WSE2 sdk provides three certificates: Client Private.pfx, Server Private.pfx and Server Public.cer. Server Public.cer doesn't have a private key. I ...
|
| SP1 Problem SOAPException doesn't return quote and Umlaute correcty | 22 Dec 2004 08:22 GMT | 16 |
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by Microsoft must be installed on their servers. Now german Umlaute (?, ?, ?) and quotes ...
|
| using WSE 2 without WS-Security for X509 Signature validation | 22 Dec 2004 05:08 GMT | 1 |
I am trying to create a Web Service to Consume a client app ( I know its backwards). But they use a Pre WS-Security format for X509 digital signatures. So far thier messages will not conform with WSE's policy configurations for this messages configuration. Is there anyone that ...
|
| Asynchronous Web Service Method Failure | 21 Dec 2004 22:44 GMT | 16 |
Greetings to all I have a set of web services that create reports upon request. These reports can take the form of XML Spreadsheets or dynamically generated .pdf files. I call the create report methods async to give the user the
|
| WSE 2.0 - How could I replay the action recorded in the trace file | 21 Dec 2004 21:12 GMT | 1 |
I have traced action in XML. Now I would like to replay that. How could I do that based on this XML trace? I am using soap:tcp between client and server. thanks,
|
| Accessing web service. | 21 Dec 2004 19:21 GMT | 3 |
Problem: Accessing web service causes exception – “The request failed with HTTP status 401 : Access Denied”. I created a web service on my local machine and then developed a separate test solution (windows app) to test it. The above mentioned exception occurs
|
| SerializationException | 21 Dec 2004 18:48 GMT | 4 |
I am getting an unhandled exception on a webservice as listed below and my quesiton is How do I trap it to find where it's coming from since it seems to be outside of the my code.
|
| invoke a webservice with nillable value types | 21 Dec 2004 18:37 GMT | 8 |
hi ng, i try to invoke a webservice-method with an filter-object, that contains value types. if i don´t want to filter the return value of the method, i have to pass a new instance of the filter-object without
|
| Creating New Web Service | 21 Dec 2004 18:13 GMT | 7 |
I currently run a web service on my Windows 2003 Server. I want to create a second service but I have problems when I try to create (http:\\localhost\webservice2 )it in VB.net 2003. I get an error about some sharing violation and frontpage extensions. So I am curious about ...
|
| What do I need | 21 Dec 2004 17:02 GMT | 5 |
I am new to this so please go easy. We currently have some students doing some work on some web based tracking documents for us. They are currently using VB .net to develop what we requested. Anyway I've been calling my local ISP's and no one supports .net it seems to be all ...
|
| Optional properties | 21 Dec 2004 16:25 GMT | 4 |
If you have a data class, Person, with two properties, FirstName and LastName, and at a later stage you want to add a new optional property to the class which is used in a web service. What is the best way to achieve this in order to minimize the effect on the cosumers, who may ...
|
| Dynamic binding to a web service | 21 Dec 2004 16:11 GMT | 3 |
I'm trying to write a tool that among other things will allow the user to specify a location of a wsdl, choose a function within this set and map the parameters into fields within my database. I have successfully created a proxies to a few different web services, but
|
| newbie question (creating a client to connect to a web service) | 21 Dec 2004 15:24 GMT | 1 |
Dear Friends, I am creating a client to connect to a web service. I am creating the client with asp.net. the web service is on developed with WSDP from SUN product. so we have to use SOAP to connect to it. They have given this code to be used
|
| How Secure Are Username Token Encrypted Messages | 21 Dec 2004 12:44 GMT | 20 |
How secure is it to encrypt the body of a message with a Username token? In the HOL it says that it is not very secure. It doesn't say why though. It's obviously not as secure as encrypting with a binary token, but I would like a more in depth reason as to what it makes it not ...
|
| Virtual Server 2005 | 21 Dec 2004 12:09 GMT | 1 |
I have seen this product advertised on the msdn download site. I run windows server 2003 with 1 web service and 1 web site. I don't really understand what virtual server means to me and my setup and if I should consider it. Thanks,
|