I’m a newcomer to the iPhone world. I’m working on an application having a login page. I have to send the UIText value of the username and password values to the server with the help of SOAP. I am having no ideas regarding this.
Can you help me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Theres lots if material around on accessing web services if you dig a bit and those other stack overflow threads are good.
I’ll also blow my own horn a bit here 🙂
I have written a static library at http://drekka.github.com/dXml which does SOAP web services. If it’s not what you are looking for the source code is useful to help you understand how you can go about it.
I haven’t gone into the security side too much here, but will eventually plan to add full ws-security to the api. At the moment it only does basic user name password authentication.