axis2 Web服务中的自定义类

发布于 2024-12-01 08:37:33 字数 276 浏览 2 评论 0原文

我尝试为 Axis2 创建 Web 服务。 我使用 eclipse 和“Axis2 Service Archiver”从 java 类创建 aar 文件。 我的问题是我有返回自定义类的函数,例如:

public TestClass TestFunc(){
        return new TestClass();
    }

我的问题是我的客户如何知道 TestClass 是什么? ,TestClass 不显示在 wsdl 文件中。

谢谢你的帮助

I try to create web service to Axis2.
I am use eclipse and the "Axis2 Service Archiver" to create aar file from java class.
My problem is that I have function that return custom class like:

public TestClass TestFunc(){
        return new TestClass();
    }

My question is how my client know what is TestClass? , the TestClass don't show in the wsdl file.

Thanks For the help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情旳空白 2024-12-08 08:37:33

如果您可以看到操作 TestFunc() 出现在 WSDL 中 - 您应该能够看到与 WSDL 中的 TestClass 相对应的类型。如果您看不到,WSDL 如何显示 WSDL 中 TestFunc() 的返回类型?

谢谢..

If you can see the operation TestFunc() appears in the WSDL - you should be able to see type corresponding to the TestClass in your WSDL. If you cant see, how does the WSDL show the return type of the TestFunc() in the WSDL..?

Thanks..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文