Outbound WebService call attribute sequence

2015-07-30 Thread Misi Mladoniczky
Hi, We are doing an WebService to an external WebService that is dependent on the sequence in which the fields are sent in the SOAP envelope. Can you control this? I am not seeing a clear pattern here unfortunately, but it seems to send them in the same order as they appear in DevStudio. But

Re: Outbound WebService call attribute sequence

2015-07-30 Thread Grooms, Frederick W
You are consuming an external web service in a Filter? The order of fields is what is specified in the WSDL from the external service If you are creating a service for an external app to consume you can define the fields yourself by cutting and inserting fields before mapping (or making your

Re: Outbound WebService call attribute sequence

2015-07-30 Thread Jarl Grøneng
It is the XSD file that define the structure. And the WSDL should create the soap message in that structure. - J 2015-07-30 14:11 GMT+02:00 Misi Mladoniczky m...@rrr.se: Hi, We are doing an WebService to an external WebService that is dependent on the sequence in which the fields are sent

Re: Outbound WebService call attribute sequence

2015-07-30 Thread Grooms, Frederick W
Pull up the WSDL in a web browser to see if the file they gave you matches what the browser shows. Sequence means a list in this order so it has to match in order to work Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On

Re: Outbound WebService call attribute sequence

2015-07-30 Thread Misi Mladoniczky
Hi Fred and Jarl, This is an external web service we are consuming, and the order of the attributes does not seem to comply with the WSDL file we have loaded... From WSDL file: xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; targetNamespace=http://www.abc.com/Schemas/abc.xsd;

Response email temple

2015-07-30 Thread Brittain, Mark
Hi All I am looking for a HTML email template which contains a little magic. The email would have two buttons on it Accept and Reject. If the recipient selects Acccept, a formatted reply-all Acceptance email would display. Same for Reject I saw this on the list many years ago and was

Oracle error on ar startup

2015-07-30 Thread andres tamayo
Hi list i'm facing an error trying to set up my QA/test Environment. I'm working with solaris 11 and we've made a copy of the solaris zones to set up a new QA environment. when i try to start the ar services i'm getting this error. Thu Jul 30 13:56:33 2015 : Action Request System(R) Server

Re: Legacy Java API code

2015-07-30 Thread Agu, Chike U
Hi Listers, So I finally got this thing working after much disappointment. Hopefully this comes in handy for someone else. My setup is: ARS 701p004 on Oracle XE 11.2, windows server 2008 R2. I copied every dll I could find in the root folder to the resource folder for the current project I

Re: Response email temple

2015-07-30 Thread Karicheti anil kumar
Hi Mark, From ITSM 8.x we have a new functionality called Email based approvals which sends an email to the approver in HTML format with 3 buttons Approve, Reject Launch Approval central. On click of these buttons it will pop up new response email window. Hope your requirement is similar to

Re: Outbound WebService call attribute sequence

2015-07-30 Thread Jarl Grøneng
Does it always come in same order? I see that ns0:RequestID/ is null in the xml, but the definition states, xs:element name=RequestID type=xs:string/. Here does minOccurs=1. -- J 2015-07-30 16:15 GMT+02:00 Misi Mladoniczky m...@rrr.se: Hi Fred and Jarl, This is an external web service we