>
> hi,
>
> I am trying to test a web service created in 7.1 patch6
> created a filter to run on modify
> Web services is not external(another application) but one that I created.
> used an admin account for authentication.
>
> I receive the following error
> ARERR [9130] An exception occurred from the WebService class :
> (401)Unauthorized
>
> Plugin log
>
> */+CALL  ARFilterApiCall                  -- filter API
> ARSYS.ARF.WEBSERVICE
>  soapMethod = QueryIncident
> > soapURL =
>
> http://adapitwn03:17200/arsys/services/ARService?server=adaprmwn03&webService=SOT_QueryWSII
> > soapNamespace = urn:SOT_Quer
>  soapInputDocument = <ns0:ROOT xmlns:ns0="urn:SOT_QueryWSIIService"
> xmlns:ns1="urn:SOT_QueryWSII" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>  <ns0:SOAPHeader>
>  <ns1:AuthenticationInfo>
>   <ns1:userName>hngother</ns1:userName>
>   <ns1:password>****</ns1:password>
>   <ns1:authentication/>
>   <ns1:locale/>
>   <ns1:timeZone/>
>  </ns1:AuthenticationInfo>
>  </ns0:SOAPHeader>
>  <ns1:Incident_Number>INC000000200278</ns1:Incident_Number>
>  <ns1:maxLimit/>
> </ns0:ROOT>
>
>  soapOperationDoc = <?xml version="1.0" encoding="windows-1252"?>
>
>  <operation name="QueryIncident" type="create" useStyle="literal"
> bindingStyle="document" soapActionURI="urn:SOT_QueryWSII/QueryIncident">
>  <inputMapping name="QueryIncident" topLevelElement="QueryIncident"/>
>  <outputMapping name="QueryIncidentResponse"
> topLevelElement="QueryIncidentResponse"/>
>  </operation>
>  soapAction = urn:SOT_QueryWSII/QueryIncident
>  soapMethod = QueryIncident
>  URL Auth User = hngother
>  URL Auth Password = <hidden>
>  Number of inputs = 15
>  Setting user and password for site / proxy auth, usernamehngother
> < Input Env = <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>  <soapenv:Header>
>  <ns1:AuthenticationInfo soapenv:actor="" soapenv:mustUnderstand="0"
> xmlns:ns1="urn:SOT_QueryWSII">
>     <ns1:userName>hngother</ns1:userName>
>
>     <ns1:password>****</ns1:password>
>
>     <ns1:authentication/>
>
>     <ns1:locale/>
>
>     <ns1:timeZone/>
>
>  </ns1:AuthenticationInfo>
>  </soapenv:Header>
>  <soapenv:Body>
>  <ns1:QueryIncident xmlns:ns0="urn:SOT_QueryWSIIService"
> xmlns:ns1="urn:SOT_QueryWSII" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>
>   <ns1:Incident_Number>INC000000200278</ns1:Incident_Number>
>
>   <ns1:maxLimit/>
>
> </ns1:QueryIncident>
>  </soapenv:Body>
> </soapenv:Envelope>
> About to invoke
>  (401)Unauthorized
> (401)Unauthorized
>  */-CALL
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Reply via email to