Additionally, the things I tried,
After Executing the MMA Tool on my project (Mule 3), I tried to replace the unsupported CXF component with Web Service Consumer (Which I think is the only component that should suffice the requirement.
While doing so, I am encountering an error in logs that talks about below:
Error reading XMLStreamer: Undeclared namespace prefix "soapenv"
Well, the CXF component has a field for Inbound Attributes Namespace to define the information but the same I didn't see in Web Service Consumer.
Could you please guide me @Akshata Sawant​ @Gaurav Dhimate​
@Manish Yadav​ @Abhishek Bathwal​ @Jitendra Bafna​ @Vikalp Bhalia​ @Vikalp Bhalia​
#Mule 3​ #Mule 4​ #Mule Migration Assistant (MMA)​ #Migration​ #Unsupported Components
Hi,
There is no CXF in mule 4. Instead of that you can use SOAPKit router for exposing the webservice. You can generate WSDL from Mule 3 existing web service and use SOAPKit router in Mule 4 for exposing web service.
https://docs.mulesoft.com/apikit/4.x/apikit-4-soap-project-task
Regards,
Jitendra