尝试使用java jax-rs使用Oracle Oraganisation ERP SOAP服务获取以下错误
There's no ObjectFactory with an @XmlElementDecl for the element {http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/}AdditionalValue3.
this problem is related to the following location:
at protected javax.xml.bind.JAXBElement com.oracle.xmlns.apps.cdm.foundation.parties.partyservice.PartyPreference.additionalValue3
at com.oracle.xmlns.apps.cdm.foundation.parties.partyservice.PartyPreference
at protected java.util.List com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.OrganizationParty.partyPreference
at com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.OrganizationParty
at protected java.util.List com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.OrganizationPartyResult.value
at com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.OrganizationPartyResult
at public javax.xml.bind.JAXBElement com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.ObjectFactory.createOrganizationPartyResult(com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.OrganizationPartyResult)
at com.oracle.xmlns.apps.cdm.foundation.parties.organizationservice.ObjectFactory
我们可以将生成的单个应用程序部署,但是在我的应用程序中合并时已经使用了其他erp webservice(帐户,位置 - 工作正常),仅针对oragnization soap api获取上述错误