文章分类 -  Webservice

javax.xml.stream.XMLStreamException: Unknow type can not serialize
摘要:场景描述:使用axis2发布webservice时,传递参数的对象属性包含map,即: public Class AA implements Serializable { public Map B; 生成的wsdl中包含<xs:complexType name= "A"> <xs:sequence> <xs:element name="B" type="xs:anyType" nillable="true" minOccurs="0"/> </xs:se 阅读全文
posted @ 2013-05-31 16:35 NeverGiveUp_ZONE 阅读(3870) 评论(0) 推荐(0)