QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Namespace missing for types defined in another file #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create a SoapUI mock service with the attached wsdl
2. Compile the code
3. Run the client

What is the expected output? What do you see instead?

The expected request should have foo_attr in the namespace http://foons:

<ns0:fooMethod xmlns:ns0="http://foons">
    <ns0:foo_attr>123</ns0:foo_attr>
    <ns0:type>0</ns0:type>
</ns0:fooMethod>

Instead the request is formed like this

<ns0:fooMethod xmlns:ns0="http://foons">
    <foo_attr>123</foo_attr>
    <ns0:type>0</ns0:type>
</ns0:fooMethod>

Original issue reported on code.google.com by alexmantaut on 4 Jul 2013 at 1:59

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alexmantaut on 4 Jul 2013 at 2:02

GoogleCodeExporter commented 9 years ago
Really, this problem is related to simple types.

Original comment by loentar on 24 Jul 2013 at 8:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r783.

Original comment by loentar on 24 Jul 2013 at 8:35