Discussion:
SOAP-Header
(too old to reply)
Siva
2009-10-21 21:56:08 UTC
Permalink
How can I build a web service request with SOAP Header and Body with out
using Orchestration?

I found some article to do it in orchestration. But I have to do it without
orchestration, so on SEND PORT. I cannot use WCF too.

Would it be possible to it on normal soap send port?
Paul Somers
2009-11-02 12:36:01 UTC
Permalink
Hi,

You could try using a custom pipeline to add anythign extra you need to the
soap header, or body, and then a filter on a different send port to get the
response from the web request, as it will be a two way usually, unless you
don't need the response, however why you'd want to do this is questionable in
the firstplace, and it may very well question your design.

Paul
Post by Siva
How can I build a web service request with SOAP Header and Body with out
using Orchestration?
I found some article to do it in orchestration. But I have to do it without
orchestration, so on SEND PORT. I cannot use WCF too.
Would it be possible to it on normal soap send port?
muthuvel
2009-11-30 02:58:01 UTC
Permalink
Can u tell me the steps....

Loading...