hi guys,
i've never had deal web services before have connect 1 takes 3 parameters credentials , passes json data. never downloads (it receives cookie) app has upload , i'm not sure in documentation setting such thing up.
understand nsurlcredential can pass credentialwithuser, password, , persistence, have pass 1 more parameter connect web service , couldn't find seems support custom parameters.*
can give me guidance on look?
i'm connecting secure web service , need pass user name, password, , job type login credential, can find method passing username , password.
cannot use third party libraries or utilities either.
*i have working app connects securely big nerd ranch web service, need customize apps needs.
it looks you're not giving web service parameters.
nsurl should called, , should pass credentials body of message send web service.
i.e. nsurl http://www.webserviceurl/webservicename
body: <xxxxx><username>a</username><password>b</password><job_title>c</job_title>
web service should have .wsdl describing how send information (i.e. how format xml)
nsurlcredential used url of form:
http://username@password:www.webserviceurl/webservicename
Forums iPhone, iPad, and iPod Touch iOS Programming
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment