[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8770) [tester] Provide sample input for wsdls with SOAP header definition

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Apr 21 11:31:18 EDT 2011


[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
         Attachments: parts.wsdl

-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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list