Problem creating a JAXWS Client with Schema Validation
-------------------------------------------------------
Key: CXF-2528
URL: https://issues.apache.org/jira/browse/CXF-2528
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.2.4
Environment: Vista - Java 1.6
Reporter: Suneet Shah
I am trying to create a client to consume a service that I built using CXF.
However, I am running into the exception below where it can't find the Port. I
have attached my wsdl.
I have tried two different ways to build the client. One is based on the code
that I saw from wsdl2java and the other using jaxwsfactory. If I leave out the
wsdl location, I get serialization errors, but only if schema validation is
turned on. If schema validation is off, then there are no issues, but I can see
that the request does not match the wsdl.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.