target

Version

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

NameRequiredDefaultDescriptionExamples
hostfalse---
portfalse---

Can be used in