Václav Škorpil
05/23/2022, 9:48 AM<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="<http://schemas.xmlsoap.org/soap/envelope/>" xmlns="<http://www.pds.eu/vOKO/v0200>" xmlns:eph="<http://www.ccv.cz/EPH_GCP01G>">
<soapenv:Body>
<Request vOKOid="EPH_GCP01G">
<RequestContent>
<eph:REQUEST>
<eph:GETDATA>1</eph:GETDATA>
<eph:IDLAST>22</eph:IDLAST>
</eph:REQUEST>
</RequestContent>
</Request>
</soapenv:Body>
</soapenv:Envelope>
As you can see, there are more than one namespace in the envelope.I xmlutil is only @XmlSerialName which can specify only one namespace. How should i handle this?Dominaezzz
05/23/2022, 9:58 AMVáclav Škorpil
05/23/2022, 9:59 AMDominaezzz
05/23/2022, 10:00 AMpdvrieze
07/25/2022, 3:14 PM