I am trying to create webservice on websphere my development env is RSA6.0
and websphere 6.0
Approach i am using is bottom-up. I have created java bean as follows

MyBean{

  ResponseDocument getMyInfo(RequestDocument reqDoc){
  
  ....
   
}

}


when i try to generate webservice from this bean using RSA. I get an erro
saying that can not generate wsdl
as RequestDocument and ResponseDocument  do have default constructor.

These are compiled schemas using xmlbeam.  I have XmlBean lib's in my build
path.
-- 
View this message in context: 
http://www.nabble.com/XmlBean-and-Webservice-on-websphere-tf4131924.html#a11751172
Sent from the Xml Beans - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to