General web services question

2012-07-11 Thread John Sundberg
Wondering - what are people doing about web services that fail or are down for a known period of time. Example: Maybe as part of your application you do a push fields to a web-service - to create a record in another system. However, that target system is down this weekend? How are people

Re: General web services question

2012-07-11 Thread Goodall, Andrew C
2:17 PM To: arslist@arslist.org Subject: General web services question ** Wondering - what are people doing about web services that fail or are down for a known period of time. Example: Maybe as part of your application you do a push fields to a web-service - to create a record

Re: General web services question

2012-07-11 Thread Joe Martin D'Souza
have to do – try again later? Joe From: Goodall, Andrew C Sent: Wednesday, July 11, 2012 3:30 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: General web services question ** I created an error routine to push the entries to an “Error queue” form, then I have

Re: General web services question

2012-07-11 Thread John Sundberg
Services ago...@jcpenney.com jcpenney 6501 Legacy Drive Plano, TX 75024 jcp.com From: Action Request System discussion list(ARSList) [mailto:arslist@arslist.org] On Behalf Of John Sundberg Sent: Wednesday, July 11, 2012 2:17 PM To: arslist@arslist.org Subject: General web services question

Web Services Question

2011-02-09 Thread Mark Milke
Hi Listers, our partner is using Web Methods and is asking for this kind of web service interface: ?xml version=1.0 encoding=UTF-8? wsdl:definitions name=Test targetNamespace=http://test.abc/; xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; xmlns:xsd=http:// www.w3.org/2001/XMLSchema

Re: Web Services Question

2011-02-09 Thread Tristan Roppel
Hello, If you have the wsdl description file as well, i think, there is an open source tool for generating the form in Remedy. Look at BMCDN ? Cheers Tristan ___ UNSUBSCRIBE or access ARSlist Archives at

Re: Web Services Question

2011-02-09 Thread Mark Milke
Hi Tristan, I frankly can't imagine how a form would look like to force ARS to get me the exact WSDL. I tried to do it manually, but I'm not getting the results. I'll check out BMCDN though. Mark On 9 Feb., 15:30, Tristan Roppel tristan.rop...@t-online.de wrote: Hello, If you have the wsdl

Re: Web Services Question

2011-02-09 Thread Grooms, Frederick W
Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Mark Milke Sent: Wednesday, February 09, 2011 9:45 AM To: arslist@ARSLIST.ORG Subject: Re: Web Services Question Hi Tristan, I frankly can't imagine how a form would look like to force ARS

Re: Web Services Question

2011-02-09 Thread Mark Milke
as a file). Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Mark Milke Sent: Wednesday, February 09, 2011 9:45 AM To: arsl...@arslist.org Subject: Re: Web Services Question Hi Tristan, I frankly can't imagine

Re: Web Services Question

2011-02-09 Thread Grooms, Frederick W
@ARSLIST.ORG] On Behalf Of Mark Milke Sent: Wednesday, February 09, 2011 1:40 PM To: arslist@ARSLIST.ORG Subject: Re: Web Services Question Frederick, thank you for you reply. Are you saying, that all I need to do is to modify the wsdl by hand and even though ARS would generate the kind of wsdl you're

Re: Web Services Question

2011-02-09 Thread uday kiran
Hi Could any one please explain a Ticket Life Cycle thanks Kiran On Wed, Feb 9, 2011 at 8:00 PM, Tristan Roppel tristan.rop...@t-online.dewrote: Hello, If you have the wsdl description file as well, i think, there is an open source tool for generating the form in Remedy. Look at BMCDN ?

Web Services question

2009-07-22 Thread Agency Enterprise Help Desk
I am new to web services and have a question. We have a vendor who has a different Help Desk application and wants us to send data from our HPD:HelpDesk form to their server through a web service. After reading the documentation I see that Remedy can consume and publish web services but I do

Re: Web Services question

2009-07-22 Thread Atul Vohra
Use filter to consume the external web service. -Original Message- From: Agency Enterprise Help Desk [ra-enterprisehelpd...@state.pa.us] Date: 07/22/2009 08:52 AM To: arslist@ARSLIST.ORG Subject: Re: Web Services question ** I am new to web services and have a question. We have

Re: Web Services question

2009-07-22 Thread Frank Caruso
a...@protechsoftwareinc.comwrote: Use filter to consume the external web service. -Original Message- From: Agency Enterprise Help Desk [ra-enterprisehelpd...@state.pa.us] Date: 07/22/2009 08:52 AM To: arslist@ARSLIST.ORG Subject: Re: Web Services question ** I am new to web

Re: Web Services question

2009-07-22 Thread CONDREA, Daniel
System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Agency Enterprise Help Desk Sent: Wednesday, July 22, 2009 3:43 PM To: arslist@ARSLIST.ORG Subject: Web Services question ** I am new to web services and have a question. We have a vendor who has a different Help Desk

Re: Web Services question

2009-07-22 Thread Carey Matthew Black
Joelie, Since you said you were new to WebServices WebServices 101: Basically what is going on is a client (consumer) is sending an XML file to a server (publisher) via HTTP(s). So in short... the client always sends an XML file to the server and the server always returns an XML file to

Re: Web Services question

2009-07-22 Thread Agency Enterprise Help Desk
9:30 AM To: arslist@ARSLIST.ORG Subject: Re: Web Services question Joelie, Since you said you were new to WebServices WebServices 101: Basically what is going on is a client (consumer) is sending an XML file to a server (publisher) via HTTP(s). So in short... the client always sends