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
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" <[
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?
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
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:
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.
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.
Where can I find a DTD for WSDD?
Surely one exist somewhere.
- 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
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
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
11 matches
Mail list logo