Hi,
I have implemented server side with one thread per each service. Now, i want to get all these services into one thread and listening on the same port.
Is it possible since the soap instance is not shared by the services? If possible, can you provide a small example?
Thanks,