That is correct, XmlBeans use the factory creation pattern for
instantiation. I'm unfamiliar with this aspect of websphere but the
websphere group may have more infomration on how to get past this.
Thanks,
-Jacob Danner

On 7/23/07, rsg <[EMAIL PROTECTED]> wrote:

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]



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

Reply via email to