Details
Description
Hello Support Team,
We are facing an issue from the generating classes using below wsdl2java command.
WSDL2Java -uri FrontDesk.wsdl -ns2p urn:fiber.abc.com:crm:frontdesk:v0=com.abc.fiber.portal.stub.co,urn:fiber.abc.com:crm:frontdesk:data:v0=com.abc.fiber.portal.stub.co.data -d jaxbri –s
In our WSDL we have more then one operation having same request type object.
The generated Stub class have created only one toEnvelope and toOM method for all those operations those have same request Object. Which leads to call only one operation even if we are triggering different operation from our java code.
Regards,
Ankur Khetan