Parsing a WSDL file like XML in xcode?
I'm receiving a file from a server, but instead of being an xml file it is
a wsdl file with the same exact text that would be in an xml file. Since
the content is the exact same can I parse it as if it were an xml file? Or
do I need to convert it somehow?
No comments:
Post a Comment