I have an existing clarion 8 application that runs off a MSSQL database.
I need to write a mobile application to expand this existing program.
I've been experimenting with Windev mobile, which looks quite promising, but to exchange data with my MSSQL backend I need to write a Windev Webservice, and then run a Windev broker application on either iis or apache. I'm a huge fan of NT, and I would much rather use a NT web server to talk to my SQL db.
I need to import a .wsdl file into my Windev mobile app. As far as I can see, I can't automatically create a wsdl file from clarion, but I can create one manually.
Has anyone anyone done anything similar?
I've some experience with using NT as a soap server, but this seems slightly different. I've been using soapui to test my manually created wsdl file, and comparing the requests and responses to ones generated by a clarion NT web client, and they don't seem to match.
Does anyone have any suggestions?
Regards,
Neil Porter.