Quantcast
Channel: Recent Topics - Forum - Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 3677

Returning a class from a Soap Server - by: Patricio

$
0
0
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

Viewing all articles
Browse latest Browse all 3677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>