cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a SAP Web Service in iOS

Former Member
0 Kudos

I'm starting to learn iOS and I'm wanting to consume a Web Service we've created in SAP.

I've gotten the WSDL and used sudzc to convert the wsdl to objective c so it's usable in the project. Has anyone ever used this tool to convert a SAP web service?

My issue is that once it's done creating the files for use, I import them into my project and I'm able to run the "service" but I'm not sure how I go about to fill in my variables and tables with the data that needs to be passed to my web service.

Accepted Solutions (0)

Answers (1)

Answers (1)

PAL14
Participant
0 Kudos

I have the same requirement. Have you found the solution to this