Hello, I was trying to use wget and curl to send the xml data, but no luck: curl --insecure --data ./data.xml https://10.128.5.179:1813/scs/request <HTML><BODY><H1><pre>the server does not permit the operation requested</pre></H1><pre>the request that caused the problem was POST /scs/request</pre></BODY></HTML> Please, suggest, there is definetly something i'm not understanding about this interface. I have also tried GET as a method but the error message is the same.
... View more