error message importing gifts from Luminate Online using ImportOmatic

Options
I am seeking some help with fixing an error message with ImportOmatic.The response from the LO API is throwing an exception. 
 The API returns a server fault:
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
">
  <soap:Body>
    <soap:Fault xmlns:fns="urn:fault.soap.convio.com">
      <faultcode>fns:CLIENT</faultcode>
      <faultstring>Field order for MatchingGift1 does not match the schema definition for record type Donation</faultstring>
      <detail>
        <fns:InvalidQueryFault
>


Any advise or guidance would be greatly appreciated.
Tagged:

Comments

  • Erica Esson:

    I am seeking some help with fixing an error message with ImportOmatic.The response from the LO API is throwing an exception. 
     The API returns a server fault:
    <?xml version='1.0' encoding='UTF-8'?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
    ">
      <soap:Body>
        <soap:Fault xmlns:fns="urn:fault.soap.convio.com">
          <faultcode>fns:CLIENT</faultcode>
          <faultstring>Field order for MatchingGift1 does not match the schema definition for record type Donation</faultstring>
          <detail>
            <fns:InvalidQueryFault
    >


    Any advise or guidance would be greatly appreciated.

    You can check out the object types in the web services documentation. http://open.convio.com/webservices/#main.donation.html


    You can also use the Luminate Online Web Services Monitor/Console for lots of web services tools, like the WDSL. It's buried at the bottom of the API Logs list page for some reason.


    Are you working with the IOM API yourself or is this coming from a simple profile? I'd check out the Omatic API forum for the former, or Omatic support for the latter.


    We just got IOM recently here. I'd be interested in how this resolves.


    BPM

Categories