Hi, i have a strange problem.
When i connecting to NicTool and try login by this :
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<login xmlns="http://192.168.1.43:8082/SOAP">
<struct>
<username>root</username><password>1234</password>
</struct>
</login>
</soap:Body>
</soap:Envelope>
I get error "unknown tag encountered soap:Envelope" .
I tried replace it to SOAP-ENV:Envelope, changed upper or lower cases and other. But all time get same error. HELP ME PLEEEEEASEEEEE :'( :'( :'( :'(