On 10/06/08 23:53, Vinzzz wrote:
Hi,
I try to launch a web services from an openoffice add-on. I am using
netbeans 6.1 on Windows XP platform (i Try on linux and got the same error).
i have the code below, using the package org.apache.commons.httpclient.* :
public void dispatch( com.sun.star.util.URL aURL,
com.sun.star.beans.PropertyValue[] aArguments )
{
if ( aURL.Protocol.compareTo("com.xxx.xxx:") == 0 )
{
if ( aURL.Path.compareTo("getXXX") == 0 )
{
HttpClient client = new HttpClient();
....
When I try the add-on on debug mode, it crashes when he tries to create the
new HttpClient.
What do you mean with "crash?" Any Java Exception/Error being thrown?
If so, what is the Exception/Error type, message, stack trace?
-Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]