So you are Consuming a web service (of another application) inside a Remedy filter. When you consume a web service inside of a Filter you do not even use the Remedy Mid-Tier. All work is from the arplugin process. The 401 Error is coming from the other application's web server. Check to see what type of authentication they have installed on their web server. It could be that they have LDAP authentication required and you are running the Remedy server under a non Domain authenticated account. Fred
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Frex Popo Sent: Wednesday, January 23, 2008 9:02 AM To: [email protected] Subject: ARERR [9130] An exception occurred from the WebService class : (401)Unauthorized ** Hello all, I had a query on WebServices earlier but I thought I will reword my question and resend it again. Have you seen/had this error before while using a WebService filter to send data to a remote WebService. The filter fires on Submit, so I get the error when I modify one of the fields and hit save. ARERR [9130] An exception occurred from the WebService class : (401)Unauthorized It says at the end of the log "about to invoke" and fails with error 401! Is this the part where the plugin tries to connect to the remote Webservice? Since the error comes after the time the SOAP message is constructed I am assuming that this is the case. Many thanks frex <FINEST> Leaving ARPluginEvent +CALL ARFilterApiCall -- filter API ARSYS.ARF.WEBSERVICE <FINE> soapService = <FINE> soapMethod = <FINE> soapURL = <FINE> soapNamespace = <FINE> soapInputDocument = <Header> <PSTNG_DATE>10/10/2008</PSTNG_DATE> <DOC_DATE>10/10/2008</DOC_DATE> </Header> <Item> <MATERIAL>001</MATERIAL> <ENTRY_QNT>23</ENTRY_QNT> <PLANT>SJC</PLANT> <STGE_LOC>0004</STGE_LOC> <COSTCENTER>MMA_PATRIM</COSTCENTER> </Item> </ROOT> <FINE> Number of inputs = 12 <FINE> 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:Body> <MT_GoodsMvt_Request xmlns= <Header> <PSTNG_DATE>10/10/2008</PSTNG_DATE> <DOC_DATE>10/10/2008</DOC_DATE> </Header> <Item> <MATERIAL>001</MATERIAL> <ENTRY_QNT>23</ENTRY_QNT> <PLANT>SJC</PLANT> <STGE_LOC>0004</STGE_LOC> <COSTCENTER>MMA_PATRIM</COSTCENTER> </Item> </MT_GoodsMvt_Request> </soapenv:Body> </soapenv:Envelope> <FINE> About to invoke <FINE> (401)Unauthorized -CALL FAIL ________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails <http://fr.rd.yahoo.com/mail/mail_taglines/trueswitch/*http://www.truesw itch.com/yahoo-fr/> vers Yahoo! Mail __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

