Re: New to Web Services - What am I missing?

2014-01-22 Thread Carol Carnevali
I'm sorry, but I'm still having difficulty understanding how you can get a WSDL from an external application into a Remedy Web Service. I was able to create a Web Service but Remedy generates the WSDL from the Form selected. I have also created the filter to consume it but I don't see how it

Re: New to Web Services - What am I missing?

2014-01-22 Thread LJ LongWing
Carol, I believe you are getting confused between 'Publishing' and 'Consuming' a web service. If you generate a web service object on a form, that is making a web service available, or 'publishing' a web service for another system to consume. They would be the trigger, they would consume your

Re: New to Web Services - What am I missing?

2014-01-22 Thread Brittain, Mark
- What am I missing? I'm sorry, but I'm still having difficulty understanding how you can get a WSDL from an external application into a Remedy Web Service. I was able to create a Web Service but Remedy generates the WSDL from the Form selected. I have also created the filter to consume it but I

Re: New to Web Services - What am I missing?

2014-01-22 Thread Grooms, Frederick W
: Wednesday, January 22, 2014 2:01 PM To: arslist@ARSLIST.ORG Subject: Re: New to Web Services - What am I missing? I'm sorry, but I'm still having difficulty understanding how you can get a WSDL from an external application into a Remedy Web Service.  I was able to create a Web Service but Remedy

Re: New to Web Services - What am I missing?

2014-01-22 Thread Carol Carnevali
Thanks so much for all the explanations! Yes, I was confusing publishing and consuming. So I'm forgetting the Web Services and just creating the filter. The missing link for me was understanding that I could enter a file location or a URL for the 'WSDL File'. Now I'm stuck on the file

Re: New to Web Services - What am I missing?

2014-01-22 Thread LJ LongWing
Put it in a place that's accessible to your Dev Studio, create a filter that does a setfield action, and change the source to 'Web Service', it'll ask for the location of the WSDL, provide it and hit 'Load'if the WSDL is in a format that Remedy recognizes, you will have input and outputs

Re: New to Web Services - What am I missing? RESOLVED

2014-01-22 Thread Carol Carnevali
Got it, and it's working! Thank you all SO much! The ARSLIST rocks! Much appreciated! Carol ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: New to Web Services - What am I missing?

2014-01-20 Thread Carol Carnevali
Thanks so much for the reply, Vivek! Sounds like the missing link is the filter. I'll give this a try. Thanks again. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been

Re: New to Web Services - What am I missing?

2014-01-19 Thread vivek garg
Hi Carol, Web services are consumed in remedy through set fields action in a filter. Just create a filter and load the WSDL file you want to consume in Remedy. When you are creating a web service in remedy , you need to enter the appropriate values in the below mentioned URL(WSDL publishing

New to Web Services - What am I missing?

2014-01-18 Thread Carol Carnevali
Hello Remedy Geniuses, I am new to Web Services and this is probably a stupid question but... If someone hands you a WSDL file that Remedy needs to consume, where do you put it to be consumed? When creating the Web Service, I just don't see where Remedy can access the file. What am I