-
I installed the plugin (downloaded from sourceforge moments ago) by putting the directory structure under the dropins folder of the Gallileo release. Here is the text copied from the about dialog -- "Eclipse Java EE IDE for Web Developers. Build id: 20090621-0832"
I get the below error when I click the functions (Create Sample Soap Request) button:
java.lang.NoClassDefFoundError...
2009-08-06 15:29:22 UTC by jw_mt
-
Same here with Eclipse 3.2.2.
2008-02-12 11:34:34 UTC by nobody
-
I am facing the same problem.
2007-07-31 06:42:27 UTC by saurb
-
Hi,
I just downloaded the plugin, entered a 'Web Service URL', clicked on the 'W' to get the WSDL: Everything works.
Then I entered a 'Web Service method' clicked on 'f()' to generate a sample SOAP request: Nothing happens.
Eclipse log tells me that org/apache/xpath/XPathAPI could not be found.
So, I guess xalan.jar is missing in the classpath.
Do I have to add it to the eclipse...
2006-09-28 13:37:29 UTC by witti_73
-
Logged In: YES
user_id=1233716
I have the same problem when using raw message on Eclipse
3.1.0. It seems the imput texts are encrypted.
2005-11-29 22:52:14 UTC by edwonl
-
The location of the web service is not correctly
displayed under Eclipse 3.1
A sequence of * character is displayed instead.
2005-06-30 14:44:45 UTC by nobody
-
Logged In: YES
user_id=876063
I attached a bugfixed version which has "ISO-8859-1" as
default encoding for the pretty printer, but the encoding
can be changed in the preferences as free text.
I did not release this version yet, because I don't know how
to test.
I would be glad if someone could test this version against
the russian characters.
The attached version is only for Eclipse...
2005-06-06 19:43:26 UTC by ferenc_hechler
-
ferenc_hechler committed patchset 37 of module nl.okc.eclipse.soap.rawmessage to the Web Services Console Eclipse Plugin CVS repository, changing 10 files.
2005-06-06 19:24:13 UTC by ferenc_hechler
-
Logged In: YES
user_id=876063
The pretty-printing method uses "ISO-8859-1" hard-coded.
If you deactivate pretty-printing (indenting) then neither
the request nor the response will be modified.
As a solution the encoding for pretty printing could be made
configurable in the preferences.
2005-06-06 18:48:07 UTC by ferenc_hechler
-
Logged In: YES
user_id=876063
will be fixed with the next version=0.3.3 ;)
2005-06-06 18:35:53 UTC by ferenc_hechler