set path of E:\Sensys\Application Integration\WEb services\gsoap_2.8.3\gsoap-2.8\gsoap\bin\win32
cmd commands:
By default, gSOAP assumes you will use C++ with STL. To build without STL, use option -s:
wsdl2h -s -o calc.h http://www.genivia.com/calc.wsdl
soapcpp2 -i -C calc.h
Add the header files
#include "soapcalcProxy.h"
#include "calc.nsmap"
To complete the build, compile and link the generated soapC.cpp, soapcalcProxy.cpp, and the run-time gSOAP engine -lgsoap++ (or use source stdsoap2.cpp in case libgsoap++.a is not installed) with your code. in case, you use stdsoap2.cpp it will also need stdsoap2.h.
Still, it may ask soapH.h and soapStub.h. which created when you ran the command soapcpp2 -i -C calc.h. so, copy these files to the project directory. the project will automatically find it.
huh! That's it.
Tuesday, September 6, 2011
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2011
(120)
-
▼
September
(17)
- Java - Factory Method Concept
- Java Web services: Axis2 WS-Security basics - (Ra...
- Web services security
- Security for SOA and Web Services
- WS-Security
- Axis2 vs JAX-WS RI vs Apache CXF vs Spring-ws
- Eclipse WTP Tutorials - Creating Bottom Up Web Ser...
- Tutorial 1: Creating Web Services in Eclipse (Bott...
- Apache Axis2, CXF and Sun JAX-WS RI in comparison
- Eclipse : Getting Started
- using namespace System; using namespace System::Re...
- C / C++ Function Pointers
- gSoap Web Service
- Wsutil.exe
- code sample for WWSAPI
- nuSoap - PHP Soap Client
- ColdFusion HTTP
-
▼
September
(17)
No comments:
Post a Comment