You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added First Web Services Example and Build Scripts for All Examples
I added the first example for web services, a warehouse client and
server. Both can be built with Maven. When building the client, we
rely on the WSDL provided by the server after being deployed in axis2.
Build scripts have been added for all examples for Linux. Their names
are all make_linux.sh. The make_linux.sh in the root folder builds all
examples one by one.
The build script for the web service examples downloads and runs axis2.
The travis builds now use the make_linux.sh build script from the root
folder.
0 commit comments