我是 iPhone 开发的新手,想得到答案,用用户名、密码和公司 ID 发送这个肥皂头的请求,..
我搜索了很多教程,但没有任何帮助。
提前致谢。
肥皂代码是:
<soap:Header>
<AuthenticationData xmlns="http://www.harikishan.com/"> //www.harikishan.com used as an example of website to which i need to send request
<CompanyId>string</CompanyId>
<UserName>string</UserName>
<Password>string</Password>
</AuthenticationData>
</soap:Header>