Bug 1080321
| Summary: | wsp:Optional isn't adhered to for WS-RM policy in WSDL | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Tadayoshi Sato <tasato> | ||||
| Component: | Web Services | Assignee: | Alessio Soldano <asoldano> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Rostislav Svoboda <rsvoboda> | ||||
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | high | ||||||
| Version: | 6.2.0 | ||||||
| Target Milestone: | ER10 | ||||||
| Target Release: | EAP 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 14:34:42 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: | |||||||
| Attachments: |
|
||||||
|
Description
Tadayoshi Sato
2014-03-25 07:35:52 UTC
Jim Ma <ema> updated the status of jira JBWS-3777 to Resolved Verified on EAP 6.3.0 ER10 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:helloResponse xmlns:ns2="http://ws.samples.redhat.com/"> <return>Hello, Rosta!</return> </ns2:helloResponse> </soap:Body> </soap:Envelope> EAP 6.2.0 GA <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>WS-Addressing is required by this endpoint.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> |