Error: Cannot deserialize element ??? of bean
Hello all... I'm trying to create a Web Service with PeopleSoft and the Java program is getting the following error...
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: org.xml.sax.SAXException: WSWS3047E: Error: Cannot deserialize element Global_ID of bean org.example.www.Get_Manager_1_RESP.
Child element Global_ID does not belong in namespace http://peoplesoft.com/Get_Manager_1_RESPResponse.
My problem is why it's giving the "namespace http://peoplesoft.com" instead of what I have put in the "Service Configuration" under Integration Broker... I have put the "Schema Namespace=http://xmlns.oracle.com/Enterprise/Tools/schemas
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: org.xml.sax.SAXException: WSWS3047E: Error: Cannot deserialize element Global_ID of bean org.example.www.Get_Manager_1_RESP.
Child element Global_ID does not belong in namespace http://peoplesoft.com/Get_Manager_1_RESPResponse.
My problem is why it's giving the "namespace http://peoplesoft.com" instead of what I have put in the "Service Configuration" under Integration Broker... I have put the "Schema Namespace=http://xmlns.oracle.com/Enterprise/Tools/schemas
0