Dieter Devlieghere

Results 60 comments of Dieter Devlieghere

What error are you talking about? The `ns1` and other such prefixes are autogenerated by PHP's SOAP client. There is probably a way to define your own namespaces. But they...

I found this reddit thread: https://www.reddit.com/r/PHP/comments/184ik5/soap_client_change_ns1_namespace_prefix/c8c3xhi You may want to try that?

As you may have noticed, I do not have the time to get to the bottom of this. Somehow you'll have to convince PHP's soapclient to not set the automatically...

it's not always ns:1, in fact SoapClient will generate a namespace prefix per namespace in your document. But yes, that could be a way to go.

I'm currently stuck on a translation from PHP objects to XSD objects on the Criterion / HotelSearchCriterionType / ItemSearchCriterionType. The Criterion object seems to be recognized, but any properties that...

Are you using the hotel implementation from the `hotel` branch? You should know that it is not functional. It is still a work in progress (although I no longer have...

Usually queues are set up for travel agents to inform them that something has been changed in a PNR. So if you configure queues or properly use the default queues...

To what element does this point? Remarks (and probably many other elements in Amadeus PNR's) have a limit of 128 characters.

I think you'd better remove all personal information

It's the RF remark that errors. Make sure its contents is less than 128 characters in total. you can set an RF string like this: 'requestCreatorParams' => [ 'receivedFrom' =>...