[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-27 Thread itrahulsoni
Hi, I have developed the same thing for that means I have developed example that you have stated but still get the error that if i am returning the void then it will works fine with my client but when I am developing the service that return the type Int than it will throws the error. I have do

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-27 Thread itrahulsoni
hi did not get the location where can i found that i donot get that anywhere. please help me where i can found the example you have stated. Please give me the link. Thanks for yr replies. Rahul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089184#4089184 Rep

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-26 Thread itrahulsoni
I have refer that and done the simple rpc style endpoint example and i came to the same problem as I have described earlier that when my method in the webservice return any types that means String or Int it will throw me the errors while I am doing same thing with the return type void then every

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-21 Thread itrahulsoni
sorry, I didn't get what you mean to say??? how can we regenerate the stuffs. what can i do for that ??? I am a new bie for the webservice. so can you please tell me how to do that regenerate the stuffs? what can i do for that?? as i have said I am using Ant to use the wstools

[jboss-user] [JBossWS] - could not find deserializer

2007-09-19 Thread itrahulsoni
HI, All Tools I have used: JBoss 4.0.5GA wstools shiped with this server Ant 1.6.5 I am developing webservice using the wstools that is shiped with the {JBoss_home}/bin directory I have created simple service that will make addition of two numbers I have created wsto

[jboss-user] [JBossWS] - Re: please help; could not find deserializer

2007-09-18 Thread itrahulsoni
Hi I have the same problem I have done that using the wstools ant task and not able to foung how to add this mapping and package up it in the war file so my deserialize error is removed. so what to do please help me out. Tools I am using : JBoss 4.0.5 GA and wstools for the same version

[jboss-user] [JBossWS] - Port does not contain operation meta data for: operationName

2007-09-14 Thread itrahulsoni
I have created One webservice using the JBossws tool Tools I am using : JBoss 4.0.5 GA Application Server JBossws Class and Ant to build and deploy the webservice on the AppServer Interface is: import java.rmi.Remote; import java.rmi.RemoteException; public interface math extends Remote {

[jboss-user] [JBossWS] - Re: JBoss wstool generate incorrect WSDL file

2007-09-07 Thread itrahulsoni
Hi There I want to know that how you have developed this webservice. I am new to webservice and try to deveop webservice for the JBoss using Ant. what tools I have need for that and how should I do that I know that I have to create war file using the ant task and then after I have to deploy that o