[jboss-user] [JBossWS] - Re: artifacts from wsconsume serializable?

2008-07-24 Thread dmitry.kudrenko
Use binding file to generate serializable artifacts:

1. create the file, for example, jaxb-bindings.xml


http://www.w3.org/2001/XMLSchema"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"; 
elementFormDefault="qualified" attributeFormDefault="unqualified"
jaxb:extensionBindingPrefixes="xjc" jaxb:version="1.0">











2. Use -b key to specify binding file for wsconsume. Unfortunately, this key 
didn't work for me with wsconsume. It is why I used JAX-WS wsimport instead of 
wsconsume. It generates the same code but binding works and it has maven plugin 
to work with.

Hope this information will help you.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: artifacts from wsconsume serializable?

2008-07-10 Thread dmitry.kudrenko
Hello, I think it should be supported based on bossws-native-3.0.2.GA change 
log. I didn't notice your post and created the similar:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138784

Unfortunately, no answers.

Based on Feature Request:
* [JBWS-1278] - WSDL To Java, add a configuration option so all generated types 
can implement java.io.Serializable

Look to the jira thread for details:
http://jira.jboss.org/jira/browse/JBWS-1278

Really, I don't understand how to generate serialisable artifacts by wsdl and 
which tool you for this. Please, let me know if you have a progress with this. 
Thank you for any help.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163522
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user