Hi Ravi ,
Thank you so much for your help, When I Wsdl url file is received from Service provide, and I am going to utilize this url to fetch data out of it then how Can I access method of this wsdl file to fetch accurate data?
like the link you provided to me in this ,from where I got to know that GET_QUOTE
CALL METHOD LV_QUOTE->GET_QUOTE
is the wsdl file method.
and second this I want to ask IS there any need to parse xml to abap, or I just follow your tutorial as it is you provided to me?