What tool can I use to merge wsdl and xsd file?

空扰寡人 提交于 2020-01-02 05:20:09

问题


I have two files, one with webservice description (wsdl), second with data structures used in webservice (xsd). I have nothing more, webservice doesn't work yet. I need to merge them into one, because Delphi 7 WSDL Importer doesn't handle included xsd files to well. Where can I find tool to do it?

EDIT

I copied xsd content into <types> section and it works. I tried it before, but I must have made a mistake and Delphi WSDL import didn't work. I have to improve my copy/paste skills.


回答1:


You might change the include into an import.
I have seen various tools handling either one better than the other.

As an alternative, use XMLSpy: here you can edit your WSDL and import your XSD into it.

This question has an answer on how to place the content of the XSD into the WSDL.




回答2:


You could also try the updated importer from here:

http://cc.embarcadero.com/Item/24535

Support was added for external schema files.




回答3:


I copied xsd content into section and it works. I tried it before, but I must have made a mistake and Delphi WSDL import didn't work. I have to improve my copy/paste skills.



来源:https://stackoverflow.com/questions/2627749/what-tool-can-i-use-to-merge-wsdl-and-xsd-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!