|
| Missing webservices page (tab) |
 |
1 Aug 2007 16:29:58 -0700 |
I have purchased "Delphi 2007 for win32"
I have been trying to hook into a webservice for 2 days now, i keep reading that
I am meant to go File->new->other
But under there is only:
-Delphi projects
--ActiveX
--Delphi files
--Inheritable items
--VCL for the web
--WeBoker
--XML
-Other files
-Unit Test
-Web documents
I have done a FULL install of delphi, (and then the automatic update that pulls
down all the new files for you off the web).
WSDLImp.exe is present in C:\Program Files\CodeGear\RAD Studio\5.0\bin where you
would expect it to be.
|
| Post Reply
|
| Re: Missing webservices page (tab) |
 |
Tue, 14 Aug 2007 09:31:38 +020 |
Hi,
First open a VCL Forms App. Once opened, the WSDL Importer is visible as
specified.
This worked for me.
You can also run the WSDLImp from the command prompt, apply some
parameters and go! :)
Grtz,
Jorg
David Burela wrote:
> I have purchased "Delphi 2007 for win32"
> I have been trying to hook into a webservice for 2 days now, i keep reading
that I am meant to go File->new->other
> But under there is only:
> -Delphi projects
> --ActiveX
> --Delphi files
> --Inheritable items
> --VCL for the web
> --WeBoker
> --XML
> -Other files
> -Unit Test
> -Web documents
>
> I have done a FULL install of delphi, (and then the automatic update that
pulls down all the new files for you off the web).
> WSDLImp.exe is present in C:\Program Files\CodeGear\RAD Studio\5.0\bin
where you would expect it to be.
|
| Post Reply
|
| Re: Missing webservices page (tab) |
 |
Wed, 15 Aug 2007 08:04:21 +020 |
Hi David,
> I have purchased "Delphi 2007 for win32"
Professional or Enterprise? Since you do not mention WebSnap in the
initial set of categories, I expect you have Delphi 2007 for Win32
Professional. That means you won't see the WebServices category to
create new web services, but you can see the WebServices category if a
project is opened, to add an WSDL import unit for a web service.
> I have been trying to hook into a webservice for 2 days now, i keep reading
that I am meant to go File->new->other
adding a Delphi file to an existing (or just created) Delphi project.
In other words: create a Delphi project first (just about any project
will do), and then you can do File | New - Other again, and you will
find the WSDL Importer in the "WebServices" category of the Delphi
Projects node.
Note that if you have the Enterprise edition of Delphi 2007 for Win32,
and still do not see the WebServices category, then some design-time
packages may have not been installed or are not active somehow. See the
Component | Install Packages dialog for an overview of enabled packages.
Look for the CodeGear SOAP Components package for example.
Groetjes,
Bob Swart
--
Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi
CodeGear Technology Partner -- CodeGear RAD Studio Reseller (BeNeLux)
|
| Post Reply
|
|
|
|
|
|
|
|
|
|