glassfish如何使用类和注释生成xsd?

时间:2018-09-19 11:31:09

标签: java web-services xsd wsdl

我创建了一个新方法     @WebMethod(operationName =“ getTot”)     公共字符串getTot

我什么时候做      https://host/webserviceMachin/toto?wsdl

it succeeded because i can read in this file
message name="getTot" ...

但是我不知道以前的计算机编程是如何成功添加xsd的: xsd:import名称空间=“ http:// machinn / Wrappers schemaLocation =“ https://主机:443 / webserviceMachin / toto?xsd = 1

https://host/webserviceMachin/toto?wsdl

我不知道glassfish如何识别“ xsd”或注释xsd,没有文件(物理)xsd。有一个toto.wsdl,但是Glassfish不使用它,我更改了它,而https://host:443/webserviceMachin/toto.wsdl却没有变化,它在代码中的某个地方,我已经搜索了注释,

你有什么主意吗??

0 个答案:

没有答案