- No operation in WSDL with JBoss 4.2 2007-08-11 - By djohan0817
Back Hello, I was using Jboss 4.0.5 to create webservice in an EJB project with eclipse, it worked just fine, but when I generate the webservice client, it added a "jaws" folder in namespace. That is annoying because if a Webmethod is returning an entity (for ex. EntityExample), it will be a webservice.EntityExample, but in the webservice client, it will be webservice.jaws.EntityExample and therefore casting is not possible. In my wsdl, instead of having <definitions name="WSServerCentral" targetNamespace="http://webservice"> | <import location="http://127.0.0.1:8080/WSServerCentralService /WSServerCentral?wsdl&resource=WSServerCentral_PortType41604.wsdl" namespace= "http://webservice/"/> | ... I was having : <definitions name="WSServerCentral" targetNamespace="http://webservice"> | <import location="http://127.0.0.1:8080/WSServerCentralService /WSServerCentral?wsdl&resource=WSServerCentral_PortType41604.wsdl" namespace= "http://webservice/jaws/"/> | ... When I try to use JBoss 4.2 instead of 4.0.5, in the wsdl I had the right namespace but I had no operation. Could someone tell me why? the same .jar file , when it's in the deploy folder of JBoss 4.0.5 it generates a wsdl with all my operations (webmethod) but with the wrong namespace and when it's in the deploy folder of JBoss 4.2 it generates a wsdl with no operation but the right namespace! I hope that I made myself understood. Thank you in advance
Johan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4073280#4073280
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4073280 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|