You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Computer Learning Inst <cl...@yahoo.com> on 2011/10/21 19:32:34 UTC

org.apache.woden and jUDDI's WSDL 1.1 files

Hello!

A quick question.


Reference: jUDDI version 3.1.0
==> The WSDLs are 1.1. [Is there a way we can generate "2.0" WSDLs?]


We are using another Apache product "Woden" -- we need to parse WSDLs, for ex - http://localhost:8080/juddiv3/services/inquiry?wsdl, for our requirements.  However we run into an exception:


Oct 21, 2011 9:11:12 AM org.apache.woden.internal.ErrorHandlerImpl fatalError
SEVERE: Woden[Fatal Error],0:0,WSDL514,It appears as though you are trying to parse a WSDL 1.1 document but Woden is a WSDL 2.0 parser.
Exception in thread "main" WSDLException: faultCode=INVALID_WSDL: Fatal WSDL error:
.
.
.


Thanks.


Re: org.apache.woden and jUDDI's WSDL 1.1 files

Posted by Kurt T Stam <ku...@gmail.com>.
Sorry, not much we can do there. The WSDLs are part of the UDDI 
specification. I would suggest using a different parser. Maybe you can 
use wsdl4j.

--Kurt

On 10/21/11 1:32 PM, Computer Learning Inst wrote:
> Hello!
>
> A quick question.
>
>
> Reference: jUDDI version 3.1.0
> ==>  The WSDLs are 1.1. [Is there a way we can generate "2.0" WSDLs?]
>
>
> We are using another Apache product "Woden" -- we need to parse WSDLs, for ex - http://localhost:8080/juddiv3/services/inquiry?wsdl, for our requirements.  However we run into an exception:
>
>
> Oct 21, 2011 9:11:12 AM org.apache.woden.internal.ErrorHandlerImpl fatalError
> SEVERE: Woden[Fatal Error],0:0,WSDL514,It appears as though you are trying to parse a WSDL 1.1 document but Woden is a WSDL 2.0 parser.
> Exception in thread "main" WSDLException: faultCode=INVALID_WSDL: Fatal WSDL error:
> .
> .
> .
>
>
> Thanks.
>