i need a number of web services to check out the composition of web services. can anyone help me in creating web services and their registry
web service creation
Collapse
X
-
Hi Buvanaa,
What is you effort as of for the above issue? Have you done any sort of research / reading?
Please GOOGLE it, there are millions of samples out there. Try it yourself first, post your code here when you get stuck at any specific point.
We will help you to debug you code, in this case i guess it is fair ans square, isn't :) -
This forum is dedicated to helping you with any technical questions that you may have while developing an application. The system design is up to you.
Try writing down what exactly your system has to do in order to check the composition of websites.
Check out this thread for more information on the basic steps you should take to develop your system: how to develop software
-FrinnyComment
-
sir,
i am able to find the web services. but not able to access the services to add semantics to those web services. so i planned to create services and create a own registry. is that possible. now i am trying using C# .Net as platform.
thanks in advance
bhuvanaComment
-
Sure it's possible.
I don't exactly know what you mean by adding semantics to existing web services...but if you implemented another web service, added your semantics and then called the original web service it could work out (depending on what you're trying to do).
-FrinnyComment
Comment