Search code examples
iphonenamespacessudzc

Problems with Sudz-c for iOS, missing namespace


I'm working on an app that uses a web service. This is a private service so I cannot post the WSDL or generated code here so this is more of a question for some general advice rather than specifics.

I fed the WSDL into Sudz-c. The WSDL originally had some imports of XSD's that sudz-c would overlook so I copied these into the types section of the WSDL.

I use the generated code to make a request to the service but I'm finding that the request is missing a name space for the complex type objects I copied into the types section of the WSDL.

Again I know this is very general information but if anyone else has had a similar issue with Sudz it would be great to get your advice.


Solution

  • Couldn't find an answer to this so ended up just hand coding the web service messages :(