Hi,
I understood from your a post that you refered me to look at, that SoapUI will work with wsHttpBinding with Transport security.
Can you please provide me an example for that?
Another thing, I was trying to do the same as it was posted with the
<endpointBehaviors>
<behavior name="NoTrust">
<clientCredentials>
<serviceCertificate>
<authentication certificateValidationMode="None"/>
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
And it still didn't work...
So for the meantime nothing is working except mode="none"
I would really appricate if you can please provide me examples for bothe cases!
Thanks a lot!!!
Shira