target

Version

Syntax

target:
host: <string>
port: <number>
target:
  host: <string>
  port: <number>

Sample

<serviceProxy port="80">
<target host="http://thomas-bayer.com/axis2/services/BLZService" />
</serviceProxy><serviceProxy port="80">
<target url="http://thomas-bayer.com/axis2/services/BLZService" />
</serviceProxy>
<serviceProxy port="80">
  <target host="http://thomas-bayer.com/axis2/services/BLZService" />
</serviceProxy><serviceProxy port="80">
  <target url="http://thomas-bayer.com/axis2/services/BLZService" />
</serviceProxy>

Attributes

NameRequiredDefaultDescriptionExamples
hostfalse---
portfalse---

Can be used in