Thanks Jeremy, I'll pass that on. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeremy North Sent: Thursday, 21 January 2010 12:39 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] WSDL client proxy
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 <[email protected]> wrote: > Sorry knew that should be in there.... D2006 > > -----Original Message----- > From: [email protected] [mailto:[email protected]] 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 > <[email protected]> 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: [email protected] >> Admin: http://delphi.org.nz/mailman/listinfo/delphi >> Unsubscribe: send an email to [email protected] with Subject: >> unsubscribe >> > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: [email protected] > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to [email protected] with Subject: > unsubscribe > > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: [email protected] > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to [email protected] with Subject: unsubscribe > _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
