Bug 828305

Summary: Jboss ESB expose as web service using SOAP over HTTPs
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Ravi <ravi.evani>
Component: JBossESBAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 5.2.0 GACC: soa-p-jira, wsiqueir
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
wsAdapter.esb
none
server.xml none

Description Ravi 2012-06-04 14:24:50 UTC
Created attachment 589169 [details]
wsAdapter.esb

Description of problem:
Unable to expose JBoss ESB as webservice using SOAP over HTTPs

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.add the below content to server.xml
==================================================================
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keyAlias="webservice_proxy_security"
               keystoreFile="D:/JBossLab/Jboss_SOA_1/jboss-soa-p-5/jboss-as/samples/quickstarts/webservice_proxy_security/build/webservice_proxy_security.keystore"
               keystorePass="webservice_proxy_security_pass"
               truststoreFile="D:/JBossLab/Jboss_SOA_1/jboss-soa-p-5/jboss-as/samples/quickstarts/webservice_proxy_security/build/webservice_proxy_security.keystore"
               truststorePass="webservice_proxy_security_pass"
               />
      <Engine name="jboss.web" defaultHost="localhost">
======================================================================
Or replace the server.xml in '\jboss-soa-p-5\jboss-as\server\default\deploy\jbossweb.sar' with the attached one.
2.Deploy the attached esb file
3. check the wsdl created in jboss-soa-p-5\jboss-as\server\default\data\wsdl\wsAdapter
  
Actual results:
The end point is shown like
http://localhost:8080/wsAdapter/ebws/webServiceConsumeCat1/webServiceConsume1


Expected results:
The end point to be created on
The end point is shown like
https://localhost:8443/wsAdapter/ebws/webServiceConsumeCat1/webServiceConsume1


Additional info:

Comment 1 Ravi 2012-06-04 14:26:04 UTC
Created attachment 589171 [details]
server.xml