Re: Consuming an external web service

2014-09-24 Thread Misi Mladoniczky
Hi, I have seen this a few times. I think it is the standard Microsoft implementation that does not handle NULL values, for example for numbers. Could it be possible to send a 0 (zero) instead of NULL in these cases? If you can do that it is a single filter per field, and possibly the need to

Re: Consuming an external web service

2014-09-24 Thread Jarl Grøneng
Agree that the WSDl should support NULL values, which is a value. It could be that the xsd is wrong. If it contains information that the element is required, BMC Remedy always sends the element, regardsless if its empty or not. -- J 2014-09-24 12:20 GMT+02:00 Misi Mladoniczky m...@rrr.se: Hi,

Re: Consuming an external web service

2014-09-24 Thread Misi Mladoniczky
Hi Jarl, Are you sure that the element will be skipped if it is set to NULL? I think that a NULL value is still considered a value in Remedy. There is no way to skip it if you include it in the attribute list. Best Regards - Misi, RRR AB, http://rrr.se Agree that the WSDl should

Re: Consuming an external web service

2014-09-24 Thread Jarl Grøneng
It all depend on your xsd definition. An example her: nillable vs minorrours http://www.dimuthu.org/blog/2008/08/18/xml-schema-nillabletrue-vs-minoccurs0/comment-page-1/ -- J 2014-09-24 13:47 GMT+02:00 Misi Mladoniczky m...@rrr.se: Hi Jarl, Are you sure that the element will be skipped if

Re: Consuming an external web service

2014-09-24 Thread Grooms, Frederick W
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jarl Grøneng Sent: Wednesday, September 24, 2014 7:13 AM To: arslist@ARSLIST.ORG Subject: Re: Consuming an external web service ** It all depend on your xsd definition. An example her: nillable vs minorrours http

Re: Consuming an external web service

2014-09-24 Thread Jarl Grøneng
:* Wednesday, September 24, 2014 7:13 AM *To:* arslist@ARSLIST.ORG *Subject:* Re: Consuming an external web service ** It all depend on your xsd definition. An example her: nillable vs minorrours http://www.dimuthu.org/blog/2008/08/18/xml-schema-nillabletrue-vs-minoccurs0/comment

Consuming an external web service

2014-09-23 Thread Jim Hetfield
We're trying to consume an external, non-Remedy web service, using a set field from web service filter action. Watching arpluginsvr.log I can see the transaction successfully reach the vendor system, but it's erroring out due to failing validation on the other side. The XML being passed by the

Logging the contents of the XML thats sent while consuming a external web service..

2012-02-23 Thread Joe Martin D'Souza
I’m guessing Fiddler should be able to capture this? If not are there any tools I could install on the AR Server to capture the contents (exact XML that’s sent across to the provider). I tried API/Filter logging and neither does this. And the Mid Tier Web Service logging option is for web

Re: Logging the contents of the XML thats sent while consuming a external web service..

2012-02-23 Thread Grooms, Frederick W
Martin D'Souza Sent: Thursday, February 23, 2012 4:53 PM To: arslist@ARSLIST.ORG Subject: Logging the contents of the XML thats sent while consuming a external web service.. ** I’m guessing Fiddler should be able to capture this? If not are there any tools I could install on the AR Server

Re: Logging the contents of the XML thats sent while consuming a external web service..

2012-02-23 Thread Joe Martin D'Souza
] On Behalf Of Joe Martin D'Souza Sent: Thursday, February 23, 2012 4:53 PM To: arslist@ARSLIST.ORG Subject: Logging the contents of the XML thats sent while consuming a external web service.. ** I’m guessing Fiddler should be able to capture this? If not are there any tools I could install on the AR

Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
ARS 7.5 on Windows 2007 svr p1 on VM ITSM 7.6 MS SQL (G_d knows what version) Anyone know how to get the soap request or contents into a log when consuming an external web service? Read the book which said you should be able to see it in the PLGN logs but no such luck. All logging set to max

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread ARSmarts Support
or contents into a log when consuming an external web service? Read the book which said you should be able to see it in the PLGN logs but no such luck. All logging set to max (plugin to 100, mid-tier to finest. Midtier logging seems to handle only ARS published web services. Saw some apache

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of ARSmarts Support Sent: March 25, 2010 3:36 PM To: arslist@ARSLIST.ORG Subject: Re: Anyone know how to get the soap request or contents into a log when consuming an external web service? ** Hello Ben, I can confirm you

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Grooms, Frederick W
to get the soap request or contents into a log when consuming an external web service? ** ARS 7.5 on Windows 2007 svr p1 on VM ITSM 7.6 MS SQL (G_d knows what version) Anyone know how to get the soap request or contents into a log when consuming an external web service? Read the book which said

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Ben Chernys
into a log when consuming an external web service? ** Set the Plugin log to 400 in the config Plugin-Log-Level:400 It works on my 7.1.0 on Solaris Fred From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Ben Chernys Sent: Thursday, March

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread ARSmarts Support
System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Ben Chernys Sent: Thursday, March 25, 2010 9:15 AM To: arslist@ARSLIST.ORG Subject: Anyone know how to get the soap request or contents into a log when consuming an external web service? ** ARS 7.5

Re: Anyone know how to get the soap request or contents into a log when consuming an external web service?

2010-03-25 Thread Jarl Grøneng
. -- Jarl 2010/3/25 Ben Chernys ben.cher...@softwaretoolhouse.com: ** ARS 7.5 on Windows 2007 svr p1 on VM ITSM 7.6 MS SQL (G_d knows what version) Anyone know how to get the soap request or contents into a log when consuming an external web service? Read the book which said you should

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Grooms, Frederick W
@ARSLIST.ORG Subject: Consuming Complex External Web Service Help Can this be done via filter mapping or does this require some middle-ware? I'm trying to consume a complex web service from an external source and have hit a snag with the filter mapping. The construct/hierarchy of the web

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
To: arslist@ARSLIST.ORG Subject: Consuming Complex External Web Service Help Can this be done via filter mapping or does this require some middle-ware? I'm trying to consume a complex web service from an external source and have hit a snag with the filter mapping. The construct/hierarchy of the web

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Chintan Shah
...@verizonbusiness.com wrote: From: Roys, Eric D eric.r...@verizonbusiness.com Subject: Consuming Complex External Web Service Help To: arslist@ARSLIST.ORG Date: Tuesday, February 16, 2010, 1:20 PM Can this be done via filter mapping or does this require some middle-ware? I'm trying to consume a complex web

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
...@arslist.org] On Behalf Of Chintan Shah Sent: Wednesday, February 17, 2010 12:26 PM To: arslist@ARSLIST.ORG Subject: Re: Consuming Complex External Web Service Help ** Eric, I tried this before but with complex mappings, I was unable to consume it using a filter. So, here's what I did. Wrote a Java

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Grooms, Frederick W
: Wednesday, February 17, 2010 12:30 PM To: arslist@ARSLIST.ORG Subject: Re: Consuming Complex External Web Service Help ** Thanks, Chintan. I'm not going to mess with the filter approach other than to interface with a ws client as you described. Perhaps will revisit if there's better support under

Re: Consuming Complex External Web Service Help

2010-02-17 Thread Roys, Eric D
] On Behalf Of Roys, Eric D Sent: Wednesday, February 17, 2010 12:30 PM To: arslist@ARSLIST.ORG Subject: Re: Consuming Complex External Web Service Help ** Thanks, Chintan. I'm not going to mess with the filter approach other than to interface with a ws client as you described. Perhaps will revisit

Consuming Complex External Web Service Help

2010-02-16 Thread Roys, Eric D
Can this be done via filter mapping or does this require some middle-ware? I'm trying to consume a complex web service from an external source and have hit a snag with the filter mapping. The construct/hierarchy of the web service is: Location (top of hierarchy) //i.e. some address

Problem(but not everytime) when consuming an external Web Service via filter ?

2007-05-24 Thread Sharma, Tarun
Hello, We are facing a problem related to consuming an external web service via a filter. Sometime it will consume it correctly and sometime it is showing an error ARERR 9130 in filter logs. As an entry created in a form(say ABC) a filter on this form is calling an external web service