Iam new to web services. what exactly we've to do to create a web service in java. from whatever i understand, i got it like we can have any java cla like java bean,ejb etc.. as web service. is that true or am i missing a point. please somebody throw some light on this
thanks in advance.
James Kwan
Ranch Hand
Joined: Dec 06, 2001
Posts: 51
posted
0
I am new to Web Services also. I've played around using Apache Axis which allowed me to create some sample web services quickly. You can basically create a java class and plug it into axis to begin using it. There are tools such as the wsdl2java which allows you to create the stubs for the client to connect to your web service once you generate the wsdl. I found the Apache Axis documentation helpful if you want to start playing with implementing web services. Their website is http://xml.apache.org/axis/index.html -James SCJP,SCJD,SCWCD