Thanks Tim,
My application is a core
Java application
It takes URL of web service as input
I have used WSDL jar to parse it .
I am able to get the operation names from the service
But I need to know the schema information of the service
so that I can parse the response based on the schema
Please suggest
Thanks