I m just started a new project which requires communication with a soap webservice developped by another company
I have a SOAP service and I generated classes and functions on SudzC.com. So I\'m using the soap functions they generated, it returns an NSMutableArray with objects that are inherited by my custom cl
Hello to all in this lovely community, I am trying to get the contents of the data that is returned with a SudzC method from my web service. The w开发者_StackOverflow社区ebservice sends the data in a
I am a new iPhone developer and totally new to web-services as well. I had used http:开发者_C百科//www.sudzc.com/ to develop my obj-c code for my wsdl. I need to know that where exactly i need to hand
I have a big problem using webservices and iPhone. I try to user different library : wsdl2objc and SudzC and i have the same problem.
guys I\'m a new iOS developer, I\'m having a problem when calling soap functions in new thread. Here is more details:
I\'m working on an app that uses a web service. This is a private service so I cannot post the WSDL or generated code 开发者_开发问答here so this is more of a question for some general advice rather t
The sudzc generated stub is: (void)HandleSearchResult: (id) value { ... The document indicates that \"value\" can be cast into (SDZSearchItems开发者_StackOverflow社区ByUpcResponse *). However that w
I am using http://www.sudzc.com/ to access SOAP Web Services in my iPhone application. I have a method in ASP.NET that takes a string and returns a string (facebook access token to be exact).
I have a sudzc service class generated from a WSDL that accepts an ArrayOfInt and ArrayOfString objects as parameters. The service method signature is this: