Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Friends

How to parse this api with parameter in SOAP method. Can you please any one given idea.

Wsdl : http://82.178.20.92:8080.178.20.92:8080/CRM2/services/SearchBusiness.ws?wsdl
function : getSearchBusiness
Parameters : array( 'businessCode' => '{"businessCode":[ Business Code]}',
'businessName' => 'Business name',
'location' => Location,
'categoryKeyword' => Category Name,
PageNumber' => Page No,
'paginationSize' => Page size,
'languageCode' => ''
)</pre>

Thanks.
Posted

1 solution

You can use a fully equiped NSMutableURLRequest. But be aware: it must be in one request. Here is some good looking sample code for SOAP.

Tip: use the modern NSURLSession-API. A nice tutorial from the great Ray Wenderlich.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900