Hi,
I am migrating my webservices from Axis1.x to Axis2. I have all the webservices which takes multiple arguments like String, int etc.
Also for authentication i have added header part so i have created my own WSDL file.
So when i use my WSDL file and try to call WebService it Takes OMElement as Argument.
But if i dont specify any WSDL file in MWTA-INF then Axis2 Auto-generates WSDL and when calling it correctly gives String / int argument.
Please Help.
-Piyush