Hi,
I'm designing a SOAP server to interact with a VCL stand alone application, using C++ Builder 10.1 Berlin and InterBase XE3.
The idea is that the application activates or deactivates some functionalities depending on the information received from the server.
One of those functionalities is of Integer type, and I could implement it with success, but with others that are in a custom TCiniSAAS class I can't get it to work because of a null pointer, maybe something is wrong or missing.
I defined my own class, which is similar to the sample struct that comes declared with C++ Builder, but as that one is not defined nor comes with usage examples, I couldn't use it as a base to make mine work. Following is the code that I wrote.
Could someone share their knowledge and help me by showing how to use the SOAP server with my own class?
Thanks in advance,
Patricio Cerda
On the Soap Server:
myWS.h
myWS.cpp
FormServerUnit.h
FormServerUnit.cpp
On the Client side:
ImyWS_WSDL.h
ImyWS_WSDL.cpp
ClientUnit.h
ClientUnit.cpp
I'm designing a SOAP server to interact with a VCL stand alone application, using C++ Builder 10.1 Berlin and InterBase XE3.
The idea is that the application activates or deactivates some functionalities depending on the information received from the server.
One of those functionalities is of Integer type, and I could implement it with success, but with others that are in a custom TCiniSAAS class I can't get it to work because of a null pointer, maybe something is wrong or missing.
I defined my own class, which is similar to the sample struct that comes declared with C++ Builder, but as that one is not defined nor comes with usage examples, I couldn't use it as a base to make mine work. Following is the code that I wrote.
Could someone share their knowledge and help me by showing how to use the SOAP server with my own class?
Thanks in advance,
Patricio Cerda
On the Soap Server:
myWS.h
myWS.cpp
FormServerUnit.h
FormServerUnit.cpp
On the Client side:
ImyWS_WSDL.h
ImyWS_WSDL.cpp
ClientUnit.h
ClientUnit.cpp