AddressBookManager Webservice - processAddressBook

rev

Active Member
We are trying to test this process to add new address book records into JDE and we are using SOAPUI to test this function. We are passing in all the required fields mentioned in oracle documentation. Please find the attached XML being passed and error we get. Anyone had success with this function.

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring>Database Exception;
DESCRIPTION: System Exception occured while executing business function. Please try request again. :AddressBookMasterMBF(Address Book - MBF)</faultstring>
<detail>
<java:BusinessServiceException xmlns:java="java:eek:racle.e1.bssvfoundation.exception">
<java:RequestID>10.2.7.111:5385911448293628611:14709</java:RequestID>
<java:Message>Database Exception;
DESCRIPTION: System Exception occured while executing business function. Please try request again. :AddressBookMasterMBF(Address Book - MBF)</java:Message>
</java:BusinessServiceException>
</detail>
</env:Fault>
</env:Body>
</env:Envelope>
 

Attachments

  • ProcessAddressBook.txt
    1.2 KB · Views: 32
rebuild all business services and build another package and deploy to the business services server and test the issue.
 
Back
Top