Closed MikeOtown closed 7 years ago
Thank you. Question about the last part of these instructions...
After performing of this steps EAV attributes exposed to Oro. Them are mapped to entity fields by name...
Do I now need to create a Bundle that adds new Customer Entity fields?
You can do it from UI also
In our Magento site backend, I turned on “Enable Additional Attributes” in System->Configuration->Customers->OroCRM. Now, in SoapUI oroCustomerList returns an empty <attributes/>
tag for each Customer and oroCustomerInfo returns:
`
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
<complexObjectArray/>
</attributes>`
What could be the issue? Why are our custom attributes not being returned?
What is the best way to debug this extension? Where should I put breakpoints? Is there a way to turn on Verbose logging?
I keep getting...
[11-Jan-2017 14:33:01 UTC] PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8088/index.php/api/v2_soap/index/?XDEBUG_SESSION_START=netbeans-xdebug&wsdl=1' : failed to load external entity "http://localhost:8088/index.php/api/v2_soap/index/?XDEBUG_SESSION_START=netbeans-xdebug&wsdl=1"
Fails when I add the XDEBUG_SESSION_START parameter. Does anyone successfully debug SOAP calls from phpStorm?
AFAIK, you have to set breakpoint once request started. Breakpoint before request stops SOAP request somehow.
I am now closing this issue as it has been inactive for a while. Please, feel free to reopen it if you have any questions.
What is the best way to expose our own Custom Customer fields?