SOAP Client

This is an example of a Java client using a SOAP object.

The program is part of the The Knopflerfish Axis 1 package.

Description

soapclient is an example of a client side program. The client calls the "remoteFW" service methods, so you need to have the soapobject bundle installed and started. The build.xml performs all required steps for the creation and and execution of the client program. The only hand coded module is the Test.java (main class of the client program). The build file will automatically fetch the WSDL from the running OSGi framework, generate the client side stubs and support classes, compile the generated classes as well as Test.java.

When all have been built (compiled) the client program is executed and the results are displayed.

The source code is available on https://www.knopflerfish.org/svn/knopflerfish.org/trunk/osgi/bundles_opt/soap/soapclient/.

See Also

SOAP - WebServices