[jboss-user] [JBossWS] - Re: Can a webservice have a constructor?

shoeb1981 do-not-reply at jboss.com
Wed Jan 9 07:26:32 EST 2008


As far as I know, web services are not like the objects you have in java/c++. Web services are actually functions/methods that you expose over web. They are not mean to be used the way you are talking.

Why don't you send all the values in one call to web services. AFAIK, web services don't maintain the conversation state (they are designed that way), and it is always a good practice to reduce number of remote calls otherwise you'll overload the network bandwidth.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118228#4118228

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118228



More information about the jboss-user mailing list