iphone Programming Glossary: soapmsg
iPhone UIImage upload to web service http://stackoverflow.com/questions/2901797/iphone-uiimage-upload-to-web-service the code first then explain everything I've tried NSData imageData UIImageJPEGRepresentation barCodePic .9 NSString soapMsg NSString stringWithFormat @ xml version 1.0 encoding utf 8 soap Envelope xmlns xsi http www.w3.org 2001 XMLSchema instance.. NSMutableURLRequest req NSMutableURLRequest requestWithURL url NSString msgLength NSString stringWithFormat @ d soapMsg length req addValue @ text xml charset utf 8 forHTTPHeaderField @ Content Type req addValue @ http myserver imagewebservice.. @ SOAPAction req addValue msgLength forHTTPHeaderField @ Content Length req setHTTPMethod @ POST req setHTTPBody soapMsg dataUsingEncoding NSUTF8StringEncoding conn NSURLConnection alloc initWithRequest req delegate self if conn webData NSMutableData..
passing parameter to the web service working code http://stackoverflow.com/questions/5581432/passing-parameter-to-the-web-service-working-code showing failed to parse data org.xml.sax.saxparser exception content is not allowed in prolog here is my code NSString soapMsg NSString alloc initWithFormat @ n n n @ n @ n @ n @ n n n n str1 str2 str3 str4 NSLog soapMsg NSURL.. soapMsg NSString alloc initWithFormat @ n n n @ n @ n @ n @ n n n n str1 str2 str3 str4 NSLog soapMsg NSURL url NSURL URLWithString @ http 192.168.0.218 84 WebServiceCustomerByAmit Service.asmx op InsertCustomerInformation.. req NSMutableURLRequest requestWithURL url NSLog @ req.... @ req NSString msgLength NSString stringWithFormat @ d soapMsg length NSLog @ msgLength. . . @ msgLength req addValue @ text xml charset utf 8 forHTTPHeaderField @ Content Type req addValue..
|