开发者

is it possible to send string array with SOAP message in objective c during web service method call?

开发者 https://www.devze.com 2023-02-17 11:35 出处:网络
i want to call web service method and method signature is : public string getPath(string[ ] PathArray); // csharp

i want to call web service method and method signature is :

public string getPath(string[ ] PathArray); // csharp

and in xcode i have to write soap message for that. i know how to send the single string value but string array i dont know

to access the webservice method i have to send PathArray.

i hope some one know how to send string Array with SOAP message in objective c

thank you in 开发者_开发问答advance

0

精彩评论

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