Created
April 2, 2012 07:35
-
-
Save yamanyar/2281420 to your computer and use it in GitHub Desktop.
Dışarıdaki bir WS'e giden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<int:channel id="clientService"/> | |
<chain input-channel="clientService"> | |
<!-- kullanacağımız servis soap-action isteseydi; burada yer alacaktı. | |
<ws:header-enricher> | |
<ws:soap-action value=""/> | |
</ws:header-enricher>--> | |
<ws:outbound-gateway uri="http://mygreatserver.yamanyar.com:9082/services/GreatService" /> | |
</chain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment