[JBoss-user] [JBossWS] - JWSDP 2.0 on JBoss 4.0.3SP1

2006-05-20 Thread hsutarwala
The artifacts produced by JWSDP 2.0 are very different from its 1.6 counterpart when creating a server side web service. There is no jaxrpc-mapping file and the wsdl has a schema that is generated. Also, the Sun specific serializers and stubs are not generated as part of the wsgen task. There is

[JBoss-user] [JBossWS] - JBoss 4.0.3SP1 and JWSDP 2.0

2006-04-25 Thread hsutarwala
I am currently using JBoss AS 4.0.3SP1 and have webservices deployed in production generated using JWSDP 1.6 and it all works like a charm. There are no plans in out production environment to upgrade to JBoss AS 4.0.4 at least in the near future. There are other developers on the team who are m

[JBoss-user] [JBossWS] - Re: JBossWS 1.0

2006-02-15 Thread hsutarwala
Thanks for the reply. Can you provide any timeline on the JBossWS Toolkit that was suppose to be the replacement for wscompile? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923996#3923996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBossWS] - JBossWS 1.0

2006-02-12 Thread hsutarwala
JBossWS 1.0 final version is available but can some documentation be provided on how to download it and then run it? Even better would be a standalone download available to plug in JBoss AS and ready to use. Can you issue a compatibility list of EJB versions and JBoss AS to be used with the new

[JBoss-user] [JBossWS] - Re: org.xml.sax.SAXException: Invalid element

2005-09-20 Thread hsutarwala
Any possibility in the world Thomas that you could have explained a little more what you are trying to say??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895849#3895849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBossWS] - jbossws-samples-4.0.3.zip

2005-09-16 Thread hsutarwala
Can anyone tell me how and from where to download "jbossws-samples-4.0.3.zip"? I have not been able to find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895236#3895236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBossWS] - Re: org.xml.sax.SAXException: Invalid element

2005-09-13 Thread hsutarwala
Is there any help or ideas on this one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894502#3894502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894502 --- SF.Ne

[JBoss-user] [JBossWS] - org.xml.sax.SAXException: Invalid element

2005-09-07 Thread hsutarwala
I used the wscompile toolkit to generate the client stubs to a remote WSDL and then wrote a jUnit test. I have been fighting this error for a week now. When the method to perform work is invoked, the jUnit test throws the following errors: | java.lang.reflect.UndeclaredThrowableException |

[JBoss-user] [JBossWS] - jboss-client.xml

2005-08-31 Thread hsutarwala
In the WSDOCStepByStepClient an artifact with name jboss-client.xml is created. Where does this file end up? application-client.xml and jaxrpc-mapping-client.xml are created too, where do these end up? View the original post : http://locahost:8080/index.html?module=bb&op=viewtopic&p=3892507#389

[JBoss-user] [JBossWS] - Cannot load wsdl file 'USE_JBOSS_CLIENT_XML_OVERRIDE'

2005-08-31 Thread hsutarwala
javax.naming.NamingException: Cannot load wsdl file 'USE_JBOSS_CLIENT_XML_OVERRIDE' from: file:/C:/java/jboss/jboss-4.0.3RC2/server/default/tmp/deploy/tmp18989webservices-calculatetax-1.0.jar at org.jboss.webservice.client.ServiceObjectFactory.getObjectInstance(ServiceObjectFactory.java:

[JBoss-user] [JBossWS] - Re: JNDI Lookup not returning 'javax.xml.rpc.Service'

2005-08-18 Thread hsutarwala
I am getting a ClassCastException:javax.naming.reference I am following the WSDocClientStepByStep Tutorial and am getting the above error when I try to iniCtx.lookup("java:comp/env/service/XXX") All help is appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JBossWS] - Re: JNDI Lookup not returning 'javax.xml.rpc.Service'

2005-08-18 Thread hsutarwala
Thomas, Yes the problem was that the required jars were not in my Classpath, I have been in the habit in the past of waiting for ClassNotFoundExceptions and then adding the required jars as required. Thanks for your help. From, Darran Darran or Thomas Which jars are you referring to here?? Hu

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-08-11 Thread hsutarwala
Thanks Tom for pointing me to the tutorials. Well I am following the same examples but "there is no instructions on how to package a WS client" and that is what I am looking for? There are no instructions in the WS client for Doc/literal tutorial. View the original post : http://www.jboss.org/

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-08-10 Thread hsutarwala
Nobody has an answer to this? I doubt. Can somebody from the JBossWS team answer this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889318#3889318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889318 -

[JBoss-user] [JBossWS] - Re: JNDI Lookup not returning 'javax.xml.rpc.Service'

2005-08-09 Thread hsutarwala
I would like to know the ear structure for deployement of a Document Literal WS client. The tutorial does not indicate how the deployment artifact should be packaged. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889130#3889130 Reply to the post : http://w

[JBoss-user] [JBoss Getting Started Documentation] - Re: use an EJB as client of a web service

2005-08-09 Thread hsutarwala
I am trying to build a client using WSDocClientStepbyStep and ran across the same error. Any help will be appreciated. javax.naming.NameNotFoundException: ws4ee-client not bound at org.jnp.server.NamingServer.getBinding (NamingServer.java:495) at org.jnp.server.NamingServer.getBinding(NamingSer

[JBoss-user] [JBossWS] - ws4ee-client not bound

2005-08-09 Thread hsutarwala
I am getting ws4ee-client not bound error when I try to test the WSDOCClientStepByStep tutorial. I believe I am not packaging the deployment artifact correctly. I would like to know the structure for deployment of a Document Literal WS client. The tutorial does not indicate how the deployment ar

[JBoss-user] [Installation & Configuration] - servlet-api.jar equivalent in JBoss 4.0.0

2004-11-08 Thread hsutarwala
Does anybody know the servlet-api.jar equivalent in JBoss 4.0.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854380#3854380 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854380