Can I pass in bindings.xjc, so the global rules in the bindings file will be used when JBossWS generates WSDL from source? I am using JAXB for binding.
Or by throwing this file in the path or any specific location could I make the implementation to use this for generating WSDL schema.
I need all the BigDecimal in Java to be extended as nillable type in the generated XSD. I can do this by the @XMLElement annotation on the property. But I want this rule to be applied globally for any Schema generated by the JBoss-WS stack.
Any idea or clarification on whether this is possible or not will be helpful.
Regards,
Srini
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133722#4133722
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133722
Hello there,
This is my first ever attempt to play with Web Services and I need your help.
I've a WSDL web service and I need to consume it in JBoss 4.2.2 GA which comes with JBoss Portal Server 2.6.4.
1. Do I need to generate any Java code from the WSDL? If yes, how should I generate it? any tools?
2. Where should I keep those Java files? Do I need any jar files to compile those java?
3. Do I need to write any XML configuration file to consume it? If yes, how? any samples?
4. Do I need to write any client code? e.g. JSP/Java/servlet to access the web service? Any samples?
Basically, I'm looking for a end-to-end guide to consume a WSDL web service in JBoss.
Thanks for your help.
Regards,
-Amol
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133521#4133521
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133521