[DUG] WSDL client proxy

Jeremy North jeremy.north at gmail.com
Thu Jan 21 12:39:21 NZDT 2010


Hopefully it isn't a Soap 1.2 service then...

With older versions you need to create a new application. Then select
the "WSDL Importer" from the Delphi Projects\WebServices repository
item in the New... dialog.

Delphi 2010 is the first version to support Soap 1.2 natively. It also
allows you to import the webservice from the Component menu item
without having to create a new application first.

Newer versions also include the source code for the importer - since
older versions can fail miserably with newer wsdl files.

If the XSD's are defined in the wsdl, the importer should load and use
them during the import process.

Good Luck.



On Thu, Jan 21, 2010 at 10:34 AM, Willie Juson
<willie.juson at satara.co.nz> wrote:
> Sorry knew that should be in there....  D2006
>
> -----Original Message-----
> From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
> Behalf Of Jeremy North
> Sent: Thursday, 21 January 2010 12:18 p.m.
> To: NZ Borland Developers Group - Delphi List
> Subject: Re: [DUG] WSDL client proxy
>
> Which Delphi version?
>
>
> On Thu, Jan 21, 2010 at 10:11 AM, Willie Juson
> <willie.juson at satara.co.nz> wrote:
>> On behalf.....
>>
>>
>>
>> Does anyone know how to generate a Delphi client proxy for a WSDL with
>> attached XSDs?
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at delphi.org.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
>> unsubscribe
>>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
> unsubscribe
>
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject: unsubscribe
>



More information about the Delphi mailing list