-
Bug
-
Resolution: Done
-
Blocker
-
jbossws-1.0.1
-
None
tdiesler@TDDELL /cygdrive/d/projects/jboss-head/testsuite
$ ant -Dtest=org.jboss.test.webservice.jbws349.JBWS349TestCase one-test
one-test:
[junit] Running org.jboss.test.webservice.jbws349.JBWS349TestCase
[junit] Tests run: 3, Failures: 0, Errors: 2, Time elapsed: 13.359 sec
[junit] Test org.jboss.test.webservice.jbws349.JBWS349TestCase FAILED
The message sent by the client is
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:event xmlns:ns1='http://siterefresh.refreshsoftware.com/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<id>id</id>
</ns1:event>
</env:Body>
</env:Envelope>
but should be
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:event xsi:type="ns1:AssetCreate" xmlns:ns1='http://siterefresh.refreshsoftware.com/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<id>id</id>
</ns1:event>
</env:Body>
</env:Envelope>
- relates to
-
JBWS-349 Polymorphism in parameter and return types
- Closed