Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Van Canneyt
On Sun, 22 Nov 2009, Michael Joyner ᏩᏯ wrote: I have tried using the ws_helper from the web services toolkit to import the WSDL file relating to vSphere, I end up with a *.pas file that only contains nothing of note beyond initial class registration. :( Did you request the other files ?

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner ᏩᏯ
Michael Van Canneyt wrote: On Sun, 22 Nov 2009, Michael Joyner ᏩᏯ wrote: I have tried using the ws_helper from the web services toolkit to import the WSDL file relating to vSphere, I end up with a *.pas file that only contains nothing of note beyond initial class registration. :( Did you

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Van Canneyt
On Mon, 23 Nov 2009, Michael Joyner ᏩᏯ wrote: Michael Van Canneyt wrote: On Sun, 22 Nov 2009, Michael Joyner ᏩᏯ wrote: I have tried using the ws_helper from the web services toolkit to import the WSDL file relating to vSphere, I end up with a *.pas file that only contains nothing of

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner ᏩᏯ
Michael Van Canneyt wrote: On Mon, 23 Nov 2009, Michael Joyner ᏩᏯ wrote: Michael Van Canneyt wrote: On Sun, 22 Nov 2009, Michael Joyner ᏩᏯ wrote: I have tried using the ws_helper from the web services toolkit to import the WSDL file relating to vSphere, I end up with a *.pas file that

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Van Canneyt
On Mon, 23 Nov 2009, Michael Joyner ᏩᏯ wrote: Michael Van Canneyt wrote: On Mon, 23 Nov 2009, Michael Joyner ᏩᏯ wrote: Michael Van Canneyt wrote: On Sun, 22 Nov 2009, Michael Joyner ᏩᏯ wrote: I have tried using the ws_helper from the web services toolkit to import the WSDL file

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Inoussa OUEDRAOGO
Here are the four files: You are using an old and outdated version of WST, please check out from https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/wst/trunk -- Inoussa O. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Inoussa OUEDRAOGO
It depends how they are organized. I can't comment on that without having seen the WSDL, but: If it is 1 interface with 100 calls: yes. if it is 1 service per call, then you'll have to create each service proxy object separately. Indeed. Is the WSDL file publicly available ? -- Inoussa O.

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner
Yes, after doing the agreement thing and sign up thing of course, here is the link: vSphere Web Services SDK http://communities.vmware.com/community/developer/forums/managementapi Thanks. On Mon, Nov 23, 2009 at 11:55 AM, Inoussa OUEDRAOGO inouss...@gmail.comwrote: It depends how they are

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner
svn checkout in progress. On Mon, Nov 23, 2009 at 11:53 AM, Inoussa OUEDRAOGO inouss...@gmail.comwrote: Here are the four files: You are using an old and outdated version of WST, please check out from https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/wst/trunk -- Inoussa O.

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner
Ah.. it didn't do a whole lot with vimService.wsdl (which includes vim.wsdl), but I told it to process vim.wsdl and it's Parsing alot.. went down the hall, got a soda, came back, still parsing... I take this as a hopeful sign. On Mon, Nov 23, 2009 at 1:51 PM, Michael Joyner

[Lazarus] Lazarus 0.9.28.2 Rocks!!

2009-11-23 Thread Massimo Fazzolari
Really great works guys! Lazarus is great! I'll continue to recommend Lazarus to others if you keep developing awesome features! -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-23 Thread Michael Joyner
Yeegads, a 3.8 MB vim.pas file has resulted. On Mon, Nov 23, 2009 at 2:11 PM, Michael Joyner mjoy...@vbservices.netwrote: Ah.. it didn't do a whole lot with vimService.wsdl (which includes vim.wsdl), but I told it to process vim.wsdl and it's Parsing alot.. went down the hall, got a soda,

[Lazarus] FastMM + Lazarus/FPC?

2009-11-23 Thread Guionardo Furlan
Buenas, o FastMM é utilizado no Delphi. Há alguma maneira de se portá-lo para o Lazarus? Buenas, the FastMM is used in Delphi. Is there any way to port it to Lazarus? -- Timeo hominem unius libri Cogito ergo sum - Carpe diem []s Guionardo Furlan http://guionardo.blogspot.com

Re: [Lazarus] FastMM + Lazarus/FPC?

2009-11-23 Thread Silvio Clecio
Oops! :) Silvio Clecio escreveu: Guionardo Furlan escreveu: Buenas, o FastMM é utilizado no Delphi. Há alguma maneira de se portá-lo para o Lazarus? Buenas, the FastMM is used in Delphi. Is there any way to port it to Lazarus? -- Timeo hominem unius libri Cogito ergo sum - Carpe diem []s

Re: [Lazarus] QT binding works!

2009-11-23 Thread David Emerson
Mattias Gaertner wrote: How did you install lazarus? debian packages on http://www.hu.freepascal.org/lazarus/ lazarus-stable The IDE first checks if the directory $(LazarusDir) is writable. If it is not writable it uses ~/.lazarus/bin/. -- ___

[Lazarus] ShellCtrls and Russian file name

2009-11-23 Thread haword
hi! TShellListView and TShellTreeView not show correctly russian filenames. This patch for correct bug: *** *** 373,379 else ObjectData := nil; // AddFile identifies if the file is valid or not ! if AddFile then AResult.AddObject(DirInfo.Name, ObjectData);