如何使用Soap将Url链接传递到网站

时间:2016-05-03 09:55:34

标签: ios objective-c soap

我想将youtube网址链接传递到网站,因为我的应用会将youtube链接发送到名为http://www.clipconverter.cc的网站,然后我会将youtube链接转换为下载视频,我需要获取下载的视频日期在我的应用程序中。

肥皂概念是否可能

请帮助将不胜感激

我看过一些肥皂的编码,但不完全明白我会提到它,请帮助我。

NSString *soapMessage = [NSString stringWithFormat:@"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
                         "<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n"
                         "<soap:Body>\n"
                         " <CelsiusToFahrenheit xmlns=\"http://www.listentoyoutube.com/\">\n"
                         "<>%@</>\n"
                         "</CelsiusToFahrenheit>\n"
                         "</soap:Body>\n"
                         "</soap:Envelope>\n" ,txtfld.text];

0 个答案:

没有答案