RE: XDoclet and Axis deployment descriptor

2003-03-09 Thread Armond Avanes
Actually inside tag, I’m using my own templates to generate all those SOAP specific codes and configuration files.   Regards, Armond   -Original Message- From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:11 AM To: [EMAIL PROTECTED] Subj

RE: Java2WSDL problem.

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
Hi, I realised my problem. The "collectionserializer" and "collectiondeserializer" that I am using use the soap.jar provided by Apache and not the AXIS Apis. The current (de)serializer uses the marshall and unmarshall methods while the AXIS APIs do not have such methods. Has anybody written c

RE: Java2WSDL problem for vandana

2003-03-09 Thread Balakrishna, Vandana (Cognizant)
Hi, What is the exception that you're getting while deploying the service? rgds, Vandana. -Original Message- From: parmod mehta [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 9:42 PM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL problem for vandana Hi, Sorry I don't have ans

Can Castor work for a XML schema that inludes another XML schema file?

2003-03-09 Thread Jinghua Gu
Hi All, I have just installed Castor. The simple XML schema examples are working fine when I used  Castor's source code generator. When a XML schema has included other schema files. it got the file reading error. Such as,  "Error reading include file 'file:///itrack/soap/schema/soap/schema/Projec

RE: InvocationTargetException

2003-03-09 Thread Krishnakumar B
Check if all the required jars are present in the classpath. Regards BKK -Original Message- From: Sonja Pieper [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:04 PM To: [EMAIL PROTECTED] Subject: InvocationTargetException Hi, I set up my service and all. It seems to be working

[Help] Deploy axis on Weblogic 6.1 throws UndeclaredThrowableException

2003-03-09 Thread Dongsheng Song
When I Deploy axis(1.0, 1.1rc1, 1.1rc2) on WebLogic 6.1, weblogic throws flowing Exception:

RE: SOAP over JMS Deploying Services

2003-03-09 Thread beoh
Hi Brian, This is the code that i used at the JMS client side, Call call = (org.apache.axis.client.Call) service.createCall(); call.setProperty(JMSConstants.DESTINATION, "queue/AXIS"); call.setProperty(JMSConstants.WAIT_FOR_RESPONSE, Boolean.FALSE); call.setTransport(transport); Instead of set

swing frontend app for wsd2java

2003-03-09 Thread Kevin Hooke
Hi - I've written a simple swing frontend for the WSDL2Java utility which may be useful if you are regularly generating client code from wsdl.   You can download it (and the source) from my website at:   http://www.kevinhooke.com/khwebsite/dev_utils/axisclientgen/axisclientgen.jsp   It doesn'

Re: Deployement Problem,

2003-03-09 Thread Raju Gottumukkala
Hi pramod When you deploy your service axis looks for the service classes in WEB-INF\classes directoy, for the path specified in the deploy.wsdd file. Did you keep your classes in the appropriate directoy in WEB-INF\classes, since it is your own class u may need to create a new directory and keep

Re: XDoclet and Axis deployment descriptor

2003-03-09 Thread Bill Pfeiffer
Armond,   Thanks for the response.  I'm not sure I fully understand your setup.  Are you using the ejbdoclet to to generate a java web service interface file AND generate the WSDD file? or do you just have templates of these that work for you?    I guess what I was hoping for was an XDoclet