Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 94118 invoked from network); 8 Nov 2009 01:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 01:26:55 -0000 Received: (qmail 16625 invoked by uid 500); 8 Nov 2009 01:26:54 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 16573 invoked by uid 500); 8 Nov 2009 01:26:54 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 16563 invoked by uid 99); 8 Nov 2009 01:26:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 01:26:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 01:26:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C29B234C045 for ; Sat, 7 Nov 2009 17:26:32 -0800 (PST) Message-ID: <1192214532.1257643592362.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 01:26:32 +0000 (UTC) From: "Suneet Shah (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2528) Problem creating a JAXWS Client with Schema Validation In-Reply-To: <76994892.1257643472383.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneet Shah updated CXF-2528: ----------------------------- Attachment: ExampleConnectorService.xml WSDL for the service in question > 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 > Attachments: ExampleConnectorService.xml > > > 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.