7
votes
6answers
3k views
Calling .NET Web Service (WSE 2/3, WS-Security) from Java
I need to call a web service written in .NET from Java. The web service implements the WS-Security stack (either WSE 2 or WSE 3, it's not clear from the information I have).
Th …
5
votes
3answers
545 views
Primer for X.509 certificates on Windows
I am presently studying the topic of encrypting and signing SOAP messages via WSE 3.0 or WCF. Since I have not participated in distributed application development involving the pub …
3
votes
3answers
143 views
What to look out for when moving from Visual Studio 2005 to 2008?
We're planning on updating our developers from Visual Studio 2005 to 2008. Are there any common "gotchas" to look out for during this move?
My major concern at the moment is th …
2
votes
2answers
143 views
Using own exceptions in wse, not only SoapException
Is it possible to send my own developed exceptions over Soap to a client using http.sys??
1
vote
1answer
163 views
How do I prevent my .NET SOAP client from including “Connection: KeepAlive” in the HTTP headers. (using WSE3.0)
In the HTTP Connection header, my web service client is including:
Connection: Keep-Alive
I want to disable this. After doing some research, it appears the way to do this is to …
1
vote
1answer
180 views
WCF and WSE 2.0 web services.
How I can use WCF to communicate to old school WSE 2.0 web services?
1
vote
2answers
284 views
SetClientCredential visible in vs.net 2005 but not 2008
I add a web reference to my wse 3.0 service in Visual Studio 2005 and my intellisense shows the name of my service like MyServiceWse (it adds the WSE extension to the name).
I als …
1
vote
3answers
3k views
How do I mix message encoding types (Text/MTOM) in the Request & Response of a Web Service client application using WCF (or WSE 3)?
Here is my problem. I am hitting a web service (hosted on a Java based server) that will only accept text encoded Requests, but it returns MTOM Responses. What I've found is that i …
1
vote
3answers
712 views
WSE 2.0 SP2 on VS 2008
Is it possible to use WSE 2.0 SP2 under VS 2008?
I realise that the add-in (that generates the proxy classes/configuration) is not compatible but there are work-arounds to this (c …
0
votes
0answers
6 views
WSE 3.0 cookies support?
Hi,
I'm trying to call a web service with WSE 3.0 which uses cookies for authentication. With standard SoapHttpClientProtocol, I could assign my CookieContainer to a request. Howe …
0
votes
2answers
19 views
Microsoft.Web.Services3.ResponseProcessingException
I deployed a web service that used WSE 3.0 to a test server. I am getting the cryptic error below. Have any idea what this means and how to fix it? Thanks in advance!
Microsoft.We …
0
votes
0answers
20 views
Calling Web Service with WSE 3.0 from COM+
I have to update a COM+ application to call a web service that uses WSE 3.0. What is the best way to call the web service from the COM+ client? My current plan is to create an Inte …
0
votes
1answer
54 views
SOAP WSE .Net issue with Action header
We have a SOAP Web Service we wrote that accepts work fine testing
without a WSE policy set on the class using the Policy Attribute on the
class that implements the WS
"<Policy …
0
votes
1answer
70 views
Connect to an asmx page behind https, requiring sign only, using WCF
I'm trying to connect to a web service that requires me to sign with a certificate before I connect.
In WSE 3.0, all I had to do is create a certificate policy and choose the "sig …
0
votes
0answers
255 views
WCF calling WSE 2.0 WS-Security service with inline security tokens in the response - “Cannot find a token authenticator”
I have a web service in .NET 1.1 and WSE 2.0 that uses WS-Security with x509 certificates for both signature and encryption. I'm trying to configure a WCF client to connect with t …
