OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems magento_customer_address_export sync failed suggest:'Please enter the street'

This topic contains 2 replies, has 2 voices, and was last updated by  Mike Kudelya 7 years, 4 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27498

    linny
    Participant

    update magento customer information in crm, the customer group update succeed,but the customer address update failed, the error output is :”Please enter the street” ,but the street is not null.

    [message] Please enter the street.
    [request] <?xml version=”1.0″ encoding=”UTF-8″?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:ns1=”urn:Magento” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:SOAP-ENC=”http://schemas.xmlsoap.org/soap/encoding/” SOAP-ENV:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/”><SOAP-ENV:Body><ns1:customerAddressUpdate><sessionId xsi:type=”xsd:string”>6bfe1bbf8e75b2b236771aa1399ad236</sessionId><addressId xsi:type=”xsd:int”>40</addressId><addressData xsi:type=”ns1:customerAddressEntityCreate”><city xsi:type=”xsd:string”>sz</city><company xsi:type=”xsd:string”></company><country_id xsi:type=”xsd:string”>US</country_id><firstname xsi:type=”xsd:string”>ling</firstname><lastname xsi:type=”xsd:string”>zong</lastname><middlename xsi:type=”xsd:string”></middlename><postcode xsi:type=”xsd:string”>21000</postcode><prefix xsi:type=”xsd:string”></prefix><region_id xsi:type=”xsd:int”>0</region_id><region xsi:type=”xsd:string”>Alabama</region><street xsi:type=”ns1:ArrayOfString”/><suffix xsi:type=”xsd:string”></suffix><telephone xsi:type=”xsd:string”>3333</telephone><is_default_billing xsi:type=”xsd:boolean”>true</is_default_billing><is_default_shipping xsi:type=”xsd:boolean”>true</is_default_shipping></addressData></ns1:customerAddressUpdate></SOAP-ENV:Body></SOAP-ENV:Envelope>

    [response] <?xml version=”1.0″ encoding=”UTF-8″?><SOAP-ENV:Envelope xmlns:SOAP-ENV=”http://schemas.xmlsoap.org/soap/envelope/”><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>100</faultcode><faultstring>Please enter the street.</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    [code] 200

    and my magento version is 1.7.0.2 ,pls help me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #27499

    linny
    Participant

    My php version is php-7.1.0RC3 , it works fine in my localhost and php version is 5.6,so i think the php version whether effect the sync about the magento customer address update.

    #27500

    Mike Kudelya
    Participant

    Hi

    I think that magento 1.7 will never be tested for php 7.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top