[jbosstools-issues] [JBoss JIRA] (JBIDE-13527) [tester] freeze parsing wsdl

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Jun 6 10:52:55 EDT 2013


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

Alessio Soldano commented on JBIDE-13527:
-----------------------------------------

To get the namespace of the service, you need to look at the 'name' attribute of the wsdl:service elements. In there, unless a specific namespace prefix is specified, the target namespace of wsdl applies. So, either get the 'targetNamespace' attribute of wsdl:definitions element or the xmlns:xyz attribute for the xyz prefix you might have found.
                
> [tester] freeze parsing wsdl
> ----------------------------
>
>                 Key: JBIDE-13527
>                 URL: https://issues.jboss.org/browse/JBIDE-13527
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.2.Final
>            Reporter: Alessio Soldano
>            Assignee: Brian Fitzpatrick
>              Labels: new_and_noteworthy
>             Fix For: 4.1.0.Beta1
>
>         Attachments: jaxws-complex.war, threaddump.txt
>
>
> JBT freezes when the ws tester is used to consume the wsdl contract for the jaxws-complex.war test deployment of JBossWS testsuite.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list