บทความ

กำลังแสดงโพสต์จาก ตุลาคม, 2017

week10: Continue: web services to be consumed from different programming language

Continue: web services to be consumed from different programming language Slide link https://docs.google.com/a/kmutnb.ac.th/presentation/d/1MYBx7uwADmF5jdavtLzIU1k4oVgNdhfPSc9khmosrZg/edit?usp=sharing Source Code (Github) c++ :  https://github.com/pipo07pipo/cppGSOAP java : https://github.com/soulquiz/JavaWebServiceApp Java Reference https://netbeans.org/kb/docs/websvc/jax-ws.html https://www.java2blog.com/soap-web-service-tutorial/ C++ Reference http://www.soapuser.com/basics1.html http://www.rightsoftcorp.com/?name=news&file=readnews&id=31 https://www.genivia.com/examples/time/index.html Python Reference http://docs.python-zeep.org/en/master/ Ruby Reference https://learnrubythehardway.org/book/ex6.html https://stackoverflow.com/questions/15131234/how-to-get-a-hash-value-by-numeric-index https://stackoverflow.com/questions/4153215/parsing-soap-response-using-savon-response-to-hash-conversion-method http://savonrb.com/version2/cli

week8: Create web services Soap & WSDL

Create web services - SOAP - WSDL Slide link https://docs.google.com/a/kmutnb.ac.th/presentation/d/1H-rd0fyKWKFno7Dxb27YRWgilD_uk2SZfFlRAPH7_Ck/edit?usp=sharing Source Code (Github) c++ : https://github.com/pipo07pipo/cppGSOAP java :  https://github.com/soulquiz/JavaWebServiceApp Java Reference https://netbeans.org/kb/docs/websvc/jax-ws.html https://www.java2blog.com/soap-web-service-tutorial/ C++ Reference http://www.soapuser.com/basics1.html http://www.rightsoftcorp.com/?name=news&file=readnews&id=31 https://www.genivia.com/examples/time/index.html Reference https://www.w3schools.com/xml/xml_soap.asp https://www.w3schools.com/xml/xml_wsdl.asp https://www.tutorialspoint.com/wsdl/wsdl_service.htm http://don-jai.com/web-service-description-language-wsdl/