Advertisement
ahmadandika

response addnewcustomer

Jun 28th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  2.    <s:Body>
  3.       <s:Fault>
  4.          <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:DeserializationFailed</faultcode>
  5.          <faultstring xml:lang="en-US">The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://www.cegid.fr/Retail/1.0:customerData. The InnerException message was 'Invalid enum value '' cannot be deserialized into type 'Cegid.Retail.Services.Common.Country.CountryIdType'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.'.  Please see InnerException for more details.</faultstring>
  6.       </s:Fault>
  7.    </s:Body>
  8. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement