users@jax-rpc.java.net

RE: wscompile error: Processing Instruction target names must be unqualified. Please Respond.

From: Anne Thomas Manes <anne_at_manes.net>
Date: Tue, 14 Dec 2004 18:45:17 -0500

You don't have a closing tag on your schema statement:
 
      <xsd:schema elementFormDefault="qualified"
            targetNamespace="http://hello.org/wsdl/CViabilidad"
            xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
should be
 
      <xsd:schema elementFormDefault="qualified"
            targetNamespace="http://hello.org/wsdl/CViabilidad"
            xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" >
 
 
  _____

From: Ricardo De la Rosa [mailto:rdelarosa_at_heinsohn.com.co]
Sent: Tuesday, December 07, 2004 12:28 PM
To: users_at_jax-rpc.dev.java.net
Cc: rdelarosa_at_heinsohn.com
Subject: wscompile error: Processing Instruction target names must be
unqualified. Please Respond.
 
Hi,
 
I am using SUN ONE AppServer 7 and JWSDP v1.5
 
When I execute: asant wscompile-client
The next error is displayed:
 
wscompile-client:
     [echo] Running wscompile for the client:
     [java] error: modeler error: failed to parse document at
"file:/opt/SUNWappserver7/samples/webservices/jaxrpc/cviabilidad/src/CViabil
idad.wsdl": org.xml.sax.SAXParseException: Processing Instruction target
names must be unqualified.
     [java] Java Result: 1
The web service offers a method that returns a bean with 3 atributes.
I attach the WSDL file.
 
Does any body knows what is happening HERE ?
 
Thanks in advance.
 
Ricardo