Ok, I got a workaround but it is not a real solution:

By default the soap:address in the wsdl file(s) is set to:
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  | 
  | If you want to use Webservice over https and only over https you can not 
let JBoss replace the address for you. You have to set it manually to the 
fqdns-name including protocol scheme:
  | 
  | <soap:address location="https://myserver.sit.fraunhofer.de"/>
  | 
  | Jan

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to