[
https://issues.jboss.org/browse/JBIDE-8770?page=com.atlassian.jira.plugin...
]
Isaac Rooskov updated JBIDE-8770:
---------------------------------
Release Notes Docs Status: Documented as Feature Request
Writer: irooskov
Release Notes Text: Web Services Tester sample input is now provided for WSDLs,
and includes SOAP header definition.
[tester] Provide sample input for wsdls with SOAP header definition
-------------------------------------------------------------------
Key: JBIDE-8770
URL:
https://issues.jboss.org/browse/JBIDE-8770
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.Final
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Labels: new_and_noteworthy
Fix For: 3.2.1.CR1, 3.3.0.Beta3
Attachments: parts.wsdl
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
-have attached WSDL
-load it into web service tester
=> generated sample message is:
<?xml version="1.0" encoding="utf-8" standalone="yes"
?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
<soap:Body>
<minusOperation xmlns = "http://www.example.org/ws/">
<parameters>?</parameters>
<header>?</header>
</soap:Body>
</soap:Envelope>
but should be (or should be equivalent to):
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:squ="http://www.example.org/ws/square/"
xmlns:bas="http://www.example.org/ws/basic/">
<soapenv:Header>
<squ:storeHeader>
<id>?</id>
<timestamp>?</timestamp>
</squ:storeHeader>
</soapenv:Header>
<soapenv:Body>
<bas:operationRequest>
<a>?</a>
<b>?</b>
</bas:operationRequest>
</soapenv:Body>
</soapenv:Envelope>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira