ParsingError: The schemaLocation attribute does not contain pairs of values
807573Jun 5 2006 — edited Jun 20 2006Hello drigson,
I am trying to send DSML request via HTTP/SOAP using Directory Server Resource Kit tools. There are two command inside DSRK. One is DsmlSearch and Second is DsmlModify. I have installed DSRK and Sun ONE directory Server under Windows 2003 Server. Both installed
successfully. When I try to run DsmlSearch command like below on command prompt
C:\DSRK\java\dsmltools>java DsmlSearch -h http://192.168.0.99:8000/dsml -b "dc=domain,dc=com" -D
"uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot" -w admin "objectclass=*",
it gives same error like you..
<?xml version='1.0' encoding='UTF-8' ?>
<soap-env:Envelope
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:xsi=' http://www.w3.org/2001/XMLSchema-instance'
xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/'
>
<soap-env:Body>
<batchResponse
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns='urn:oasis:names:tc:DSML:2:0:core'
>
<errorResponse type='malformedRequest'>
<message>ParsingError @ line 2, col 178, The schemaLocation attribute does not contain pairs of values.</message>
</errorResponse>
</batchResponse>
</soap-env:Body>
</soap-env:Envelope>
I am trying this command from last 3 days, but I am not able to solve this error. Even though I have installed newer version
(Sun Java System Directory Server ONE 5.2 withe the 2005Q4 patch). Dnt know that what should I do now ?
Please help me Sun Developer.....
Thanks in advance,
Satyam