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
精彩评论