gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Bugs-449 ] WSDL schema : Errror Namespaces with


From: noreply
Subject: [Gforge-devel] [ gforge-Bugs-449 ] WSDL schema : Errror Namespaces with gsoap
Date: Sun, 20 Jul 2003 16:50:47 -0500

Bugs item #449, was opened at 2003-07-20 23:50
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=449&group_id=1

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: James Michael DuPont (mdupont)
Assigned to: Nobody (None)
Summary: WSDL schema : Errror Namespaces with gsoap

Initial Comment:
The wsdl has things like this  :
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
targetNamespace="http://gforge.org/";><xsd:complexType
name="ArrayOfstring">

This is strange, because it uses xsd, that is defined
in the parent, this node does not define xsd. Now the
gsoap parser complains about the wsdl. If I remove the
xsd from the names like this :

   <schema 
      xmlns="http://www.w3.org/2001/XMLSchema"; 
      targetNamespace="http://gforge.org/";>
    <complexType name="ArrayOfstring">

then it is happy


----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=449&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]