You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->sabreService->namespaceMap['http://www.eurotax.com/webservices/'] = 'test';
//with the same $writer as previously$writer->write([
'{http://www.eurotax.com/webservices/}GetValuation' => $parameters
]);
It removes the xmlns attribute and gives me:
<test:GetValuation>
The text was updated successfully, but these errors were encountered:
vrobin95
changed the title
Trouble with prefix
Trouble with prefix in writer
Jun 11, 2020
Hi,
I am tring to get the next configuration, without any prefix:
According to the documentation I wrote:
So, I added the next configuration:
And here is the result I got:
<GetValuation>
What am I doing wrong ? Thank you for your help
edit:
The next configuration seems strange too:
It removes the xmlns attribute and gives me:
The text was updated successfully, but these errors were encountered: