Skip to content
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

FAULTDETAIL #50

Open
victorgp89 opened this issue Mar 26, 2020 · 0 comments
Open

FAULTDETAIL #50

victorgp89 opened this issue Mar 26, 2020 · 0 comments
Labels

Comments

@victorgp89
Copy link

Hi,

I wanted to see a problem I have about the Fault class.
When a web service returns an object inside the FaultDetail like this:

image

I have seen that a FaultHandler had been created.

What it does is insert the node as a string when it deserializes it:

[detail:Igm\Synergy\SoapClient\Envelope\SoapEnvelope12\Parts\Fault:private] => <ns3:LinkHotelException xmlns:ns3="http://ws.link.test.hotelresb2b.com/exception"><ns3:errorCode>0221</ns3:errorCode><ns3:language>2</ns3:language><ns3:message>The room with this affiliation does not exist in the system.[asdsadsad]</ns3:message></ns3:LinkHotelException>

Is it possible to emulate the behavior of HeaderPlaceHolder to be able to insert any type of object always inside?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants