Does identityXml for NetPoint 7.0 work?

The Netpoint 7.0A Developer Guide example for changing a password using identityXml 6.5+ syntax doesn't work. When I correct the xml parsing errors, I keep getting "The old password is not correct." with a ObStatus = 1.
Can I use identityXml 6.5+ syntax to change a password? If so, please tell me what the xml should look like for the new syntax. Below is the XML I've been using:
Also, where can I access a NetPoint 7.0B (or later) Developer Guide on the web? Maybe it will have corrections to the 6.5 syntax.
Below is the 6.5 syntax I've been trying:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:oblix="http://www.oblix.com">
<soap:Body>
<oblix:request version="NPWSDL1.0" application="userservcenter" function="modifyUser" mode="" xmlns:oblix="http://www.oblix.com">
<oblix:params xmlns:oblix="http://www.oblix.com">
<oblix:uid xmlns:oblix="http://www.oblix.com">cn=Brad,ou=Branch1,ou=Region1,o=MyCorp</oblix:uid>
<oblix:noOfFields xmlns:oblix="http://www.oblix.com">1</oblix:noOfFields>
<oblix:AttributeParams xmlns:oblix="http://www.oblix.com">
<oblix:PasswordAttribute xmlns:oblix="http://www.oblix.com">
<oblix:AttrName xmlns:oblix="http://www.oblix.com">UserPassword</oblix:AttrName>
<oblix:attroldvalue xmlns:oblix="http://www.oblix.com">guesstwo</oblix:attroldvalue>
<oblix:AttrConfirmValue xmlns:oblix="http://www.oblix.com">guesstwo</oblix:AttrConfirmValue>
<oblix:AttrNewValue xmlns:oblix="http://www.oblix.com">guesstwo</oblix:AttrNewValue>
<oblix:AttrOperation xmlns:oblix="http://www.oblix.com">REPLACE</oblix:AttrOperation>
</oblix:PasswordAttribute>
</oblix:AttributeParams>
</oblix:params>
</oblix:request>
</soap:Body>
</soap:Envelope>
TIA,
Brad

I put the noOfFields outside the PasswordAttribute because when I put it inside webpass returns an error saying it has a problem with the xml. Also, the element is not part of the PasswordAttributte according to the WSDL files even though the Developer Guide shows it that way in an example.
Here's what I get when I move the noOfFields inside the PasswordAttributte:
NOTE: the error message refers to noOfFields as an unknown element, probably because it wasn't expecting it in that position.
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<Oblix xmlns:oblix="http://www.oblix.com/" xmlns="http://www.oblix.com/">
<ObError>
<ObTextMessage>Parse error: XML document is invalid.
obxreader.cpp:182: Error: ObX::Reader::read
obsoapdomfactory.cpp:51: Error: Exception re-thrown in ObSOAPDOMFactory::StartElement.
obsoapdomfactoryI.cpp:275: Error: Exception re-thrown in ObSOAPDOMFactoryImpl::StartElement.
obsoapdomfactoryI.cpp:133: Error: XML request contains unknown element noOfFields.
</ObTextMessage>
<ObStatus>1</ObStatus>
</ObError>
<ObStatus>1</ObStatus>
</Oblix>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Similar Messages

Maybe you are looking for

  • I have a yahoo search at the bottom of mozilla page and want it gone.

    My son installed a video game and didn't catch the yahoo search. The yahoo search is at the bottom of the page along with my weather info I have added on. This is not an extension or an add-on that I can just simply go into add-ons and uninstall it.

  • Where can I find InDesign CS6?

    I'm trying to open .p65 files, which I cannot in InDesign CC. I can't find a download link on Adobe.com for InDesign CS6. Does Adobe even sell it anymore?

  • My icloud calenders are not visible on my iPad suddenly, but are on my iphone?

    After updating the operating system on my iPad, the icloud calenders are not even visible on the device, whereas they are still present on my I phone 4. It only seems to have the calenders on my mac visible along with birthdays. Any one know what's g

  • Can we convert a variant bom in to a multiple bom

    my problem is i have  a variant bom for a material. i want to create  a alternative boms for that material.it says can not be done sine the bom is a variant bom. it can be done only for a multiple bom.

  • Link an image field to a value selected from a list

    Hello! I'm newbie to Dreamweaver - PHP and I have a problem. I have made a list that displays the names of all the images of my database. Now, I want every time the user selects a value from the list the corresponding image appears on the same page.