RE: XMLBeanDe/Serializer sample

2005-01-12 Thread Hung Vu2000
to just drop it into a servlet container and use the included build.xml to try out your own XBean services. Let me know if you have additional questions or if you run into problems. cheers, Jonathan -Original Message- From: Hung Vu2000 [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005

Axis error at client side on Weblogic8.1

2005-01-12 Thread Hung Vu2000
Hi, I developed a webservice on JBoss and could access it successfully from a console client side of DII type . Now I move the source code from the console client to Weblogic 8.1. When I run the source code from Weblogic I had the below error. Thank to any suggestion. Hung Exception

RE: XMLBean data

2005-01-06 Thread Hung Vu2000
to say that all this is also mentioned in the documentation if one would read it ;-). -Original Message- From: Hung Vu2000 [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 6. Januar 2005 07:22 To: [EMAIL PROTECTED] Subject: XMLBean data Hi, I' m developing a webservice that need

XMLBean data

2005-01-05 Thread Hung Vu2000
Hi, I' m developing a webservice that need a parameter of type XMLBean. When using Java2WSDL tool from Axis to create wsdl file I had the following WARN org.apache.axis.wsdl.fromJava.Types[main] - The class net.data.xml.MyDocument does not contain a default constructor, which is a