开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜