You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Juraj Lenharcik <ju...@100world.de> on 2001/03/13 11:36:23 UTC

WSDL

hi,

i tryed to make the wsdl examples from graham glass
(http://www-106.ibm.com/developerworks/library/ws-peer4/?dwzone=ws).
i works, only the examle Generating stubs from WSTK WSDL files doesn`t
work.

it comes a failure like this:

$ java com.ibm.wsdl.Main -in Weather_Service-impl.wsdl
>> Importing http://localhost:8090/wsdl/Weather_Service-interface.wsdl
..
>> Transforming WSDL to NASSL ..
Call to extension function failed: method call/new failed:
java.lang.reflect.InvocationTargetExc
ption target exception: java.util.NoSuchElementException
>> Generating proxy ..
Created file c:\demo3\Proxy.java
Call to extension function failed: method call/new failed:
java.lang.NoSuchMethodException: stat
c com.ibm.nassl.NasslUtils.queryJavaTypeName(class
org.apache.xalan.xpath.EmptyNodeListImpl,clas
 org.apache.xalan.xpath.MutableNodeListImpl,null,class
java.util.Hashtable) is ambiguous. It mat
hes public static java.lang.String
com.ibm.nassl.NasslUtils.queryJavaTypeName(org.w3c.dom.NodeLi
t,org.w3c.dom.NodeList,org.w3c.dom.NodeList,java.util.Hashtable) and
public static java.lang.Str
ng
com.ibm.nassl.NasslUtils.queryJavaTypeName(org.w3c.dom.NodeList,org.w3c.
dom.NodeList,java.lan
.String,java.util.Hashtable)
Call to extension function failed: method call/new failed:
java.lang.NoSuchMethodException: stat

and so on ...

can someone tell me what it means?

thanks
juraj



Re: WSDL

Posted by Sreenivasa Rao Nalluri <na...@mahindrabt.com>.
hello all

no body to replied to this question
i also got the same problem

can any body help us
thank you
sreeni

Juraj Lenharcik wrote:

> hi,
>
> i tryed to make the wsdl examples from graham glass
> (http://www-106.ibm.com/developerworks/library/ws-peer4/?dwzone=ws).
> i works, only the examle Generating stubs from WSTK WSDL files doesn`t
> work.
>
> it comes a failure like this:
>
> $ java com.ibm.wsdl.Main -in Weather_Service-impl.wsdl
> >> Importing http://localhost:8090/wsdl/Weather_Service-interface.wsdl
> ..
> >> Transforming WSDL to NASSL ..
> Call to extension function failed: method call/new failed:
> java.lang.reflect.InvocationTargetExc
> ption target exception: java.util.NoSuchElementException
> >> Generating proxy ..
> Created file c:\demo3\Proxy.java
> Call to extension function failed: method call/new failed:
> java.lang.NoSuchMethodException: stat
> c com.ibm.nassl.NasslUtils.queryJavaTypeName(class
> org.apache.xalan.xpath.EmptyNodeListImpl,clas
>  org.apache.xalan.xpath.MutableNodeListImpl,null,class
> java.util.Hashtable) is ambiguous. It mat
> hes public static java.lang.String
> com.ibm.nassl.NasslUtils.queryJavaTypeName(org.w3c.dom.NodeLi
> t,org.w3c.dom.NodeList,org.w3c.dom.NodeList,java.util.Hashtable) and
> public static java.lang.Str
> ng
> com.ibm.nassl.NasslUtils.queryJavaTypeName(org.w3c.dom.NodeList,org.w3c.
> dom.NodeList,java.lan
> .String,java.util.Hashtable)
> Call to extension function failed: method call/new failed:
> java.lang.NoSuchMethodException: stat
>
> and so on ...
>
> can someone tell me what it means?
>
> thanks
> juraj