P politech macrumors newbie Original poster Jul 19, 2011 7 0 Jul 20, 2011 #1 i want to make ann soap client on my iphone. Are they any frameworks/libs/or something else that can help me?
i want to make ann soap client on my iphone. Are they any frameworks/libs/or something else that can help me?
jiminaus macrumors 65816 Dec 16, 2010 1,449 1 Sydney Jul 20, 2011 #2 Shesh. Did you even trying googling this? The first two hits using the most obvious search terms are gems.
Shesh. Did you even trying googling this? The first two hits using the most obvious search terms are gems.
P politech macrumors newbie Original poster Jul 19, 2011 7 0 Jul 20, 2011 #3 all i googled is old post that says iphons doesnt have any sdk or api and i should do my own parser etc...
all i googled is old post that says iphons doesnt have any sdk or api and i should do my own parser etc...
H Hansr macrumors 6502a Apr 1, 2007 897 1 Jul 20, 2011 #4 This is the top google result for 'iphone soap': http://stackoverflow.com/questions/204465/how-to-access-soap-services-from-iphone
This is the top google result for 'iphone soap': http://stackoverflow.com/questions/204465/how-to-access-soap-services-from-iphone
P politech macrumors newbie Original poster Jul 19, 2011 7 0 Jul 21, 2011 #5 ok nice, but its from 2008...i created this topic to get newest information about soap in iphone
H Hansr macrumors 6502a Apr 1, 2007 897 1 Jul 21, 2011 #6 The latest post links to this: http://abhicodehelp.blogspot.com/2010/12/handling-soap-with-iphone.html Is 2010 recent enough for you? SOAP was designed in 1998 I don't think it's magically gotten harder to handle
The latest post links to this: http://abhicodehelp.blogspot.com/2010/12/handling-soap-with-iphone.html Is 2010 recent enough for you? SOAP was designed in 1998 I don't think it's magically gotten harder to handle
P politech macrumors newbie Original poster Jul 19, 2011 7 0 Jul 21, 2011 #7 thx for help-about actuallity of info i was talking about sdks,api or some helper on iphon notabout soap alone
thx for help-about actuallity of info i was talking about sdks,api or some helper on iphon notabout soap alone
H Hansr macrumors 6502a Apr 1, 2007 897 1 Jul 21, 2011 #8 Well using http://developer.apple.com/library/...es/NSXMLParser_Class/Reference/Reference.html and abstracting a set of functions/a object that uses it to make the syntax more seamless is what I'd recommend.
Well using http://developer.apple.com/library/...es/NSXMLParser_Class/Reference/Reference.html and abstracting a set of functions/a object that uses it to make the syntax more seamless is what I'd recommend.