Reputation: 7537
I have a wsdl and xsd of soap server to implement.
Delphi has a wizard for create the client interface by importing a wsdl, but i want create the server from the wsdl (just the types and the method to implement).
What is the right procedure?
Upvotes: 0
Views: 1277
Reputation: 1926
The Import WSDL Wizard also has an option to create server that implements a Web Service that is already defined in a WSDL document. On the WSDL Import Options page check 'Generate server implementation instead of client implementation'.
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Import_WSDL_Wizard#WSDL_Import_Options_page
Upvotes: 3