I totally aware of what you are telling in step 2 ...
It is ok to not have step 1 setup since i can create proxy using file ...
Any way, Let me explain what i am trying ,where i am getting into the issue -
I am trying to consume this WS in ABAP. I created the proxy from wsdl file generated from url (local file) . It did create the poxy from wsdl file .
when i executed in standalone mode i am getting an error "SOAP:1,027 SRT: Serialization / Deserialization
failed " .
But in when i write a program to execute the WS Proxy, i throws same above exception and output variable is not getting loaded with XML.
Now iam looking at the output closely, there is not <Rowsets> node. so wsdl generated by WSDLGen makes sence .
But when i consume it in ECC, i am getting this error..
Thanks
Hari