We have developed webMethods interfaces and published the wsdl files to frontend portal application. Recently we got a new change request which needs lot of changes to the services in the exising package.
We though of going for new package, so that we can maintain two versions parally. At portal side they are using axis to generate the java class from the published wsdl files. When portal generates the java class, the class names got generated with entire URI+service(wm_sample_AddNum.java) name.
When we publish the new wsdl files as per the new package structure it is createing different different class names as per the new package structure(wm_new_AddNum.java). Most of the cases in side logic is same, but it is required to maintain two different sets of package.
Is there any way portal can map new java service in such a way that it points to the old package created in webMethods.
#API-Management#soa#webMethods