Web Service Issue - Post Upgrade from ARS 7.1 to ARS 7.6.04 SP2

2012-08-14 Thread jaya munjal
Hi List We have upgraded our ARS instance from ARS 7.1 to ARS 7.6.04 SP2. We have a custom application where we are consuming an external web service. The workflow is that an escalation sets a flag and then there is workflow (filters) which are triggered to gather a values from other forms and

Web service issue on calling HTTPS URL

2011-05-13 Thread Siddiqi, Wirasat (Contractor)
I am trying to load a HTTPS URL suing filter set field. We have loaded the certificate in Java JRE directory on the server. When I try to click the load button, I am getting following error message. Any help would be appreciated. We are running AR Server Patch 6 on Windows 2003 environment.

Re: Web service issue on calling HTTPS URL

2011-05-13 Thread patchsk
Verify if you loaded the certificate to the correct Java JRE which is being used by the webservices plugin. Sometimes it is possible the server has more than one JRE. Did you restart the remedy arserver after loading the certificate? On May 13, 10:10 am, Siddiqi, Wirasat (Contractor)

Web Service Issue

2010-10-21 Thread Nall, Roger
ARS 7.1 Patch 4 Win2k SQL2k We have a situation where we create tickets in another system consuming a web service. The Output of the web service is the ticket number from the other system. Our process to create this ticket is as follows: * Make a change on Remedy ticket. * Push

Re: Web Service Issue

2010-10-21 Thread strauss
Tracking Administration Manager University of North Texas Computing IT Center http://itsm.unt.edu/ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Nall, Roger Sent: Thursday, October 21, 2010 4:15 PM To: arslist@ARSLIST.ORG Subject: Web Service Issue

Re: Web Service Issue

2010-10-21 Thread Nall, Roger
://natweb.eng.t-mobile.com/sites/TTWeb/CreateTicket.aspx | From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of strauss Sent: Thursday, October 21, 2010 4:24 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service Issue ** Look for a rollback transaction

Re: Web Service Issue

2010-10-21 Thread strauss
:38 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service Issue ** This is all on a custom application. Nothing OOB. Roger Nall Manager, SA Business Intelligence/Remedy Desk Phone: 972-464-3712 Mobile: 973-652-6723 Helpful Links: | Reportshttp://bi.eng.t-mobile.com:8080/InfoViewApp |SA_Suggestion

Re: Web Service Issue

2010-10-21 Thread Grooms, Frederick W
@ARSLIST.ORG Subject: Re: Web Service Issue ** In my case it is usually on the custom, interface form that the roll backs occur - at the point of integration between the external app and the Remedy app (which is where you want them to appear, not in the ticketing form). I still get them today when

Web Service issue

2010-04-08 Thread Arnab Baral
Hi Listers, I am trying to create 2 Web service and trying to work with OpgetList from Operations list. I am doing the operation cut from the Root Mapping in case of Output Mapping I am removing the fields and then giving public permission I am saving the WS. Whenever the WSDL file is getting

Re: Web Service issue

2010-04-08 Thread Atul Vohra
Did you flush the mid-tier cache? Atul Vohra -Original Message- From: Arnab Baral [arnab...@gmail.com] Date: 04/08/2010 01:16 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service issue ** Hi Listers,   I am trying to create 2 Web service and trying to work with OpgetList from

Re: Web Service issue

2010-04-08 Thread Arnab Baral
/2010 01:16 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service issue ** Hi Listers, I am trying to create 2 Web service and trying to work with OpgetList from Operations list. I am doing the operation cut from the Root Mapping in case of Output Mapping I am removing the fields

Re: Web Service issue

2010-04-08 Thread Joe D'Souza
on the Mid-Tier cache.. Joe -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org]on Behalf Of Arnab Baral Sent: Thursday, April 08, 2010 2:12 PM To: arslist@ARSLIST.ORG Subject: Re: Web Service issue ** Thanks Atul, I will do

Web service issue

2008-07-06 Thread Amit
Hello All, I have defined web service in my remedy application. When I tried to consume that same service through filter ,I am getting following error: Failed to create internal mapping from wsdl (ARERR 7012) Additional Details: Connection timed out: connect

web service issue

2008-06-16 Thread Amit
Hello All, Following are my system details: ARS server version 6.03.00 patch 24 hardware -- sun4u operating system --- Sun OS 5.8 oracle -- 10.1.0.4 I have created web service on the form in my system and trying to consume it through the filter. I am performing opget

WEB SERVICE ISSUE ???

2007-06-12 Thread abdul . ghani
Hi... This is regarding the Web Service Implementation with REMEDY ARSystems7.0. I am using Apache Axis as the framework to implement my web services client. The web services server has been configured through the Remedy ARSystems7.0. I get the following error messages when I attempt to run

Re: WEB SERVICE ISSUE ???

2007-06-12 Thread Sharma, Tarun
Abdul, - Compare the sequence of XML elements of Remedy WSDL with your WSDL used in java code. If the sequence is different then you will get same error. - Another reason can be if some extra required fields are available either in Remedy WSDL or in WSDL consumed by java