Syntax
<target host="string" port="integer">
<ssl />?
</target><target url="url" /><target host="string" port="integer"> <ssl />? </target><target url="url" />
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 | - | - | - |