¡@

Home 

2014/10/15 ¤U¤È 10:16:02

iphone Programming Glossary: wslogin

making a soap request in iphone

http://stackoverflow.com/questions/5800396/making-a-soap-request-in-iphone

type xsd string n getDate n soap Body n soap Envelope n NSURL url NSURL URLWithString @ http 10.1.6.5 gnosis2 public wslogin NSMutableURLRequest req NSMutableURLRequest requestWithURL url NSString msgLength NSString stringWithFormat @ d soapMessage.. req addValue @ text xml charset utf 8 forHTTPHeaderField @ Content Type req addValue @ http 10.1.6.5 gnosis2 public wslogin forHTTPHeaderField @ SOAPAction req addValue msgLength forHTTPHeaderField @ Content Length req setHTTPMethod @ POST req.. in browser xml version 1.0 definitions xmlns http schemas.xmlsoap.org wsdl xmlns tns http 10.1.6.5 gnosis2 public wslogin xmlns soap http schemas.xmlsoap.org wsdl soap xmlns xsd http www.w3.org 2001 XMLSchema xmlns soap enc http schemas.xmlsoap.org..