...
You can execute ant
from the <ESB_HOME>/samples/axis2Client
directory, in order to view the available sample clients and some of the sample options used to configure them.
The following This section describes each of the following sample client clients in detail.
...
Code Block |
---|
ant optimizeclient [-Dopt_mode=mtom | swa]
[-Dopt_url=http://localhost:8280/soap/MTOMSwASampleService]
[-Dopt_file=./../../repository/samples/resources/mtom/asf-logo.gif] |
FIX client
This is a client that can post a FIX message of type Order-Single embedded into a SOAP message.
Code Block |
---|
ant fixclient -Dsymbol=IBM -Dqty=5 -Dmode=buy -Daddurl=http://localhost:8280/soap/FIXProxy |
JSON client
This is a client that can send get-quote requests using the JSON content interchange format over HTTP.
Code Block |
---|
ant jsonclient
[-Daddurl=http://localhost:8280/services/JSONProxy]
[-Dsymbol=DELL] |