Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Robert Vojta
On 9/6/07, Juergen Schmidt [EMAIL PROTECTED] wrote: Hallo Juergen, what is the reason to switch from Java to Basic? it's very simple - my customer's wish. But I still hope I can convince them to stay with Java. Anyway, even if this extension will be delivered as Java extension, is there a way

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Cedric Bosdonnat
Hi Robert, Robert Vojta a écrit : On 9/6/07, Juergen Schmidt [EMAIL PROTECTED] wrote: it's very simple - my customer's wish. But I still hope I can convince them to stay with Java. The best way to convince him: calling SOAP methods from Basic is impossible unless you develop an UNO API for

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Juergen Schmidt
Robert Vojta wrote: On 9/6/07, Juergen Schmidt [EMAIL PROTECTED] wrote: Hallo Juergen, what is the reason to switch from Java to Basic? it's very simple - my customer's wish. But I still hope I can convince them to stay with Java. Anyway, even if this extension will be delivered as Java

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Robert Vojta
On 9/6/07, Cedric Bosdonnat [EMAIL PROTECTED] wrote: Hallo Cedric, The best way to convince him: calling SOAP methods from Basic is impossible unless you develop an UNO API for this... in Java or something else. look at this ...

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Robert Vojta
On 9/6/07, Cedric Bosdonnat [EMAIL PROTECTED] wrote: Hallo Cedric, Have you installed the extension at the end of the page ? This is not shipped with OOo by default, but there is a package to install. ops ... It's a shame ... I completely missed this extension. I'm sorry for this useless

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Cedric Bosdonnat
Hello Robert, Robert Vojta a écrit : Have you installed the extension at the end of the page ? This is not shipped with OOo by default, but there is a package to install. ops ... It's a shame ... I completely missed this extension. I'm sorry for this useless thread. Never mind ;) --

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-06 Thread Laurent Godard
Hi The best way to convince him: calling SOAP methods from Basic is impossible unless you develop an UNO API for this... in Java or something else. look at this ... http://udk.openoffice.org/java/examples/wsproxy/component_description.html ... it was possible to call SOAP functions from

[dev] OpenOffice.org BASIC and SOAP

2007-09-05 Thread Robert Vojta
Hallo, is there a way how to work with SOAP from OpenOffice.org BASIC code? I would like to rewrite one extension from Java to OO.o BASIC, but I can't until I find how to call SOAP functions. I found one question from Laurent about SOAP and OO.o, but the answer isn't useful today, because this

Re: [dev] OpenOffice.org BASIC and SOAP

2007-09-05 Thread Juergen Schmidt
Hi Robert, Robert Vojta wrote: Hallo, is there a way how to work with SOAP from OpenOffice.org BASIC code? I would like to rewrite one extension from Java to OO.o BASIC, but I can't until I find how to call SOAP functions. what is the reason to switch from Java to Basic? Juergen I found