public class MyBean {
private Date date;
public Date getDate() { return date;}
public void setDate(Date date) {this.date = date;}
}
webservice服务端返回MyBean,客户端只用了soap包,没有axis。xifre之类的,
我应该怎么序列化这个Bean?
报错信息
No mapping found for 'urn:ObsSErviceImpl:Date'
 using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'抱歉,分不多
您无权发这么多的可用分