简体   繁体   English

Delphi:通过wsdl / xsd实现服务器肥皂

[英]Delphi: implement server soap by wsdl / xsd

I have a wsdl and xsd of soap server to implement. 我有一个wsdlxsd的肥皂服务器要实现。

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). Delphi有一个向导,用于通过导入wsdl来创建客户端界面,但是我想从wsdl中创建服务器(只是要实现的类型和方法)。

What is the right procedure? 什么是正确的程序?

The Import WSDL Wizard also has an option to create server that implements a Web Service that is already defined in a WSDL document. 导入WSDL向导还具有创建服务器的选项,该服务器实现WSDL文档中已定义的Web服务。 On the WSDL Import Options page check 'Generate server implementation instead of client implementation'. 在“ WSDL导入选项”页面上,选中“生成服务器实现而不是客户端实现”。

http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Import_WSDL_Wizard#WSDL_Import_Options_page http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Import_WSDL_Wizard#WSDL_Import_Options_page

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM