Tagged Questions

1
vote
3answers
1k views

Interesting issue with WCF wsHttpBinding through a Firewall

I have a web application deployed in an internet hosting provider. This web application consumes a WCF Service deployed at an IIS server located at my company’s application server, …
0
votes
1answer
38 views

Is the “Via” element in WSE2’s WS-Addressing spec proprietary?

I'm trying to write a java webservice client to talk to an existing webservice implemented using .net's venerable WSE2. My problem is that WSE2 uses a version of WS-Addressing that …
0
votes
0answers
305 views

gsoap - WS-Addressing elements in the SOAP Header

Hello All, I need to add WS Addressing in my Soap header (I am using the gsoap framework). Is there a way to add that automatically? I looked up gsoap documentation but didnt find …
0
votes
1answer
246 views

WS addressing using WCF

Hi How to implement the WS Addressing using WCF ? Thanks in Advance Sekar
0
votes
1answer
172 views

Specify parts of the header that have to be signed and/or encrypted in WCF with binding that support standards

Using Ws2007HttpBinding and securing the service, the WSDL file generated shows in the policy section that all the ws-addressing headers and the body will be signed, and that the b …