开发者

Delphi send null string to webservice

开发者 https://www.devze.com 2023-03-04 21:49 出处:网络
I\'m using my WebService from Delphi application, but,开发者_StackOverflow社区 in my webservice, the parameter\'s value always get null.

I'm using my WebService from Delphi application, but,开发者_StackOverflow社区 in my webservice, the parameter's value always get null.

Here is my web service code in .net

[WebMethod] int ExecSQL(string ASQL) { }

in delphi I use like this : Delphi Method for using web service which I have used

I don't know what is wrong ? my delphi application or my .net webservice ?


Add this service unit:

InvRegistry.RegisterInvokeOptions(TypeInfo(xxx), ioDocument);

Read here: https://www.bobswart.nl/weblog/Blog.aspx?RootId=5:798

0

精彩评论

暂无评论...
验证码 换一张
取 消