Software used for SOAP clients for Web services
(Obsolete)
Note
SOAP clients (including .NET Web service engine and EasySoap Web
service engine) for Web services are obsolete. Obsolete features are
still available to use, but are no longer eligible for technical
support and will no longer be enhanced.
PowerBuilder includes the EasySoap++ library in executable form in
EasySoap.dll, which is dynamically linked to pbsoapclient.pbx. The
EasySoap++ library and its use are covered by the GNU Lesser General
Public License (LGPL). For a copy of this license, see the free download
terms document.
You may distribute the EasySoap++ library to third parties subject
to the terms and conditions of the LGPL. Please read the LGPL prior to
any such distribution.
The complete machine-readable source code for the EasySoap++
library is provided in the EasySoap.zip file in the SupportWSExtn
folder on the DVD. In addition, the object code and Microsoft Visual C++
project file for the pbsoapclient.pbx are provided in the soapclient.zip
file in the same directory.
These files are provided under the terms of the LGPL so that you
can modify the EasySoap++ library and then relink to produce a modified
EasySoap.dll. You can also relink pbsoapclient.pbx with the modified
EasySoap++ import library. According to the terms of the LPGL, it is
understood that you will not necessarily be able to recompile
pbsoapclient.pbx to use the definitions you have modified in the
EasySoap++ library.
Follow the instructions in the Readme.txt file in the
soapclient.zip file to build pbsoapclient.pbx.