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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed May 4 15:54:20 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599931#comment-12599931 ] 

Brian Fitzpatrick commented on JBIDE-8770:
------------------------------------------

I believe we actually have this fixed via the patches associated with JBDS-1602. Will wait to deliver until 3.2.x stream is unfrozen from M1.

> [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