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
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
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
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
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
When I Deploy axis(1.0, 1.1rc1, 1.1rc2) on WebLogic 6.1, weblogic throws flowing
Exception:
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
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'
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
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
10 matches
Mail list logo