cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP/WSDL builder for C programming

Former Member
0 Kudos

Dear guru,

is any possibility or can you give any hint if exist some SOAP/WSDL builder for creating C libraries from SOAP/WSDL and vice versa?

Thanks a lot for help.

Regards,

Roman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rfcsdk, there is a genh.exe in bin folder, which can be used to generate c headers according to ddic table/struct def (se11).

and, you may use Nco to generate wsdl / c# class desc.

all these two method may use se37 function

RFC_GET_FUNCTION_INTERFACE(RFC_GET_FUNCTION_INTERFACE_US) to get function parameter info(I,E,T...) and for a struct/table use RFC_GET_UNICODE_STRUCTURE to get detailed struct info, you may then generate your sql/c#/c typedef/...

Hope these info can be help, you may reach me at <b><REMOVED BY MODERATOR></b>, good luck.

Message was edited by:

Alvaro Tejada Galindo

Answers (0)