
Hi Roderik, How exactly does the code which calls the remote server look like? Do you have a web proxy between you and the client? Maybe you can post a snippet. No, we are not blocking web service communication. But Oxygen installs its custom HTTP protocol handler so if you are doing something like:
new URL("http://....").openConnection()
then you are not creating the default Java SUN connection but the Oxygen HTTP connection (based on the Apache HTTP client). If you want to use a standard Java SUN HTTP connection you can use this construct to open the connection:
sun.net.www.protocol.http.HttpURLConnection sunConnection = new sun.net.www.protocol.http.HttpURLConnection(new URL("http://..."), null);
Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 9/23/2011 1:38 PM, Roderik Dernison wrote:
Hi,
I made an extension for selecting stuff from a database. This works.
But now the data have to com from a remote server, so I made a webservice (using Spring 2.5.6). When I run the client standalone (outside Oxygen) it works fine and shows my data. But when I run it as an Oxygen author extension, no communication takes place.
Is Oxygen blocking webservice communication?
What can I do to resolve this problem?
Kind regards,
Roderik Dernison
------------------------------------------------------------------------
---------------------------------------------------------- Aan dit bericht kunnen geen rechten worden ontleend. Het bericht is alleen bestemd voor de geadresseerde. Indien het bericht niet voor u is bestemd, verzoeken wij u dit aan ons te melden en het bericht te verwijderen.
This message shall not constitute any obligations. This message is intended solely for the addressee. If you have received this message in error, please inform us and delete the message. ----------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user