I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-07-11 12:05:25.66052-07 by richaney
Anyone have any success talking to a WCF service running ws2007HttpBinding?
Hi. One of our company's vendors has decided to implement WCF, using ws2007HttpBinding requiring an x.509 certificate, for the next generation of their product (their current version uses simple HTTPS that we can talk to with SOAP::Lite).

This is causing me no end of grief - and, unfortunately, they're a .NET shop and seem surprised that someone not using .NET needs to talk to their service. They can tell me how it works for a .NET client, but there's a ton of information online about that - and .NET handles all of the "voodoo" without seeming to trouble the developer with the details. So, they're not very good at answering questions aside from "this is how .NET does it".

Has anyone used WSRF::Lite to talk to such a service, specifically one using ws2007HttpBinding? I'll admit to being kind of green in the area of WS-Security, but I've tried customizing the sample_WS-Security_client.pl that comes with the distribution with no luck. I can make the TCP connection and negotiate the SSL, but when it comes to requesting the security token and then sending the request to the service, everything falls apart.

Any guidance anyone can give would be greatly appreciated.

Thanks,
Rich
Direct Responses: Write a response