Hi Steve,

The WSDL 2.0 working group changed the namespace as the Spec was moving to
PR. The 2006/01 was replaced with ns. You will have to update your WSDL for
it to be valid. The Woden trunk has the updated constant which is the
correct one.

Thanks,
Keith


On 4/5/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:

"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]




--
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/

Reply via email to