sudzc
sudzC handle parameters
I m just started a new project which requires communication with a soap webservice developped by another company[详细]
2023-04-12 05:17 分类:问答NSMutable Array: Getting "out of scope" Status After Mutable Copying
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[详细]
2023-04-11 17:06 分类:问答Parsing partial XML created with SudzC in objective-c
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[详细]
2023-04-06 21:22 分类:问答where exactly do we need exception handling for web-services on iPhone
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[详细]
2023-04-06 19:51 分类:问答WebService iPhone problem parameter library wsdl2objc and SudzC
I have a big problem using webservices and iPhone. I try to user different library : wsdl2objc and SudzC and i have the same problem.[详细]
2023-03-28 19:20 分类:问答iOS call soap functions in thread
guys I\'m a new iOS developer, I\'m having a problem when calling soap functions in new thread. Here is more details:[详细]
2023-03-27 00:46 分类:问答Problems with Sudz-c for iOS, missing namespace
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[详细]
2023-03-25 22:06 分类:问答sudzc how to use the returned object from ws call
The sudzc generated stub is: (void)HandleSearchResult: (id) value { ... The document indicates that \"value\" can be cast into (SDZSearchItems开发者_StackOverflow社区ByUpcResponse *). However that w[详细]
2023-03-06 01:11 分类:问答iPhone/Objective-C - Strange error when passing string to method
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).[详细]
2023-03-03 14:21 分类:问答How do I pass arrays of values to SudzC-generated webservice classes?
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:[详细]
2023-02-09 23:47 分类:问答