You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dan Connelly (JIRA)" <ji...@apache.org> on 2007/10/19 15:19:51 UTC

[jira] Created: (CXF-1122) DynamicClientFactory xsd:any sub-element No

DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
-----------------------------------------------------------------------------------------------------------------

                 Key: CXF-1122
                 URL: https://issues.apache.org/jira/browse/CXF-1122
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.2
         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
            Reporter: Dan Connelly


wsdl2java generates singleton xsd:any sub-element as inner class on server-side.

DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.

I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1122) DynamicClientFactory xsd:any sub-element No

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Connelly updated CXF-1122:
------------------------------

    Attachment: My_EFileService_Client.java

Generate server-side using wsdl2java -all.

Modify the URI address in org.streamlinedsalestax.efile.EFileServiceSoap_EFileServiceSoap_Server.java.

Use this address:   "http://localhost:6980/efile/EFileService"

Then run this attachment as the client driver code.

Observe if the client created successfully from the server-supplied WSDL.   The failure comes before any invocation of the service.

Of course, the server is used in this test procedure because invocation will eventually be tested.

For simplicity, this client driver may be modified so as to get the WSDL from a file URI.

> DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1122
>                 URL: https://issues.apache.org/jira/browse/CXF-1122
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>         Attachments: efile.wsdl, My_EFileService_Client.java
>
>
> wsdl2java generates singleton xsd:any sub-element as inner class on server-side.
> DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.
> I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1122) DynamicClientFactory xsd:any sub-element No

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Connelly updated CXF-1122:
------------------------------

    Attachment: efile.wsdl

This WSDL is published by Streamlined Sales Tax Governing Board, Inc.

It is publicly available to implementors.   However, I cannot grant license to ASF for inclusion.

http://streamlinedsalestax.org/Technology/EFileService-1.0.1.wsdl

> DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1122
>                 URL: https://issues.apache.org/jira/browse/CXF-1122
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>         Attachments: efile.wsdl
>
>
> wsdl2java generates singleton xsd:any sub-element as inner class on server-side.
> DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.
> I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-1122) DynamicClientFactory xsd:any sub-element No

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1122:
--------------------------------

    Assignee: Daniel Kulp

> DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1122
>                 URL: https://issues.apache.org/jira/browse/CXF-1122
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>            Assignee: Daniel Kulp
>         Attachments: DirectTest_EFileService_Client.java, efile.wsdl, My_EFileService_Client.java
>
>
> wsdl2java generates singleton xsd:any sub-element as inner class on server-side.
> DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.
> I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1122) DynamicClientFactory xsd:any sub-element No

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1122.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3

> DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1122
>                 URL: https://issues.apache.org/jira/browse/CXF-1122
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>            Assignee: Daniel Kulp
>             Fix For: 2.0.3
>
>         Attachments: DirectTest_EFileService_Client.java, efile.wsdl, My_EFileService_Client.java
>
>
> wsdl2java generates singleton xsd:any sub-element as inner class on server-side.
> DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.
> I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1122) DynamicClientFactory xsd:any sub-element No

Posted by "Dan Connelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Connelly updated CXF-1122:
------------------------------

    Attachment: DirectTest_EFileService_Client.java

Here is the direct test against the published WSDL.

Just run this code for a simpler test.   Ignore the 2 previous attachments.

There is no need to generate the server-side to see the failfure.

> DynamicClientFactory xsd:any sub-element No
DynamicClientFactory: no compiled schema element could be found ....
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1122
>                 URL: https://issues.apache.org/jira/browse/CXF-1122
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.2
>         Environment: Suse Linux 9.2, Sun Java 1.5, Eclipse 3.3
>            Reporter: Dan Connelly
>         Attachments: DirectTest_EFileService_Client.java, efile.wsdl, My_EFileService_Client.java
>
>
> wsdl2java generates singleton xsd:any sub-element as inner class on server-side.
> DynamicClientFactory fails due to not seeing this inner class during client-side dynamic generation.
> I will attach wsdl and client driver code for test case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.