Questions tagged [soaphttpclientprotocol]

33 questions
0
votes
0 answers

To print the contents present in SOAP header in the console

I want to print the contents present in the soap-header in my jboss-esb console but I'm not able to do so. I'm only able to print the body of the soap content but not the contents present in the header part. Can any one help me to print the…
suhas
  • 227
  • 1
  • 3
  • 11
0
votes
1 answer

How to implement a SoapHttpClientProtocol

Since this question tells me that SoapHttpClientProtocol is not thread safe. And, my real life testing tells me this is true, as my SoapHeader properties keep getting mixed up between calls. Is there a way to make sure that I can use this across…
Alex
  • 12,749
  • 3
  • 31
  • 45
0
votes
1 answer

passing wsse security header with dynamicserviceproxy

I am trying to consume this service that requires wsse header as
1 2
3