.net - Delphi send null string to webservice -


i'm using webservice delphi application, but, in webservice, parameter's value null.

here web service code in .net

[webmethod] int execsql(string asql) { }

in delphi use : delphi method using web service have used

i don't know wrong ? delphi application or .net webservice ?

add service unit:

invregistry.registerinvokeoptions(typeinfo(xxx), iodocument); 

read here: https://www.bobswart.nl/weblog/blog.aspx?rootid=5:798


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -