"Steven E. Harris" <[EMAIL PROTECTED]> writes:

> ,----
> | Woden[Fatal Error],0:0,WSDL501,Expected a
> "{http://www.w3.org/ns/wsdl}description"; element,
> but found a "{http://www.w3.org/2006/01/wsdl}description"; element instead.

Here's the culprit¹:

,----
| package org.apache.woden.internal.wsdl20;
| 
| // ...
| 
| public class Constants
| {
|     // Namespace URIs.
|     public static final String NS_URI_WSDL20 =
|         "http://www.w3.org/ns/wsdl";;
`----

It looks like the proper namespace is present in Woden's source in
some of the branches, but their mainline/trunk has the wrong constant
as quoted above. Did we pick up a new version of Woden that's maybe
built off the wrong branch?


Footnotes: 
¹ 
http://svn.apache.org/viewvc/incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/Constants.java?view=markup

-- 
Steven E. Harris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to