Questions tagged [wsdl2objc]

21 questions
0
votes
1 answer

call wcf service from xcode4.3

I am a .Net programmer and a beginner in Xcode. I want to display the result from a WCF service on the iPad in UITableViewController. I have successfully created stubs for the service by using wsdl2objc. The SOAP message created is as…
user1550951
  • 369
  • 2
  • 9
  • 26
0
votes
1 answer

how to capture webservice call response using wsdl2objc ios

I'm developing a app which uses WSDL server. I have generated code from wsdl2objc. I have done with creating soap envelop request header and about to start server call. Can some one of you please suggest me how to capture the response of my server…
Bharath
  • 161
  • 1
  • 3
  • 13
0
votes
1 answer

WSDL2OBJC for Android?

I have been using Wsdl2Objc to generate proxy's for my web services to use during IPhone dev....it works GREAT! I now need a version similar to it, that will generate Java code, the same way. Any ideas? Thanks
AhmedW
  • 536
  • 2
  • 5
  • 21
0
votes
1 answer

wsdl in iphone and '-id' in value name

I have little(big) problem:/ I work with WSDL which has input values define in this way: user-id, transfer-id, etc. and after convertion from wsdl to objective-C there are errors because every using of id, xcode recognize as pointer of course. Could…
Patryk Grabowski
  • 111
  • 1
  • 2
  • 5
-1
votes
2 answers

Parse XML Data response

I need help to parse data response. When I send parameter to Web Service then Web Service will give data in response I'm used wsdl2objc for( ; cur != NULL ; cur = cur->next) { if(cur->type == XML_ELEMENT_NODE) { …
-2
votes
2 answers

Table view data source array deallocated after handling asynchronous loading of data

I'm pretty new to Objective-C and am having a problem updating my UITableView after an asynchronous call. I have a table view populated from an NSMutableArray; I populate the array from a JSON response from a .net web service. I'm using wsdl2objc…
ellie
  • 31
  • 2
1
2