Thank you!
Hi huy sy doi,
Sorry to hear you're having this issue, please contact our Support Department @ 1800-821-2797 for assistance with not being able to call web services.
Hi,
During configuration of our application on the device, we call some webservice methods exposed by the device such as JobLimits below.
We couldn't call this service from one of our server machine.
With the same device, we could call this service from another server machine.
Do you have any ideas on possible cause?
We also tried to post this from Fiddler > Composer > Raw but got no response from the devcie.
POST /webservices/JobLimits/1 HTTP/1.1
Host: 10.225.161.39
User-Agent: gSOAP/2.7
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 814
Connection: close
SOAPAction: "http://xml.namespaces.xerox.com/enterprise/JobLimits/1/GetInterfaceVersion"
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:joblmts="http://www.xerox.com/webservices/JobLimits/1" xmlns:xacfg="http://www.xerox.com/webservices/office/accessconfig/1"><SOAP-ENV:Body><joblmts:GetInterfaceVersionR...>
We also tried with another webservice method, it has the same issue:
POST /webservices/office/cuiregistration/1 HTTP/1.1
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://xml.namespaces.xerox.com/enterprise/CUIRegistration/1/GetInterfaceVersion"
User-Agent: Axis2
Host: <device ip>
Content-Length: 904
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ns3:Security xmlns:ns3="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="0"><ns3:UsernameToken><ns3:Username>admin</ns3:Username><ns3:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">c... left out</ns3:Password><ns3:Nonce>wdigRQA/q8V80XecinD2QQ==</ns3:Nonce><wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2020-08-07T17:44... xmlns:ns5="http://www.xerox.com/webservices/office/cuiregistration/1"></ns5:GetInterfaceVersionRequest></soapen...>
Thanks very much.