Re: BidService.jws

2002-04-07 Thread Mark Volkmann
ws file is only for webservices that works with simple > types, if i need complex types in my application the custom deployment will > be required (wsdd)??? I think you are correct that WSDD is required for that. > - Original Message - > From: "Mark Volkmann" <[EMAIL P

Re: BidService.jws

2002-04-07 Thread Mark Volkmann
need to put all classes only under webapps/axis/WEB-INF/classes > directory??? This is because the package declaration in > BidService.jws has been disabled??? > > Thanx for your answer... > > Rogério > > > - Original Message - > From: "Mark Volkmann" <[

canHandleBlock method in Handler interface really used?

2002-04-07 Thread Mark Volkmann
I've searched the source and, as far as I can tell, the canHandleBlock method in the Handler interface isn't actually used by anything. Several classes implement it, but no code seems to depend on the value returned by it. Is this something that may be used in the future or is it really used now?

problem with Call.addParameter method?

2002-04-07 Thread Mark Volkmann
In my client code that uses dynamic invocation I have the following. call.addParameter("zipcode", org.apache.axis.encoding.XMLType.XSD_INT, javax.xml.rpc.ParameterMode.PARAM_MODE_IN); Using tcpmon to view the generated request I see the

Re: BidService.jws

2002-04-07 Thread Mark Volkmann
I hate to ask the obvious, but can you compile it using javac as a .java file? If you can, is there anything in your classpath that isn't under %TOMCAT_HOME%\webapps\axis\WEB-INF\classes or lib? - Original Message - From: "Harald Schmitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

User's Guide correction: WSDL2Java Step 3

2002-04-04 Thread Mark Volkmann
In the section titled "Step 3: Create Bindings using WSDL2Java" 1) The example command line uses "WSDL2java" instead of "WSDL2Java". 2) A list of the files generated by a particular invocation of WSDL2Java is provided, but WidgetPriceServiceLocator.java is missing.

User's Guide correction: WSDL2Java --skeleton

2002-04-04 Thread Mark Volkmann
The user's guide says that for each service in a WSDL file, WSDL2Java --skeleton generates a deploy.wsdd and undeploy.wsdd file. Currently it generates one deploy.wsdd and one undeploy.wsdd regardless of the number of services defined in the WSDL file.

DTD for WSDD

2002-03-30 Thread Mark Volkmann
Where can I find a DTD for WSDD? Surely one exist somewhere.

Re: Masters project

2002-03-25 Thread Mark Volkmann
- Original Message - From: "Glyn Normington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 4:05 AM Subject: Masters project > I am in contact with a student who is looking for a Masters (MSc) project > in the area of Java, web services, and SOAP. The project wi

Re: JWS and Java package names

2002-03-23 Thread Mark Volkmann
y, January 21, 2002 1:38 PM Subject: Re: JWS and Java package names > Copied the StockQuoteService.jws file into a "com" dir, added "package > com;" and did: > java samples.stock.GetQuote -l > http://localhost:8080/axis/com/StockQuoteService.jws IBM > and it seemed to

Re: Log4J date in JAR file name

2002-02-01 Thread Mark Volkmann
Title: Log4J date in JAR file name C'mon guys. I'm betting there's some good reason why log4j.jar in the interim drops includes a date in the name. I'd just like to hear what it is. Can someone please tell me?   If there is a good reason, why aren't other JARs like clutil and wsdl4j dated? If