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

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Wed Jun 8 05:22:59 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Jungmann closed JBIDE-8770.
---------------------------------



v. in JBoss WebServices Tools Version: 1.1.0.v20110607-2156-H318-M2

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

        


More information about the jbosstools-issues mailing list