-
Feature Request
-
Resolution: Won't Do
-
Major
-
jbossws-native-3.0.2
-
Compatibility/Configuration
jbossws doesn't seem to support inline multireferences from soap 1.2 while consuming webservices from other enviroments (php for example)
result like:
<item>
<name>item1</name>
<product enc:id="ref1">
<name>product1</name>
</product>
</item>
<item>
<name>item2</name>
<product enc:ref="#ref1"/>
</item>
is unmarshaled with item2 object with product object filled with null's
- is duplicated by
-
JBWS-2655 no soap 1.2 inline multireferences support
-
- Closed
-