Servlet API - Add Requestor
Trying to add requestor through the servlet api, but I am getting this error when submitting the form using cURL:
"<operation><operationstatus>Failure</operationstatus><message>username cannot be
empty</message></operation>"
cURL command:
C:\cURL>curl --data-urlencode
"operation=Addrequester&name=Demian Quinonez&emplo
yeeId=xdemian&description=CRMLS Roster
Import&email=demian@crmls.org&phone=xxxxx
&mobile=xxxxx&site=www.crmls.org&departmentName=MRML&jobTitle=AG&r
equestViewPermission=OWN REQUEST&approvePurchaseOrder=FALSE&loginName=xdemian&pw
d=123456&username=Demian&password=xxxxx&DOMAIN_NAME=MRODD.MRMLS&logonDomainN
ame=AD_AUTH"
http://172.27.2.20:8080/servlets/RequestServlet
As you can see the data submitted does have the username, so I am not sure what is actually wrong. Can I get some help? Thanks!!
New to ADSelfService Plus?