Hi Dinesh… We are on 10.15 and below are the fix level details…
[wMFix.jdbcAdapter_10.3.0.0020-0001,
wMFix.Broker.SharedBundles_10.15.0.0002-0338,
wMFix.SCGCommon.Broker.JavaApi_10.15.0.0002-0338,
wMFix.CentraSite.SharedLibs_10.11.0.0018-0759,
wMFix.SCGCommon.DatabaseComponentConfigurator_10.15.0.0001-0018,
wMFix.Deployer_10.15.0.0001-0377,
wMFix.EDA.ERPlatformManagerPlugin_10.15.0.0001-0334,
wMFix.PLSCore_10.15.0.0001-0346,
wMFix.FlatFile_10.7.0.0011-0001,
wMFix.WGL.osgi_10.15.0.0001-0256,
wMFix.WGL.commonlib_10.15.0.0001-0256,
wMFix.SDRepository_10.15.0.0001-0544,
wMFix.InstallerClientLibrary_10.15.0.0002-0372,
wMFix.InstallerServerLibrary_10.15.0.0002-0372,
wMFix.SCGCommon.IS_10.15.0.0006-0007,
wMFix.integrationServer.Core_10.15.0.0006-0007,
wMFix.integrationServer.EmbeddedDB_10.15.0.0002-0007,
wMFix.integrationServer.Tanuki.LNXAMD64_10.15.0.0001-0001,
wMFix.integrationServer.WmAdmin_10.15.0.0003-0001,
wMFix.integrationServer.WmCloud_10.15.0.0002-0002,
wMFix.SJP.Java64.LNXAMD64_10.15.0.0150-0016,
wMFix.MeteringAgent_10.15.0.0004-0557,
wMFix.WmMonitor_10.15.0.0003-0107,
wMFix.SCGCommon.MWS_10.15.0.0003-0253,
wMFix.MWSspm_10.15.0.0001-0040]
I have tested this on IS server directly first and got the response as 500 and with correct response and the response is same on API Gateway too.
In API gateway I have imported the OpenAPI and in API Gateway we are using the
Also i noticed a strange behaviour in the service if i dont use the pub.json:documentToJSONString and pub.flow:setResponse2 then i am getting the below error
“$errorDump”: “java.lang.ClassCastException: class com.wm.lang.ns.openapi.NSProviderDescriptor cannot be cast to class com.wm.lang.ns.NSRESTV2Descriptor (com.wm.lang.ns.openapi.NSProviderDescriptor and com.wm.lang.ns.NSRESTV2Descriptor are in unnamed module of loader java.net.URLClassLoader @40cd800b)\n\tat com.wm.app.b2b.server.RESTHandlerV2.getRAD(RESTHandlerV2.java:1031)\n\tat com.wm.app.b2b.server.RESTHandlerV2.massageOutput(RESTHandlerV2.java:425)\n\tat com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:341)\n\tat com.wm.app.b2b.server.RESTHandlerV2.process(RESTHandlerV2.java:143)\n\tat com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:203)\n\tat com.wm.app.b2b.server.Dispatch.run(Dispatch.java:391)\n\tat com.wm.util.pool.PooledThread.run(PooledThread.java:127)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\n”,
Added the package for your reference.
Sample_OAS.zip (20.9 KB)