ContributionsMost RecentMost LikesSolutionsRe: XSD having Reference to another XSD 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 again parse its showing next. Is there any way to see all validation errors(Validation Summary) at once. Re: XSD having Reference to another XSD 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. XSD having Reference to another XSD 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 me with this. Thanks in Advance…!! Re: Change format of API response Use Join Snap to Join 2 streams of Data. Re: Transpose data from Excel @Marimuthu86 Try Pivot Snap. For more info Please refer this topic Link Re: XML Column parsing Use Join SNAP Re: SOAP UI attachments Use Suceess Condition in the SOAP Execute Snap. Re: Rest API Test For Completion You are welcome… Re: How to pass json parameters in mapper form postman or snaplogic URL's for Oracle stored procedure Have you defined Pipeline Parameters? tstack: "Your Employee is " + _LAST_NAME + ", " + _FIRST_NAME If so This is the Correct approach. If you havent defined parameters. Go to Edit Pipeline and define them with the names you are using. LAST_NAME and FIRST_NAME Re: Rest API Test For Completion Use Union Snap before REST GET which will have 2 inputs and after GET Place Script and a router(If required. To go futher or loop back) and route back to REST Get Via Union Snap.