[jboss-user] [JBossWS] - WSDL generation: use="literal" is generated instead of use"e

mimi_tan1985 do-not-reply at jboss.com
Sun Oct 12 23:50:11 EDT 2008


Hi all, 
In our code we need to use "encoded" as the SOAPBinding style. Everytime the jboss is started, it generate a wsdl file in the directory: JBOSS_HOME/server/default/data/wsdl/xxxx.jar/xxxx.wsdl.
The generated wsdl is always:
<input>
  | <soap:body namespace="http://xxxx.xxx.com/" use="literal"/>
  | </input>

which made the application doesn't run well because it should be like this instead:
<input>
  | <soap:body namespace="http://xxxx.xxx.com" use="encoded"/>
  | </input>

Is there a way to fix this problem? Because everytime the jboss is restarted, the generated wsdl need to be changed from literal into encoded which is a little annoying in the deployment process.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181734



More information about the jboss-user mailing list