Is there any way I can get the methods and parameters of a soap server at runtime? just like WSDLImp.exe does, but at runtime?
Asked
Active
Viewed 133 times
0
-
do you mean without having wsdl? – sddk Mar 26 '20 at 06:50
-
I have wsdl, but I did a generic parser, it works, I just wanted to know if there is any other way to do this. – Passella Mar 26 '20 at 20:38
-
1ok, i do not know about Delphi but you can find some information here https://stackoverflow.com/questions/27145485/consume-and-invoke-soap-webservices-at-runtime-dynamic-web-service-client-from/27146716#27146716 it is also possible to use ServiceDescription by using win32 api. – sddk Mar 29 '20 at 15:53