[
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.