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

SOAP messages being sent from op-node to EL #13615

Open
emlautarom1 opened this issue Jan 7, 2025 · 0 comments
Open

SOAP messages being sent from op-node to EL #13615

emlautarom1 opened this issue Jan 7, 2025 · 0 comments

Comments

@emlautarom1
Copy link

At Nethermind we're running op-node together with the Nethermind client, and from time to time both OP and Base nodes send SOAP messages for an unrelated protocol: TR-069

An example of messages that we might receive is the following:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap_env:Envelope
xmlns:soap_env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soap_enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:cwmp="urn:dslforum-org:cwmp-1-2">
<soap_env:Body>
<cwmp:Inform>
<DeviceId>
<Manufacturer>DISCOVERYSERVICE</Manufacturer>
<OUI>DISCOVERYSERVICE</OUI>
<ProductClass>DISCOVERYSERVICE</ProductClass>
<SerialNumber>SdvKJzhzwN</SerialNumber>
</DeviceId>
<Event soap_enc:arrayType="cwmp:EventStruct[1]">
<EventStruct>
<EventCode>M ScheduleInform</EventCode>
<CommandKey />
</EventStruct>
</Event>
</cwmp:Inform>
</soap_env:Body>
</soap_env:Envelope>

It's not clear to us why we're getting these kind of messages but they cause issues since we're expecting all request to be JSON objects, thus failing during deserialization.

The original issue and more details are available in NethermindEth/nethermind#8015 (comment)

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

No branches or pull requests

1 participant