AddressBook MBF
Dears,
I'm trying to call the customer manager function through SOAP.
It's working in the test environment, but not in the production environment.
I'm getting this error on the PD.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:Fault xmlns:ns1="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>ns0:Server</faultcode>
<faultstring>Server Failure while executing business function. Please try request again. :AddressBookMasterMBF(Address Book - MBF)</faultstring>
</ns0:Fault>
</S:Body>
</S:Envelope>