Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1016598

Summary: Add comments to modify-wsdl-address and wsdl-host elements in jboss-as-webservices_1_2.xsd
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Rostislav Svoboda <rsvoboda>
Component: Web ServicesAssignee: Rebecca Searls <rsearls>
Status: CLOSED CURRENTRELEASE QA Contact: Rostislav Svoboda <rsvoboda>
Severity: low Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: asoldano, brian.stansberry, rsearls
Target Milestone: CR1   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:19:45 UTC 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:

Description Rostislav Svoboda 2013-10-08 11:39:05 UTC
Please add comments to modify-wsdl-address and wsdl-host elements in jboss-as-webservices_1_2.xsd -- jboss-eap-6.2/docs/schema/jboss-as-webservices_1_2.xsd

Current status:
...
<xs:element name="modify-wsdl-address" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="wsdl-host" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="wsdl-port" type="xs:int" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>

    Set this property to explicitly define the HTTP port that will be used 
    for rewriting the SOAP address.
    Otherwise the HTTP port will be identified by querying the list of installed 
    HTTP connectors.

    </xs:documentation>
  </xs:annotation>
</xs:element>
...

Comment 2 Rostislav Svoboda 2013-11-06 07:56:51 UTC
Rebecca or Alessio, please grant dev_ack.

Comment 4 Rostislav Svoboda 2013-11-11 11:28:16 UTC
This issue was verified using the 6.2.0.CR1 preview bits.