0

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?

sth
  • 222,467
  • 53
  • 283
  • 367
Talktobijju
  • 450
  • 1
  • 5
  • 14

1 Answers1

0

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.

drekka
  • 20,957
  • 14
  • 79
  • 135