This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi All.
I am facing an issue with XML Parser(Validdation Against XSD) as My XSD have some Include Statements which again refer some XSD’s. I have changed path and Uplaoded all in SLDB still getting Errors. Any one face same kind of issue. Please help...
I have XML generated in Previous snaps with all required SOAP headers and stored as a string(let say $xml). I am passing this to SOAP execute in Customize Envelope as $xml. I am getting error as below
Failure: Unexpected character ‘&’ (code 38) in pr...
I have a mapper and I have a expression as below
$.hasOwnProperty(‘query’) ? $query : ‘not present in input’
The expression is working fine if input comes to mapper. But if there is no input/input doest contain query it should return ‘not present in ...
I have 2 outputs and Both are XML’s. One XML I am using XML formatter and XML parser and using some values and converted to JSON having 4 fields. Now I want the 2nd XML as a 5th Field as an output. Currently I am using Union snap which will produce J...
For a triggered task, How many calls it can handle at the same time. Will it do parallel processing? If so Why Ultra Task is there if Parallel processing is present in Triggered task. Or is there any limit in Triggered task that it can process only n...
Worked Fine Mina. Thanks for the solution. Now I am facing one more problem. XML is getting validated against XSD but if XML is not valid due to lets say 3 errors but in XML Parser snap its showing only one error i.e first error. If I resolve it and ...
I have 2 XSD files one refering another and I have uploaded both to SLDB. and modified the include statement in parent XSD. (…/ChildName.xsd). Still I am facing Errors.