SOAP - Simple Object Access Protocol This is the GitHub URL of developed project for soap API. https://github.com/LahiruPriyankara/soapOne 01.Introduction SOAP Soap is a xml format that is used to encored and decoded different massages. When we think about a soap web service it is transfer as soap massage over the network. WSDL - Web service Description Language Web service descripting language. It describe about web service in a XML format which every language can understand. Web service එක කොහෙද තියෙන්නේ , end point එකේ method මොනාද , arguments මොනාද , return type මොනාදවගේ විස්තර . UDDI webservice එක පිළිබද detail ගන්න පුළුවන් directory තමා UDDI – universal description discovery interface කියන්නේ. (JNDI ? ).It is a directory where any publisher can publish their web services and customer can query this directory and get access all services. 02. SEI – Service Endpoint Interface SEI SEI is an interface to service end point interface. Th...