Hi Community,
I am trying to create and consumed a simple soap based webservice which i got from some source for practicing purpose.
The steps i followed to create a service is.
1.First i created a class
2.I have created a service
3.Then a service group.
And i had set all the properties and code in the class accordingly
In the class ,there is a getCustomerNames() through which i can get the names of the customer.
What my doubt is that ,Now i want to consume the soap service and print the names of the customers in the console window.
Can anyone tell me the step by step process to consume the service?
Thanks in advance