Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68427 invoked from network); 30 Aug 2004 21:46:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Aug 2004 21:46:47 -0000 Received: (qmail 83847 invoked by uid 500); 30 Aug 2004 21:46:43 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 83819 invoked by uid 500); 30 Aug 2004 21:46:42 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 83810 invoked by uid 99); 30 Aug 2004 21:46:42 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [12.158.35.211] (HELO psmtp.com) (12.158.35.211) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 30 Aug 2004 14:46:40 -0700 Received: from source ([192.150.22.7]) by exprod6ob1.obsmtp.com ([12.158.35.250]) with SMTP; Mon, 30 Aug 2004 14:46:36 PDT Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-7.sea.adobe.com (8.12.10/8.12.10) with ESMTP id i7ULkaNf020136 for ; Mon, 30 Aug 2004 14:46:36 -0700 (PDT) Received: from calsj-dev (calsj-dev.corp.adobe.com [153.32.1.193]) by inner-relay-3.corp.adobe.com (8.12.9/8.12.9) with ESMTP id i7ULkZks018988 for ; Mon, 30 Aug 2004 14:46:36 -0700 (PDT) Received: from sviswanaxp (c-158-187.corp.adobe.com [153.32.158.187]) by mailsj-v1.corp.adobe.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3A0013N4HNTR@mailsj-v1.corp.adobe.com> for axis-dev@ws.apache.org; Mon, 30 Aug 2004 14:46:35 -0700 (PDT) Date: Mon, 30 Aug 2004 14:46:42 -0700 From: Sanga Viswanathan Subject: WSI compliance test fails because of a schema import statement To: axis-dev@ws.apache.org Message-id: <008b01c48eda$d6a6b200$0ab3f882@sviswanaxp> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook, Build 10.0.5709 Content-type: multipart/alternative; boundary="Boundary_(ID_ythUVZxOaQBq3YGAcSZ1/w)" Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --Boundary_(ID_ythUVZxOaQBq3YGAcSZ1/w) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT The WSDL that gets generated by Axis 1.2beta3, has a schema which imports the lang.java namespace. This namespace is actually not even being referenced anywhere in the WSDL itself. I think its getting imported because of the Exception class that my methods throw. Anyways, can anyone tell me how I could get rid of this import statement. The WSI compliance error that I am getting is as follows Assertion: WSI2102 Result failed Failure Message An XML schema import element references something other than an XML schema definition: the referenced element does not have "schema" from XML namespace "http://www.w3.org/2001/XMLSchema" as root element. Failure Detail Message http://lang.java Element Location: lineNumber=5 thanks Sanga --Boundary_(ID_ythUVZxOaQBq3YGAcSZ1/w) Content-type: text/html; charset=us-ascii Content-transfer-encoding: 7BIT Message
The WSDL that gets generated by Axis 1.2beta3, has a schema which imports the lang.java namespace.
<import namespace="http://lang.java" />
 
This namespace is actually not even being referenced anywhere in the WSDL itself. I think its getting imported because of the Exception class that my methods throw.
Anyways, can anyone tell me how I could get rid of this import statement.
 
The WSI compliance error that I am getting is as follows

Assertion: WSI2102
Result failed
Failure Message An XML schema import element references something other than an XML schema definition: the referenced element does not have "schema" from XML namespace "http://www.w3.org/2001/XMLSchema" as root element.
Failure Detail Message http://lang.java
 
Element Location:  lineNumber=5
 
thanks
Sanga
 
 
 
 
--Boundary_(ID_ythUVZxOaQBq3YGAcSZ1/w)--