i can do parsing for you if you want
if your parsing gives value in attributes then use simple parsing. if it give value in nodes only then you have to use xpath query for make it dict.
if your problem is not solved then send me webservice link i send you code that give response in dict or array
I hope this helps people get around the woeful support for SOAP in the SDK.
Hi funkyspider, i try sudzc code generator and i've a question: if i run the example generated by the process and i go to read the log in console, i can see some of this:
"MyMethodName returned the value: <Example: 0x3c4b180>".
If i try to write the value of a node with the script
"NSLog(@"test: %@", result.nodeName);"
i read null value.
If i enable the log with this code
"service.logging = YES;"
i can read the full xml tree.
I suppose that i've an error in the result variable, but this is the code generated automatically:
FormatReturnedByMethod* result = [[FormatReturnedByMethod alloc] initWithNode:value];
where value is the parameter of the method.
I try also the code (different from the code generated by the process) for manage the result that is written in the video tutorial of sudzc but it doesn't work too.
Is there anyone that can help me to resolve my bad problem?
Hi funkyspider, i try sudzc code generator and i've a question: if i run the example generated by the process and i go to read the log in console, i can see some of this:
"MyMethodName returned the value: <Example: 0x3c4b180>".
If i try to write the value of a node with the script
"NSLog(@"test: %@", result.nodeName);"
i read null value.
If i enable the log with this code
"service.logging = YES;"
i can read the full xml tree.
I suppose that i've an error in the result variable, but this is the code generated automatically:
FormatReturnedByMethod* result = [[FormatReturnedByMethod alloc] initWithNode:value];
where value is the parameter of the method.
I try also the code (different from the code generated by the process) for manage the result that is written in the video tutorial of sudzc but it doesn't work too.
Is there anyone that can help me to resolve my bad problem?
Thanks a lot
Davide
maybe you should consider to parse manually the xml.
However, i don't know, attach the project, i will take a look.
I'm new on Obj-C I try to use your code and Im getting the following erros:
/Projects/INTROL/Classes/INTROLViewController.m:52:0 /Projects/INTROL/Classes/INTROLViewController.m:52: warning: 'NSURLRequest' may not respond to '+setAllowsAnyHTTPSCertificate:forHost:'
Hello,
I am new in objective-c and i am a PHP developer,i want to use web-service in the iphone application.I want to use the asp.net web-service so can u please help me how can i use the asp.net web-service in the iphone application.
Hello,
I am new in objective-c and i am a PHP developer,i want to use web-service in the iphone application.I want to use the asp.net web-service so can u please help me how can i use the asp.net web-service in the iphone application.
Can anyone send me the code for iphone application in which you used asp.net webservice.
Please send the code my Emailid:-"vikassaini89@gmail.com"
I am a SQL Server developer who has been asked to implement an API for a third party to develop an iPhone app. However rather than calling a web service in SQL, they are talking about an implementation of a middleware layer in PHP. This is alien territory for me.
I am a SQL Server developer who has been asked to implement an API for a third party to develop an iPhone app. However rather than calling a web service in SQL, they are talking about an implementation of a middleware layer in PHP. This is alien territory for me.
What do I need to ask or any guidance ?
TIA,
Simon
why not just use a webservice? however can be done a layer in php that do query(s) and output xml or json is not hard.....
Hello,
I am new in objective-c and i am a PHP developer,i want to use web-service in the iphone application.I want to use the asp.net web-service so can u please help me how can i use the asp.net web-service in the iphone application.