[jboss-user] [JBossWS] - Receiving Compressed WebService Requests

2009-02-11 Thread hannes.koller
Hi, I have built a simple JAX-WS WebService (on JBoss 4.2.3.GA) which is supposed to receive a rather large data structure from clients. In order to speed up the transmission I would like the clients of my service to use http compressed requests. I have tried using SoapUI to test the service.

[jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a

2007-08-22 Thread hannes.koller
I think this might be related to this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110260 As it seems this was a bug (http://jira.jboss.org/jira/browse/JBWS-1702) and hopefully should be fixed in JBossWS 2.0.0.GA View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-06-22 Thread hannes.koller
Here are the generated XML fragments (read from the JBoss log): Incorrect Behavior (B Transmitted) | http://echo/";> | http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true"/> | | 1 | 2 | | | Correct Behavior(C Transmitted) | http:/

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-06-22 Thread hannes.koller
Ok I have managed to create a simple example of the behavior. Please note that I am pretty new to webservices and JBossWS (started using it a few days ago) so sorry if something is overly complicated. Feedback is highly appreciated. I am using JBoss 4.2.0.GA and java version "1.5.0_08" I start

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-06-21 Thread hannes.koller
Hmm interesting. As I said I started with a wsdl file and used wsconsume to create the Java Classes and annotations. I have not touched the Java classes or the ObjectFactory manually. When I find the time I will try to create a complete, minimal example. View the original post : http://www.

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-06-21 Thread hannes.koller
I tried to post this in JIRA but it told me I dont have permission to comment on the issue so here it goes: I am experiencing the same problem described by original Reporter: Subclass information gets lost when the SOAP message is createdbut not always.. if the class contains a variable