iam new to iOS, i understood generated swift file from the WSDL2SWIFT, in that Soap Action in empty so i can’t understand and i don’t know how to display the details in TABLEVIEW?
so please send me project using my WSDL file i.e
http://wsrep.pilog.in:80/PilogRepositorySAP/RepositorySearchSAP?wsdl
pass the body as follows:
<ser:repositorySearch>
<request>
<!--Optional:-->
<REPOSITORY_REQUEST>
<!--Zero or more repetitions:-->
<item>
<!--Optional:-->
<COLUMN>Reference_No</COLUMN>
<!--Optional:-->
<OPERATOR>Like</OPERATOR>
<!--Optional:-->
<VALUE>6044</VALUE>
<!--Optional:-->
<DATATYPE>?</DATATYPE>
</item>
</REPOSITORY_REQUEST>
<!--Optional:-->
<RECORDSTARTINDEX>?</RECORDSTARTINDEX>
<!--Optional:-->
<RECORDENDINDEX>?</RECORDENDINDEX>
<!--Optional:-->
<ORGN_ID>2F57487BE2F6474BE053270110ACD546</ORGN_ID>
<!--Optional:-->
<LOCALE>en_US</LOCALE>
</request>
</ser:repositorySearch>
</soapenv:Body>
Please help me???