Re: WSDL for WSS webservice

2010-03-25 Thread Chinmoy Chakraborty
If you have policy based web service then you have policy annotated WSDL..you can look at link [1] & [2].. [1] http://www.ibm.com/developerworks/java/library/j-jws4/index.html [2] http://wso2.org/library/3190#Policy_annotated_WSDL

WSDL for WSS webservice

2010-03-25 Thread rahul yadav
Will a wsdl has any difference if the webservie it represents have WSS implementation and no implementiaon in other case? Basically i want to know the difference and usage of code generated by wsdl2java for webservice with WSS and one without it ? Thanks.