|
| Re: Obtain latest wsdlimp.exe |
 |
Tue, 12 Jun 2007 12:53:02 -070 |
Hello,
When I resumed work on the importer for HOTFIX 10 I asked management to
allow me to release the code. The request was granted but for the subsequent
release. So starting with D2007 the WSDL importer's source code is included.
With the recent updated to D2007, an updated WSDL importer was released. I
have a slightly later version (mainly some fixes of problems I learned about
from the newsgroup and QC reports looked at recently). I'm happy to email
anyone a copy of the latest importer and/or the sources.
After D2007 shipped I posted a copy at the following URL:
http://cc.codegear.com/Item/24535
It's basically the D2007 importer (with couple of tweaks). There's also an
updated runtime. The CodeCentral post addresses most of the lacking/bugs
D7/D2005/D2006 users typically run into. There are a few more issues that
came up on the newsgroup recently that I've addressed. These have not been
formally tested though... hence my reluctance to post them on CodeCentral
until someone in QA runs them through some test suites.
If you're running in a specific issue I'd be happy to assess if the
CodeCentral post will help. Let me know if I can help (or feel free to email
me for a copy of the latest importer/source).
Cheers,
Bruneau.
|
| Post Reply
|
| Obtain latest wsdlimp.exe |
 |
Tue, 12 Jun 2007 14:19:34 -050 |
Currently using D7, have had issues with wsdl importer but worked around
them with a lot of help from this group. I would like to get a copy of the
latest importer since I need to reimport things again and would like to
possibly get around a lot of the old issues which have hopefully been fixed.
How can I get a copy of the latest importer?
Thanks, Wayne
|
| Post Reply
|
| Re: Obtain latest wsdlimp.exe |
 |
Fri, 15 Jun 2007 10:16:53 -050 |
You had addressed all of the issues I had when using the original import
tool from Delphi 7, so I am sure they will be resolved in the copy posted
below. I will try that out and reply back here if any specific new issues
come up. Thanks for posting the new version.
Wayne
"Jean-Marie Babet" <bbabet@borland.com> wrote in message
news:466ef99d$1@newsgroups.borland.com...
> Hello,
>
> When I resumed work on the importer for HOTFIX 10 I asked management to
> allow me to release the code. The request was granted but for the
> subsequent
> release. So starting with D2007 the WSDL importer's source code is
> included.
> With the recent updated to D2007, an updated WSDL importer was released. I
> have a slightly later version (mainly some fixes of problems I learned
> about
> from the newsgroup and QC reports looked at recently). I'm happy to email
> anyone a copy of the latest importer and/or the sources.
>
> After D2007 shipped I posted a copy at the following URL:
>
> http://cc.codegear.com/Item/24535
>
>
> It's basically the D2007 importer (with couple of tweaks). There's also an
> updated runtime. The CodeCentral post addresses most of the lacking/bugs
> D7/D2005/D2006 users typically run into. There are a few more issues that
> came up on the newsgroup recently that I've addressed. These have not been
> formally tested though... hence my reluctance to post them on CodeCentral
> until someone in QA runs them through some test suites.
>
> If you're running in a specific issue I'd be happy to assess if the
> CodeCentral post will help. Let me know if I can help (or feel free to
> email
> me for a copy of the latest importer/source).
>
> Cheers,
>
> Bruneau.
>
>
|
| Post Reply
|
| Re: Obtain latest wsdlimp.exe |
 |
Wed, 20 Jun 2007 09:00:20 -050 |
Just got started on trying out the new importer, but get compile error
"unit
OpConvert was compiled with a different version of
InvokeRegistry.THeaderList". I checked your instructions and have the
search
paths set up with the location of new source ahead of Borland soap source.
Any thoughts?
Wayne
"Jean-Marie Babet" <bbabet@borland.com> wrote in message
news:466ef99d$1@newsgroups.borland.com...
> Hello,
>
> When I resumed work on the importer for HOTFIX 10 I asked management to
> allow me to release the code. The request was granted but for the
> subsequent
> release. So starting with D2007 the WSDL importer's source code is
> included.
> With the recent updated to D2007, an updated WSDL importer was released. I
> have a slightly later version (mainly some fixes of problems I learned
> about
> from the newsgroup and QC reports looked at recently). I'm happy to email
> anyone a copy of the latest importer and/or the sources.
>
> After D2007 shipped I posted a copy at the following URL:
>
> http://cc.codegear.com/Item/24535
>
>
> It's basically the D2007 importer (with couple of tweaks). There's also an
> updated runtime. The CodeCentral post addresses most of the lacking/bugs
> D7/D2005/D2006 users typically run into. There are a few more issues that
> came up on the newsgroup recently that I've addressed. These have not been
> formally tested though... hence my reluctance to post them on CodeCentral
> until someone in QA runs them through some test suites.
>
> If you're running in a specific issue I'd be happy to assess if the
> CodeCentral post will help. Let me know if I can help (or feel free to
> email
> me for a copy of the latest importer/source).
>
> Cheers,
>
> Bruneau.
>
>
|
| Post Reply
|
| Re: Obtain latest wsdlimp.exe |
 |
Wed, 20 Jun 2007 12:09:22 -070 |
Hello,
The solution to 'Unit xxxx was compiled with a different version of
yyyy.zzzz' is to do a 'Build' instead of a plain 'Compile' (i.e. -B, build
all units, with DCC32). This assumes that the compiler *sees* the source
(.pas) files for these units before it sees the pre-built .dcu files. Since
'OpConvert' and 'InvokeRegistry' are part of the runtime, the source files
are included with your copy of Delphi.
I'm happy to zip up all my sources or send you a pre-built copy of the
importer also. Let me know how I can help.
Cheers,
Bruneau.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|