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

2009-11-26 Thread Michael Joyner ᏩᏯ
Thanks a million! Inoussa OUEDRAOGO wrote: 2009/11/23 Michael Joyner : Yeegads, a 3.8 MB "vim.pas" file has resulted. This WSDL file is a fairly complex and lenghty one. You will have to merge "vimService.wsdl" and "vim.wsdl" ( just add the service definition located in vimService.wsd

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

2009-11-26 Thread Inoussa OUEDRAOGO
2009/11/23 Michael Joyner : > Yeegads, a 3.8 MB "vim.pas" file has resulted. This WSDL file is a fairly complex and lenghty one. You will have to merge "vimService.wsdl" and "vim.wsdl" ( just add the service definition located in vimService.wsdl to vim.wsdl ) to get the service interface and proxy

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 wrote: > 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 pa

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 wrote: > svn checkou

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 wrote: > > 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
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 wrote: > > It depends how they are organized. I can'

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 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 ht

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 relat

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 o

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 note

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 r

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 ? You

[Lazarus] gSOAP vs ws_helper.exe vs VMware

2009-11-22 Thread Michael Joyner ᏩᏯ
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. :( I processed the same files with gSOAP and got lots of 'C' code out. Is there a set pro