Reputation: 31
i am using asmx webservice in my iPhone app , and testing it locally . The local url i used in my app is :
file://localhost/Users/codewarrior/Downloads/Login/Service.asmx
The other files in webservice folder Login are : Login/App_code/Service.cs
there is a function in webservice named :login_user
.
can anyone pls help whats the soap request body , soap action header , and the format to create request .
Upvotes: 1
Views: 2127
Reputation: 12641
Follow these links..
It can give you better examples.Try these examples first and then implement in you code.
Lee Silver's example, Technical Support's example and iPhone by radix's example
Upvotes: 1