[jboss-user] [JBossWS] - NoSuchMethodError in clientside of a jaxws ws

2007-03-24 Thread santhoshitha
Hi, I am using jbossws1.2.0 on jboss as 4.0.5, and jdk 1.6.0. i have a web service that contains methods that accept arrays of custom classes as one of its parameters, and returns an array of strings. in the wsdl generated i see that separate classes are generated for the arrays of the custom ob

[jboss-user] [JBossWS] - Re: ClassCastException - jaxws webservice in jboss1.2.0

2007-03-22 Thread santhoshitha
buddy, thanks a lot. i dint quite figure what the exception was though. the classpath contained some proprietary jars needed for my custom class, which i later moved into the war. my service is deployed successfully now. thanks again, San View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: ClassCastException - jaxws webservice in jboss1.2.0

2007-03-22 Thread santhoshitha
I know that this is something that's got to do with JAXB. how do i get over it? what is it exactly? below is my source code : @WebService( name = "UpdateService", targetNamespace = "http://deshaw.com";, serviceName = "NmUpdateService") @SOAPBinding(style = SOAPBi

[jboss-user] [JBossWS] - ClassCastException - jaxws webservice in jboss1.2.0

2007-03-22 Thread santhoshitha
Hi there! I have posted over a dozen questions in this forum but haven't gotten a reply to even one. I hope atleast this one qualifies for a reply. I am using jbossws 1.2.0 installed in jboss server 4.0.5. i try to deploy a jaxws webservice that consists of methods accepting an array of custom cl

[jboss-user] [JBossWS] - Re: EJB3 and JBossWS (JAXWS), is WSgen even needed for botto

2007-02-26 Thread santhoshitha
hey bk8133, thanks a lot for the last post. without that i wouldn't have known that the issue was with jdk 1.6. i have been trying to deploy my web services(hello worlds) in vain since my java_home was set to jdk 1.6.0 :) i have been in the same situation as u have, evaluating web service stacks

[jboss-user] [JBossWS] - using collections and complex types in web services

2007-02-13 Thread santhoshitha
i am trying to use jax-ws for my web service. i have to invoke a remote method that accepts a java.uitl.List(SecurityAttr is a user defined class) as one of the parameters. i would like guidance in this regard. 1) is it possible to use jax ws for this purpose? if so, how should the complex type

[jboss-user] [JBossWS] - Re: java.util.Map using wstools and generating wsdl

2007-02-13 Thread santhoshitha
this is similar to my post yesterday. it would be nice if someone could tell us how to use jaxws to allow usage of complex types and java collections together. if not an insight into how to handle the wsdl datatypes for complex types and collection classes would also help. its sad that beginner'

[jboss-user] [JBossWS] - Re: trouble using user defined classes and java.util classes

2007-02-10 Thread santhoshitha
could some insider from jbossws development give me any idea please? i am a beginner and am very confused. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014407#4014407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401

[jboss-user] [JBossWS] - trouble using user defined classes and java.util classes in

2007-02-09 Thread santhoshitha
i am trying to use jax-ws for my web service. i have to invoke a remote method that accepts a java.uitl.List(SecurityAttr is a user defined class) as one of the parameters. i would like guidance in this regard. 1) is it possible to use jax ws for this purpose? if so, how should the complex typ

[jboss-user] [Beginners Corner] - newbie doubt in jbossws client stubs

2007-01-04 Thread santhoshitha
I have read that web service clients can use the dynamic proxy, dynamic invocation or static stub invocation methods to use the services. I dont find any samples or documentation illustrating the stub and tie invocation mechanism for jbossws. I am trying to use a standalone java application wh

[jboss-user] [JBossWS] - newbie doubt about jbossws client stubs

2007-01-04 Thread santhoshitha
I have read that web service clients can use the dynamic proxy, dynamic invocation or static stub invocation methods to use the services. I dont find any samples or documentation illustrating the stub and tie invocation mechanism for jbossws. I am trying to use a standalone java application wh

[jboss-user] [JBossWS] - new to jbossws

2006-12-27 Thread santhoshitha
I am new to jbossws and web services in general. I have been able to follow the userguide and get my server side artifacts generated properly(usng wstools) and my deployment in the server is also fine. i am able to obtain the wsdl once the service is deployed successfully on the server, and now,

[jboss-user] [EJB/JBoss] - EJB not bound error

2006-12-19 Thread santhoshitha
hi, i am new to ejb and am trying to deploy a simple session bean ejb application. i have written all src files, ejb-jar.xml and jboss.xml, created a jar file that consists of the class files and the 2 xml files and dropped it into server/default/deploy. i try to connect from a client and get th