-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date xsi:type #539
Comments
You might need to change the date format for your specific service. Can you paste the whole exceptions stack trace? |
{
"message": "Failed encoding type LazyTechwork\\Parsec\\Types\\SetPersonExtraFieldValues as {http://parsec.ru/Parsec3IntergationService:setpersonextrafieldvalues}. Failed at path \"SetPersonExtraFieldValues.values.ExtraFieldValue.VALUE\".",
"exception": "Phpro\\SoapClient\\Exception\\SoapException",
"file": "[/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Exception/SoapException.php](http://127.0.0.1:8001/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Exception/SoapException.php)",
"line": 19,
"trace": [
{
"file": "[/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Caller/EngineCaller.php](http://127.0.0.1:8001/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Caller/EngineCaller.php)",
"line": 37,
"function": "fromThrowable",
"class": "Phpro\\SoapClient\\Exception\\SoapException",
"type": "::"
},
{
"file": "[/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Caller/EventDispatchingCaller.php](http://127.0.0.1:8001/home/lazytechwork/dev/etu/pf/physaccess/vendor/phpro/soap-client/src/Phpro/SoapClient/Caller/EventDispatchingCaller.php)",
"line": 30,
"function": "__invoke",
"class": "Phpro\\SoapClient\\Caller\\EngineCaller",
"type": "->"
}
]
} |
Hm yeah thats not really the trace I was looking for, rather the list of all previous exceptions. However, The custom encoder you've added for the |
I consider this one resolved. |
Hello there! I'm facing a new issue with the mixed type, specifically related to the DateTimeInterface. I am using the same method as in #534 but now I need to pass
xsi:type="date"
withDateTimeInterface
, but it's throwing an exception. The exception message isFailed encoding type LazyTechwork\\Parsec\\Types\\SetPersonExtraFieldValues as {http://parsec.ru/Parsec3IntergationService:setpersonextrafieldvalues}. Failed at path "Set Person Extra Field Values.values.ExtraFieldValue.VALUE"
.Can you please help me with this?
The text was updated successfully, but these errors were encountered: