Is there a way to change <soap:binding> "transport" attribute in WSDL published by SOAPProxy in SOA-P 5 ?
Issue
- We recently modified our JBoss server configuration to only run on HTTPS. All ESB's services are configured with
http-providerwith ahttp-busCONFIDENTIAL. - When making a SOAP proxy to an underlying service using the out-of-the-box
SOAPProxyaction that is with HTTPS URL, we are seeing an issue that the WSDL generated is havinghttpsin soap binding:
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/https" />
- And when the clients are trying to generate the client it is failing.
- Is there a property that can be set to not change that to
https?
Environment
- Red Hat JBoss SOA Platform (SOA-P) 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.