Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP 1.5 Web Services Explorer does not work
WTP 1.5 Web Services Explorer does not work [message #173478] Fri, 07 July 2006 10:46 Go to next message
Marcel Assmann is currently offline Marcel AssmannFriend
Messages: 2
Registered: July 2009
Junior Member
In WTP 1.5 the Web Services Explorer is not working any longer.

I tried to open wsdl "http://www.xmethods.net/wsdl/query.wsdl" and pressed
the "Go" button. Nothing happens. Trying to press "Go" again shows "Please
wait. Operation is still in progress." It looks like reading the wsdl will
last forever. The URL is valid and reachable and with WTP 1.0 it is
working.
Re: WTP 1.5 Web Services Explorer does not work [message #173839 is a reply to message #173478] Mon, 10 July 2006 20:22 Go to previous messageGo to next message
Peter Moogk is currently offline Peter MoogkFriend
Messages: 15
Registered: July 2009
Junior Member
Hi Marcel,
I have found that the xmethods site can be very slow at times. Can you
reach this WSDL file through a browser? Thanks.

Peter Moogk


Marcel wrote:

> In WTP 1.5 the Web Services Explorer is not working any longer.

> I tried to open wsdl "http://www.xmethods.net/wsdl/query.wsdl" and pressed
> the "Go" button. Nothing happens. Trying to press "Go" again shows "Please
> wait. Operation is still in progress." It looks like reading the wsdl will
> last forever. The URL is valid and reachable and with WTP 1.0 it is
> working.
Re: WTP 1.5 Web Services Explorer does not work [message #174295 is a reply to message #173839] Thu, 13 July 2006 09:30 Go to previous messageGo to next message
Marcel Assmann is currently offline Marcel AssmannFriend
Messages: 2
Registered: July 2009
Junior Member
Hi Peter,

yes, opening the wsdl in a browser was very fast the time I had the
problem with Web Services Explorer.
It looks like the problem is related to some sort of complex wsdl's
because I have the same problem with my own webservice which is located on
my local machine.

Marcel

Peter Moogk wrote:

> Hi Marcel,
> I have found that the xmethods site can be very slow at times. Can you
> reach this WSDL file through a browser? Thanks.

> Peter Moogk


> Marcel wrote:

>> In WTP 1.5 the Web Services Explorer is not working any longer.

>> I tried to open wsdl "http://www.xmethods.net/wsdl/query.wsdl" and pressed
>> the "Go" button. Nothing happens. Trying to press "Go" again shows "Please
>> wait. Operation is still in progress." It looks like reading the wsdl will
>> last forever. The URL is valid and reachable and with WTP 1.0 it is
>> working.
Re: WTP 1.5 Web Services Explorer does not work [message #174370 is a reply to message #174295] Thu, 13 July 2006 13:49 Go to previous messageGo to next message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
Marcel,
are you running with a Sun 1.4 JRE? I was able to reproduce what might be the
same problem. After clicking "Go" to load XMethods' query.wsdl, the WSE spends a
few seconds with the progress bar ticking away, then goes quiet. From a look at
the latest Catalina log in .metadata\.plugins\org.eclipse.tomcat, the problem is
due to a collision deep within the WSE between Crimson and Xerces.

Try restarting Eclipse like this, replacing "C:\..." by whatever your root path
to your eclipse directory is...

eclipse -vmargs
-Djava.endorsed.dirs=C:\...\eclipse\plugins\org.apache.xerce s_2.8.0.v200606131651

Meanwhile, please feel encouraged to open a bug [1]. There may not be much we can
do to solve this, and Crimson is gone in Java 5 anyways, but I'd still like to
track the issue and possibly take a crack at it.

Cheers - CB.

[1]
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&component=wst.ws&rep_platform=all&op_sys=all

Marcel wrote:

> Hi Peter,
>
> yes, opening the wsdl in a browser was very fast the time I had the
> problem with Web Services Explorer.
> It looks like the problem is related to some sort of complex wsdl's
> because I have the same problem with my own webservice which is located on
> my local machine.
>
> Marcel
>
> Peter Moogk wrote:
>
> > Hi Marcel,
> > I have found that the xmethods site can be very slow at times. Can you
> > reach this WSDL file through a browser? Thanks.
>
> > Peter Moogk
>
> > Marcel wrote:
>
> >> In WTP 1.5 the Web Services Explorer is not working any longer.
>
> >> I tried to open wsdl "http://www.xmethods.net/wsdl/query.wsdl" and pressed
> >> the "Go" button. Nothing happens. Trying to press "Go" again shows "Please
> >> wait. Operation is still in progress." It looks like reading the wsdl will
> >> last forever. The URL is valid and reachable and with WTP 1.0 it is
> >> working.
Re: WTP 1.5 Web Services Explorer does not work [message #174378 is a reply to message #174370] Thu, 13 July 2006 13:52 Go to previous message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
--------------62D321D50C57F1161FDEDAF5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Marcel,
I forgot to mention this, obvious though it might be, but the workaround I just described effectively replaces
Crimson by Xerces as the preferred XML parser, and after a few seconds of processing the WSE appears to
successfully load the WSDL. FYI, I'm doing all this on java full version "1.4.2_05-b04".

Cheers - CB.

Chris Brealey wrote:

> Marcel,
> are you running with a Sun 1.4 JRE? I was able to reproduce what might be the
> same problem. After clicking "Go" to load XMethods' query.wsdl, the WSE spends a
> few seconds with the progress bar ticking away, then goes quiet. From a look at
> the latest Catalina log in .metadata\.plugins\org.eclipse.tomcat, the problem is
> due to a collision deep within the WSE between Crimson and Xerces.
>
> Try restarting Eclipse like this, replacing "C:\..." by whatever your root path
> to your eclipse directory is...
>
> eclipse -vmargs
> -Djava.endorsed.dirs=C:\...\eclipse\plugins\org.apache.xerce s_2.8.0.v200606131651
>
> Meanwhile, please feel encouraged to open a bug [1]. There may not be much we can
> do to solve this, and Crimson is gone in Java 5 anyways, but I'd still like to
> track the issue and possibly take a crack at it.
>
> Cheers - CB.
>
> [1]
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&component=wst.ws&rep_platform=all&op_sys=all
>
> Marcel wrote:
>
> > Hi Peter,
> >
> > yes, opening the wsdl in a browser was very fast the time I had the
> > problem with Web Services Explorer.
> > It looks like the problem is related to some sort of complex wsdl's
> > because I have the same problem with my own webservice which is located on
> > my local machine.
> >
> > Marcel
> >
> > Peter Moogk wrote:
> >
> > > Hi Marcel,
> > > I have found that the xmethods site can be very slow at times. Can you
> > > reach this WSDL file through a browser? Thanks.
> >
> > > Peter Moogk
> >
> > > Marcel wrote:
> >
> > >> In WTP 1.5 the Web Services Explorer is not working any longer.
> >
> > >> I tried to open wsdl "http://www.xmethods.net/wsdl/query.wsdl" and pressed
> > >> the "Go" button. Nothing happens. Trying to press "Go" again shows "Please
> > >> wait. Operation is still in progress." It looks like reading the wsdl will
> > >> last forever. The URL is valid and reachable and with WTP 1.0 it is
> > >> working.

--------------62D321D50C57F1161FDEDAF5
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Marcel,
<br>I forgot to mention this, obvious though it might be, but the workaround
I just described effectively replaces Crimson by Xerces as the preferred
XML parser, and after a few seconds of processing the WSE appears to successfully
load the WSDL. FYI, I'm doing all this on java full version "1.4.2_05-b04".
<p>Cheers - CB.
<p>Chris Brealey wrote:
<blockquote TYPE=CITE>Marcel,
<br>are you running with a Sun 1.4 JRE? I was able to reproduce what might
be the
<br>same problem. After clicking "Go" to load XMethods' query.wsdl, the
WSE spends a
<br>few seconds with the progress bar ticking away, then goes quiet. From
a look at
<br>the latest Catalina log in .metadata\.plugins\org.eclipse.tomcat, the
problem is
<br>due to a collision deep within the WSE between Crimson and Xerces.
<p>Try restarting Eclipse like this, replacing "C:\..." by whatever your
root path
<br>to your eclipse directory is...
<p>&nbsp;&nbsp;&nbsp; eclipse -vmargs
<br> -Djava.endorsed.dirs=C:\...\eclipse\plugins\org.apache.xerce s_2.8.0.v200606131651
<p>Meanwhile, please feel encouraged to open a bug [1]. There may not be
much we can
<br>do to solve this, and Crimson is gone in Java 5 anyways, but I'd still
like to
<br>track the issue and possibly take a crack at it.
<p>Cheers - CB.
<p>[1]
<br><a href=" https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&component=wst.ws&rep_platform=all&op_sys=all"> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols&amp ;component=wst.ws&amp;rep_platform=all&amp;op_sys=al l </a>
<p>Marcel wrote:
<p>> Hi Peter,
<br>>
<br>> yes, opening the wsdl in a browser was very fast the time I had the
<br>> problem with Web Services Explorer.
<br>> It looks like the problem is related to some sort of complex wsdl's
<br>> because I have the same problem with my own webservice which is located
on
<br>> my local machine.
<br>>
<br>> Marcel
<br>>
<br>> Peter Moogk wrote:
<br>>
<br>> > Hi Marcel,
<br>> >&nbsp;&nbsp;&nbsp; I have found that the xmethods site can be very
slow at times.&nbsp; Can you
<br>> > reach this WSDL file through a browser?&nbsp; Thanks.
<br>>
<br>> > Peter Moogk
<br>>
<br>> > Marcel wrote:
<br>>
<br>> >> In WTP 1.5 the Web Services Explorer is not working any longer.
<br>>
<br>> >> I tried to open wsdl "<a href="http://www.xmethods.net/wsdl/query.wsdl">http://www.xmethods.net/wsdl/query.wsdl</a>"
and pressed
<br>> >> the "Go" button. Nothing happens. Trying to press "Go" again shows
"Please
<br>> >> wait. Operation is still in progress." It looks like reading the
wsdl will
<br>> >> last forever. The URL is valid and reachable and with WTP 1.0
it is
<br>> >> working.</blockquote>
</html>

--------------62D321D50C57F1161FDEDAF5--
Previous Topic:Convert Existing Codes to Web Service
Next Topic:WTP XML editor enchancement
Goto Forum:
  


Current Time: Fri Apr 19 23:00:30 GMT 2024

Powered by FUDForum. Page generated in 0.03727 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top