由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: Can Web Services return Hash or Obje
相关主题
What is the difference between web application and web services?[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!
Can someone help on Soap?http post binding in wsdl
怎么测试 Web Service Functions?也问个SOAP相关问题
Axis1.2RC3问题Web Services 现在很热吗?
Questions on EJB3 Persistence/Hibernate什么是JAX WS
writeObject()的时候出现NotSerializableException是怎么回事?怎么把servlet publish成web services
Which Web service is better EJB or RPCwhat do u think of SOAP vs REST ( or even FB's thrift server)?
Re: Which Web service is better EJB or R问个gwt client code调用远程object的问题
相关话题的讨论汇总
话题: web话题: services话题: obje话题: hash话题: soap
进入Java版参与讨论
1 (共1页)
f*****g
发帖数: 31
1

Web service doesn't only speak one language.
SOAP is a key for the communication.
c***c
发帖数: 6234
2
Thanks.
My manager asked me to write some web services using EJB. I am going to let
those Web Services return JavaBean( which implements Serializable ) to Web
Client (Servlet). But I get
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: java.io.IOException: No serializer found for class
com.company.util_objects.UserBean in registry
org.apache.axis.encoding.TypeMappingImpl@1ea310c
faultActor:
faultNode:
faultDetail
Since our company will develop oth

【在 f*****g 的大作中提到】
:
: Web service doesn't only speak one language.
: SOAP is a key for the communication.

m******t
发帖数: 2416
3
You can use WSDL to define your data structure. All Web services-aware
platforms provide toolkits to generate native data structure from WSDL. I
haven't followed Web services for a while, but I do have the impression that
you should be able to also use WSDL to directly bind your service to EJB
without having an extra SOAP wrapper.

[snipped]

【在 c***c 的大作中提到】
: Thanks.
: My manager asked me to write some web services using EJB. I am going to let
: those Web Services return JavaBean( which implements Serializable ) to Web
: Client (Servlet). But I get
: AxisFault
: faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
: faultSubcode:
: faultString: java.io.IOException: No serializer found for class
: com.company.util_objects.UserBean in registry
: org.apache.axis.encoding.TypeMappingImpl@1ea310c

1 (共1页)
进入Java版参与讨论
相关主题
问个gwt client code调用远程object的问题Questions on EJB3 Persistence/Hibernate
java web service 得迷惑writeObject()的时候出现NotSerializableException是怎么回事?
那么多java证书,该考哪个?Which Web service is better EJB or RPC
soa变成rest,大家公司在用哪个?Re: Which Web service is better EJB or R
What is the difference between web application and web services?[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!
Can someone help on Soap?http post binding in wsdl
怎么测试 Web Service Functions?也问个SOAP相关问题
Axis1.2RC3问题Web Services 现在很热吗?
相关话题的讨论汇总
话题: web话题: services话题: obje话题: hash话题: soap