Tagged Questions
2
votes
2answers
288 views
WCF Message.IsFault
I am trying to write a test and need to create a Message object with the IsFault property set to true. However, this property only has a getter. Does anyone know the best way to create a message where ...
0
votes
1answer
295 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
...