Hi Pradeep,
BTW I have like give some comments about your approach.


>>                XMLElement
>> elem=(UnknownExtensionElement)element.getElement();
>>                Element domelement=(Element)elem.getSource();

it's true using this approach you can  retrieve Policy extenstion as a
XMLElement . but it is possible have any other extenstion in WSDL
documents . as a example

<wsdl2:description>
 <aaa:Ele xmlns:aaa="http://aaa";>
 </aaa:Ele>

   <bbb:Ele xmlns:bbb="http://bbb";>
   </bbb:Ele>


    <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; >

    </wsp:Policy>
....................................................................



-- 
Sagara Gunathunga

Blog - http://ssagara.blogspot.com
Web - http://sagaras.awardspace.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to