View Issue Details

IDProjectCategoryView StatusLast Update
0007207OXID ERP InterfaceOXID ERP Interface - subpublic2021-02-01 09:13
Reportermichael_keiluweit Assigned To 
PrioritynormalSeveritytextReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.1.0 
Summary0007207: The feature erpTargetNamespace isn't documented yet
DescriptionWhether the PDF nor the online documentation doesn't describe the feature.


https://github.com/OXID-eSales/erp/blob/master/CHANGELOG.md#changed-2

## [2.15.2] - 2017-12-11

### Changed
- WSDL targetNamespace/tns now by default is set to <your_shop_url>/modules/erp/OXERPService.
- You can customize the SOAP targetNamespace by adding the following config constant to config.inc.php file:
  //Customize the SOAP targetNamespace. Default is <your_shop_url>/modules/erp/OXERPService
  $this->erpTargetNamespace = <some custom URI>;

Additional InformationAdditionally, I would strongly recommend to mention the PHP WSDL cache and also the OXIDs own WSDL Cache mechanism. The past has proven, that changes were often made correctly, but didn't had any affect, because of one of those two caches. They should be mentioned so the developers are aware about them. Also a recommendation how to set up those caches would be nice.
TagsNo tags attached.

Activities

There are no notes attached to this issue.