iPhone アプリでパブリック Web サービスを使用しようとしていますが、WSDL の使用方法がわかりません。たとえば、私はこのWSDLを持っています。このサービスを使用するには、どの XML または SOAP を送信する必要がありますか?
デモの SOAP メッセージで使用したものに似たもの:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<soap:Envelope \n"
"xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n"
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n"
"xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" \n"
"soap:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" \n"
"xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"> \n"
"<soap:Body> \n"
"<CelsiusToFahrenheit xmlns=\"http://tempuri.org/\">\n"
"<Celsius>23</Celsius>\n"
"</CelsiusToFahrenheit>\n"
"</soap:Body> \n"
"</soap:Envelope>