ContributionsMost RecentMost LikesSolutionsRe: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Thanks you..and the WADL endpoint informed by you was the critical fix :) Re: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi All, Sorry for the confusion. It's our DEV environmental issue because the same code works as expected in SIT environment. Thanks for your time. Kind Regards, Sudhahar.S Re: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi Richie, Yes it's OSB project. I am having one proxy service and pipeline. Just sending the input through Proxy and printing it in pipeline.It's a small esample code. Thanks, Sudhahar.S Re: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi Lucian, Thanks for this. I have already shared the SoapUI project. You can load that project in to SoapUI. Otherwise you can load the WADL from \REST_Example\RESTExample\Resources\Rest_Json.wadl. It will create the REST project as well as prepopulate the request. Thanks, Sudhahar.S Re: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi Lucian, The other one is a OSB application. If you have JDeveloper and server set up then you can unzip it open the REST_Example.jws. But you should be familiar of OSB developement.. Thanks, Sudhahar.S Re: REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi Lucian, Please find the attached OSB application as well as SoapUI Projects. Thanks, REST Service is not working in SOAPUI. Giving response as 500-Internal server error. Hi, I have created a REST Service using JDeveloper. When I test this REST service using SBConsole it works as expected but when I test through SoapUI, 500-Internal server error. Attached the OSB Application as well as the SoapUI project. Please let me know what's going wrong here. Thanks, Sudhahar SolvedRe: When I do REST Service testing in SoapUI 5.2.1 SoapUI adds nullnull in the resource path. Hi Lucian, I have updated the WADL with base <resources base="http://act001111vwuudwd01.devag.com:7777"> It's not adding that nullnull anymore. Thanks for this. Re: When I do REST Service testing in SoapUI 5.2.1 SoapUI adds nullnull in the resource path.Re: When I do REST Service testing in SoapUI 5.2.1 SoapUI adds nullnull in the resource path. Hi Richie, Thanks for this. That WADL was created by JDEveloper when I exposed the OSB service bus piple as REST service. I created a schema, wsdl based on that I created OSB Proxy pipeline then exposed that pipe line RestService. I have tested this REST Service using SBConsole and it works as expected. Input { "body" : { "plantHealth" : { "SubmittedByStaffId" : 2, "SurvActivityId" : 2, "SiteId" : 2, "PlantDisciplineCode" : "string", "ObservationDate" : "2008-09-29", "ObservationStaffId" : 2, "WaypointNumber" : 2, "DurationMinsCount" : 2, "ObservWhereGpsDatumId" : "string", "ObservationWhereWktClob" : "string" } } }