Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an online Mysql Server on a Cloud Server Host and an application software written in VB-VS2008.. The problem is i cant access the MySQL database on the webhost because the access is disabled.

Someone told me that it would be posible to access the mysql database using WSDL but i cant seem to learn how to create a WSDL.. I've scanned through different WSDL tutorials but i cant understand it..

Can i have some of your simple program, with WSDL file and a little program that is showing how they are integrated..

Any help would be greatly appreciated..
Posted
Comments
Kuthuparakkal 26-Sep-12 22:12pm    
You need to create WSDL and consume it in your app. There's nothing called WSDL up in air to catch your mysql data as is. WSDL is nothing but WebService Description Language and you can create Proxy objects for any webservice.
http://www.windowsgadgetworld.net/portal/?p=15
chuan0308 26-Sep-12 22:14pm    
Thanks for the reply.. Do you have sample WSDL file?

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