[
https://issues.jboss.org/browse/JBIDE-13527?page=com.atlassian.jira.plugi...
]
Brian Fitzpatrick commented on JBIDE-13527:
-------------------------------------------
Ok, I have it working where it generates this as the sample message:
{code}
<?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:Header>
</soap:Header>
<soap:Body>
<type:Register
xmlns:type="http://types.complex.jaxws.ws.test.jboss.org/">
<comp:Customer
xmlns:comp="http://complex.jaxws.ws.test.jboss.org/">
<comp:address>
<city>?</city>
<state>?</state>
<street>?</street>
<zip>?</zip>
</comp:address>
<!-- optional -->
<comp:contactNumbers>
<areaCode>?</areaCode>
<exchange>?</exchange>
<line>?</line>
</comp:contactNumbers>
<id/><comp:name>
<firstName>?</firstName>
<lastName>?</lastName>
<middleName>?</middleName>
</comp:name>
<!-- optional -->
<comp:referredCustomers>
</comp:referredCustomers>
</comp:Customer>
<When>?</When>
</type:Register>
</soap:Body>
</soap:Envelope>
{code}
[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
Reporter: Alessio Soldano
Assignee: Brian Fitzpatrick
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