Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created April 2, 2012 07:35
Show Gist options
  • Save yamanyar/2281420 to your computer and use it in GitHub Desktop.
Save yamanyar/2281420 to your computer and use it in GitHub Desktop.
Dışarıdaki bir WS'e giden
<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