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
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| host | false | - | - | - |
| port | false | - | - | - |