Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/381.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java JAX-RPCWeb服务中数据类型的规范/建议是什么?_Java_Web Services_Jax Ws - Fatal编程技术网

Java JAX-RPCWeb服务中数据类型的规范/建议是什么?

Java JAX-RPCWeb服务中数据类型的规范/建议是什么?,java,web-services,jax-ws,Java,Web Services,Jax Ws,在使用Java、Axis1和JAX-RPC开发web服务时,通过web服务发送复杂数据类型时必须遵循哪些约束、建议和规范 For example, the method: public MyComplexClass webServiceOperation() { return new MyComplexClass; } MyComplexClass的方法、getter、setter、变量等是否有任何限制?我建议您查看这篇优秀的文章 还有这个 ‎ 我建议使用Axis构建web服务的人不要使

在使用Java、Axis1和JAX-RPC开发web服务时,通过web服务发送复杂数据类型时必须遵循哪些约束、建议和规范

For example, the method:
public MyComplexClass webServiceOperation() {
  return new MyComplexClass;
}

MyComplexClass的方法、getter、setter、变量等是否有任何限制?

我建议您查看这篇优秀的文章

还有这个


我建议使用Axis构建web服务的人不要使用Axis@古斯塔夫:这没有帮助。您至少可以指出您不喜欢Axis的原因以及您会推荐什么。我希望通过告诉(以友好的方式)不要使用旧的jax-rpc堆栈来支持gustafc。这太复杂了。请将您的web服务基于较新的jax ws(jax rpc 2.0)规范。您可以使用axis2实现来创建web服务。SOAP Web服务技术本身已经足够复杂了。