【发布时间】:2011-08-25 20:34:58
【问题描述】:
我尝试为 Axis2 创建 Web 服务。 我正在使用 eclipse 和“Axis2 Service Archiver”从 java 类创建 aar 文件。 我的问题是我有返回自定义类的函数,例如:
public TestClass TestFunc(){
return new TestClass();
}
我的问题是我的客户如何知道什么是 TestClass? ,TestClass 不会显示在 wsdl 文件中。
感谢您的帮助
【问题讨论】:
标签: java eclipse service axis2 web