RE: AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread Tom Jordahl
k I am the one who put the error message in the code however, to try and help those that *do* know EJBs, but it was a looong time ago. Tom Jordahl Macromedia Server Development -Original Message- From: babloosony [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 9:54 AM

RE: Stub.getHeader in axis 1.1 or 1.2

2004-12-09 Thread Tom Jordahl
  You probably need a version of 1.2.  Sorry about that.   The header support in 1.1 was kinda messed up.  L   -- Tom Jordahl Macromedia Server Development -Original Message- From: Liu, Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 4:52 PM To

RE: Stub.getHeader in axis 1.1 or 1.2

2004-12-09 Thread Tom Jordahl
  The right API to use is Sub. getResponseHeader().   I added this specifically to get (surprise) the response headers.   -- Tom Jordahl Macromedia Server Development -Original Message- From: Liu, Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 4:08

RE: Which version of axis in JRun4?

2004-03-17 Thread Tom Jordahl
JRun 4 uses Axis 1.0 JRun 4 SP1 uses Axis 1.1 Details are in the Service Pack release notes. -- Tom Jordahl Macromedia Server Development -Original Message- From: Ekbote, Niranjan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 3:20 PM To: '[EMAIL PROTECTED]' C

RE: WSDD and explicit header

2004-01-16 Thread Tom Jordahl
maybe anything else we are missing (which may be a lot :-() -- Tom Jordahl Macromedia Server Development -Original Message- From: Thomas Bayer [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 6:30 AM To: [EMAIL PROTECTED] Subject: AW: WSDD and explicit header Hi, Ransel Lo

RE: No such operation fault in doc\lit

2003-09-03 Thread Tom Jordahl
You need to map the operation 'process' with the QName of the PurchaseOrder element. This is the way Axis knows where to send the request. You will have to fill in the returnQName and namespace to match what ever the service will return (if anything). Hope this hel

RE: replacing DefaultSocketFactory

2003-04-04 Thread Tom Jordahl
Great news Steve! Glad I could help. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steven Gollery [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: Re: replacing DefaultSocketFactory Tom, I figured it out -- the

RE: replacing DefaultSocketFactory

2003-04-03 Thread Tom Jordahl
This is the kind of thing that you need to use the commons-discovery code to do. You can either set a property or create a service config file. Check out the xml-axis/docs/integration-guide.html file for info on this. -- Tom Jordahl Macromedia Server Development -Original Message

RE: WSL2Java Question -- Document/Literal

2003-04-03 Thread Tom Jordahl
I hope it works, but I will note that there have been VERY few changes between RC2 and now. We expect to make 1.1 final very soon! -- Tom Jordahl Macromedia Server Development -Original Message- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To

RE: doc/lit question

2003-04-03 Thread Tom Jordahl
1. WSDL2Java will generate data types from the Schema. You may need to use the --all switch. 2. Probably the best thing to do is use the element in WSDD and write your own custom WSDL. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brain, Jim [mailto:[EMAIL

RE: Stateful web services.

2003-04-03 Thread Tom Jordahl
increase the chances that someone (me) would check it in to the tree for others. -- Tom Jordahl Macromedia Server Development -Original Message- From: Clay Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: RE: Stateful web services

RE: rebuild problem with RC2

2003-04-03 Thread Tom Jordahl
The all-tests target running successfully is a release criteria, so it passed at the time of the release. I also can run it successfully on my machine with the current CVS tree. So I guess that leaves a configuration problem -- Tom Jordahl Macromedia Server Development -Original

RE: WSL2Java Question -- Document/Literal

2003-04-03 Thread Tom Jordahl
The RPC provider actually handles both rpc/encoded and document/literal requests that have type mappings performed. The MSG provider is used only for services that have a single interface or a particular signature (see the docs for the 3-4 signatures that are supported). -- Tom Jordahl

RE: WSDL2Java / Proxy Server (newbie)

2003-04-03 Thread Tom Jordahl
Title: WSDL2Java / Proxy Server (newbie) WSDL2Java will respect the proxy settings the same as the Axis runtime will. Set the system properties (use -D on the java command line) when running WSDL2Java. -- Tom Jordahl Macromedia Server Development -Original Message- From

RE: attachments with generated stubs

2003-04-03 Thread Tom Jordahl
Title: attachments with generated stubs   You need activation.jar and perhaps mailapi.jar in your classpath during execution.   -- Tom Jordahl Macromedia Server Development -Original Message- From: Volkmann, Mark [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 10

RE: has anyone ever build a lightweight client with axis ?

2003-04-03 Thread Tom Jordahl
Title: Message   Is their a Bugzilla report for this problem?   It will never get fixed if it isn't reported in Bugzilla.   -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03,

RE: rebuild problem with RC2

2003-04-03 Thread Tom Jordahl
Try the latest nightly build or get the latest CVS source. -- Tom Jordahl Macromedia Server Development -Original Message- From: Neil Blue [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 8:45 AM To: '[EMAIL PROTECTED]' Subject: rebuild problem with RC2 Hello, I

RE: ListSerializer

2003-04-01 Thread Tom Jordahl
Title: ListSerializer   This might be nice to have.   The problem is there would be no 'standard' XML Schema for it that would let other implementation know that it should turn in to a Java List.  But we have that problem with other types too. -- Tom Jordahl Macrome

RE: Prevent proxy-address caching in DefaultHTTPTransportClientPr operties

2003-04-01 Thread Tom Jordahl
properties you may have set (i.e. so you can remove the proxy settings if you don't want them this call). Hope that helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: Gill, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 9:50 AM To: '[EMAIL

RE: java.net.ConnectException: Connection refused: connect

2003-04-01 Thread Tom Jordahl
Your server isn't running, or you are trying to connect to the wrong port, so you are getting a connection refused. -- Tom Jordahl Macromedia Server Development -Original Message- From: Hans Russo resowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 4:01 AM To: [

RE: Structurex person type and ID photo DIME attachment

2003-03-28 Thread Tom Jordahl
Paul, I am sorry that I can't help you with attachements, but your rant was the highlight of my day!!! :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Paul Sabadin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 2:29 AM To: [EMAIL PROTECTED] Su

RE: SAXException: Invalid Element error in AXIS client

2003-03-28 Thread Tom Jordahl
Hummm. I can't see the problem whatever it is. Are you using WSDL2Java to generate stubs? If not, try doing that and look at the stubs generated to see what is what. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Pannier [mailto:[EMAIL PROTECTED]

RE: How to switch off SOAPAction?

2003-03-28 Thread Tom Jordahl
See the JAX-RPC specification, section 8.2.4.2 and use the Call propery "javax.xml.rpc.soap.http.soapaction.use". Set it to a Boolean(false). If you are using WSDL2Java stubs, you should be able to set this on the Stub object using the _setProperty method. -- Tom Jordahl Macrome

RE: Parameter Problem

2003-03-28 Thread Tom Jordahl
Check your classpath. If you are using attachements, you need the optional jar files. -- Tom Jordahl Macromedia Server Development -Original Message- From: Jue (Jacky) Shu [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 7:59 PM To: [EMAIL PROTECTED] Subject: Re: Parameter

RE: SAXException: Invalid Element error in AXIS client

2003-03-28 Thread Tom Jordahl
Your WSDL says the elements are named "string1" and "string2" but the XML in the response has them as "String1" and "String2". Case counts in XML. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Pannier [mailto:[EM

RE: Prevent proxy-address caching in DefaultHTTPTransportClientProperties

2003-03-26 Thread Tom Jordahl
2 ways to override. Basically you can do: -Dorg.apache.axis.components.net.TransportClientProperties=my.package.MyTransportClientProperties -- Tom Jordahl Macromedia Server Development -Original Message- From: Slava Kudinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11

RE: WSDL2Java and XML schema types

2003-03-26 Thread Tom Jordahl
It's not a "bug" so much as it has not been implemented yet. Care to help? Patches to implement support for these types are VERY welcome. Patches to the docs to document that these are not currently supported would be cool for starters. -- Tom Jordahl Macromedia Ser

RE: (Urgent) WSDL Doubt

2003-03-26 Thread Tom Jordahl
Yes, See the XML Schema specification for elements. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 9:22 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: (Urgent) WSDL Doubt Hi

RE: Newbie question about WSDL2JAVA

2003-03-26 Thread Tom Jordahl
a2WSDL for Axis 1.2. Open source only works if everyone helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: Newbie question about WSDL2JAVA We have t

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-26 Thread Tom Jordahl
Yes, this is exactly what the DII interface does - parse the WSDL and build a Call object. We do the work so you don't have to! -- Tom Jordahl Macromedia Server Development -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 8:50

RE: WSDL and JMS Transport

2003-03-26 Thread Tom Jordahl
work could come up with a WSDL extenstion to support this and try and get buy-in from other vendors. -- Tom Jordahl Macromedia Server Development -Original Message- From: nageshr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 7:25 AM To: [EMAIL PROTECTED] Subject: WSDL an

RE: UDDI support in AXIS

2003-03-25 Thread Tom Jordahl
No current support. No plans to add it, but an implementation would be a very good fit for the Apache Web Services project (http://ws.apache.org/). -- Tom Jordahl Macromedia Server Development -Original Message- From: Lilantha Darshana [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

RE: WSDL2Java and SimpleType's restriction (XML Schema)

2003-03-24 Thread Tom Jordahl
Make sure you are using the --all switch. WSDL2Java won't emit stuff that isn't referenced directly unless you use this switch, then it spits out everything. (Think about people who include large Schema's but only use 1 or 2 types from it) -- Tom Jordahl Macromedia Ser

RE: Axis, WSDL, and Coldfusion MX

2003-03-19 Thread Tom Jordahl
e? You can try this after installing Updater 3, but of course it is not supported. But yes, this should work. At least that is what I am going to try when I go to do the CF upgrade! :-) -- Tom Jordahl

RE: Axis, WSDL, and Coldfusion MX

2003-03-19 Thread Tom Jordahl
was released today (March 19, 2003) that includes the Axis 1.0 final release. Previous versions of ColdFusion MX (final, U1 & U2) used Axis 1.0 beta 3. A subsequent point release will most likely contain Axis 1.1 (if we can ever stamp it DONE :-). -- Tom Jordahl Macromedia Server Develop

RE: BCEL in java2wsdl

2003-02-25 Thread Tom Jordahl
AS far as we know, this code will work correctly with any JVM version, as it depends on the bytecode format, which doesn't change much if ever. -- Tom Jordahl Macromedia Server Development -Original Message- From: Paul Andrews [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25,

RE: If two methods have different names but same parameters, the first one is always called.

2003-02-06 Thread Tom Jordahl
operation in the operation name. If you have different element names, then you should be able to configure the server .wsdd file with the element QName that should go to each operation. i.e. myNS:newarg goes to op1 and myNS:oldarg goes to op2. -- Tom Jordahl Macromedia Server Development

RE: generating server-config.wsdd from deploy.wsdd

2003-02-04 Thread Tom Jordahl
Try using the org.apache.axis.utils.Admin class. Tom Jordahl Macromedia Server Development -Original Message- From: Joerg Buchberger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:59 AM To: [EMAIL PROTECTED] Subject: generating server-config.wsdd from deploy.wsdd Hi

RE: bean serializer and field names like A_BCD (underscore)

2003-02-04 Thread Tom Jordahl
uld NOT affect the generated XML. You should try Axis 1.1beta and the latest CVS to see if this problem has been fixed. Tom Jordahl Macromedia Server Development -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 6:48 AM To: [EMAIL PROTEC

RE: Java2WSDL2Java overwrites pre-existing class

2003-02-04 Thread Tom Jordahl
service that it should not overwrite with its skeleton version. It should be trivial to specify an output directory for WSDL2Java and copy only the files you want to your actual src directory. Tom Jordahl Macromedia Server Development -Original Message- From: Joerg Buchberger [mailto

RE: BeanSerializer

2003-02-03 Thread Tom Jordahl
uses (The JDK Java Properties interface) will see it and use it. No promises on this approach though, I haven't ever tried it. Tom Jordahl Macromedia Server Development -Original Message- From: Mark Rowell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 3:47 AM To: '[

RE: BeanSerializer

2003-01-30 Thread Tom Jordahl
2Java will emit a class that will allow the Schema to be deserialized in to it. Tom Jordahl Macromedia Server Development -Original Message- From: Mark Rowell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:19 AM To: '[EMAIL PROTECTED]' Subject: BeanSerializer Hi

RE: NULL TypeMapping

2003-01-30 Thread Tom Jordahl
Sounds like a bug. Have you tried the latest CVS? If it fails there, I would submit a bug report with a test case showing the problem. Patches for fixes (make sure ant all-tests passes!) in the bug make it even better. Tom Jordahl Macromedia Server Development -Original Message

RE: End-to-End with WSDL2Java, and Java2WSDL

2003-01-30 Thread Tom Jordahl
data types are "lossy". We don't emit meta-data in the Java code because it is not needed or isn't supported (yet). Tom Jordahl Macromedia Server Development -Original Message- From: Wes Devauld [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:55 PM To:

RE: Does Java2Wsdl support EJBs?

2003-01-29 Thread Tom Jordahl
tree ASAP. Please attach it to the bug and send me a ping. Thanks! Tom Jordahl Macromedia Server Development -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:02 AM To: [EMAIL PROTECTED] Subject: RE: Does Java2Wsdl support EJBs? Vidyanand;

RE: WSDL2Java throws a Null Pointer exception when processing mul tipa rt WSDL

2003-01-28 Thread Tom Jordahl
If this is the case, then could you please file a bugzilla report requesting an update to the wsdl4j.jar file in the Axis tree. Otherwise this may get lost in the shuffle. Thanks! -- Tom Jordahl Macromedia Server Development -Original Message- From: Mike Burati [mailto:[EMAIL

RE: Bug with overloaded methods?

2003-01-28 Thread Tom Jordahl
Then posting a fix to the source in the bug would be an even better option. Make sure it passes all of the functional tests ("ant all-tests"). -- Tom Jordahl Macromedia Server Development -Original Message- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January

RE: WSDL2Java throws a Null Pointer exception when processing multipa rt WSDL

2003-01-28 Thread Tom Jordahl
This sounds like a bug to me, but it looks like it might be the WSDL4J code and not the Axis code. You might want to try just using WSDL4J to see if it can read the multi-part WSDL without throwing a null pointer exception. Tom Jordahl Macromedia Server Development -Original Message

RE: Bug with overloaded methods?

2003-01-28 Thread Tom Jordahl
thing other than Object. Tom Jordahl Macromedia Server Development -Original Message- From: Tim Dierks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Bug with overloaded methods? I posted a similar question to the one described here earlier

RE: Does Java2Wsdl support EJBs?

2003-01-28 Thread Tom Jordahl
probably get you nominated as a committer. :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:26 PM To: [EMAIL PROTECTED] Subject: Re: Does Java2Wsdl support EJBs? Perhaps we need a temporary Ant

RE: schema validation of non-nillable element

2003-01-28 Thread Tom Jordahl
Axis generally does no validation of responses against the XML Schema. Tom Jordahl Macromedia Server Development -Original Message- From: Jason Winshell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:30 AM To: [EMAIL PROTECTED] Subject: schema validation of non-nillable

RE: Can't find resource for bundle

2003-01-24 Thread Tom Jordahl
Axis is looking up a message in the message file and it can't find it. See the file org/apache/axis/18n/resource.properties. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 4:

RE: AXIS in Weblogic 6.1

2003-01-14 Thread Tom Jordahl
You need to get it to let that happen. As a better alternative, set the attribute in the WSDD configuration so that Axis doesn't have to scrounge around in JNDI and such for this class. Hope this helps. -- Tom Jordahl Macromedia Server Development -Original Message- From:

RE: Load the AXIS source into IDE problem: required more libs

2003-01-13 Thread Tom Jordahl
See build.xml for various jar files that will include/exclude files and packages. -- Tom Jordahl Macromedia Server Development -Original Message- From: Bin Ni [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: Load the AXIS source into IDE

RE: Axis + HTTP Get & Post Binding

2003-01-10 Thread Tom Jordahl
Title: RE: Axis + HTTP Get & Post Binding   Nope.   -- Tom Jordahl Macromedia Server Development -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, January 10, 2003 9:24 AMTo: [EMAIL PROTECTED]Subject: RE: Axis + HTTP Get & Post Binding As

RE: Can the client capture the raw SOAP response?

2003-01-10 Thread Tom Jordahl
tcpmon is used on the client. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mark Mueller [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:20 AM To: [EMAIL PROTECTED] Subject: RE: Can the client capture the raw SOAP response? In this case the

RE: No deserializer defined for array type ?

2003-01-10 Thread Tom Jordahl
write your own custom serializer and deserializer to convert to/from XML.   Use attachments.   -- Tom Jordahl Macromedia Server Development -Original Message-From: Fatih Mustacoglu [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 09, 2003 11:04 AMTo: [EMAIL PROTECTED]Subject: RE: No de

RE: No deserializer defined for array type ?

2003-01-09 Thread Tom Jordahl
Do you have a Deserializer registered for the XML type {http://object.myObject}MyObject? -- Tom Jordahl Macromedia -Original Message- From: McCaslin Orion [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:51 PM To: [EMAIL PROTECTED] Subject: No deserializer defined for

RE: how reliable is Axis in production environment

2003-01-08 Thread Tom Jordahl
We use it in ColdFusion MX and JRun 4. -- Tom Jordahl Macromedia Server Development -Original Message- From: Anjaneya Swamy Varada [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:59 PM To: [EMAIL PROTECTED] Subject: how reliable is Axis in production environment Hi

RE: returning an array of beans (or: why i'm going insane)

2003-01-08 Thread Tom Jordahl
Gene, If you see the *Impl.java file being overwritten, please file a bug with instructions on how to reproduce. If you examine to the code, you will see that if the Impl file exists it will not get regenerated. Thanks. -- Tom Jordahl Macromedia Server Development -Original Message

RE: Initial Axis 1.1b Install Failure & Build Error

2003-01-07 Thread Tom Jordahl
Commons version give us something we don't have with the home grown one? If so, is it important enough to make it the default? Dims, I believe you checked in the commons based code originally... Opinions? -- Tom Jordahl Macromedia Server Development -Original Message- From: Chris H

RE: gzip support

2003-01-07 Thread Tom Jordahl
PROTECTED]] (BSent: Tuesday, January 07, 2003 3:53 AM (BTo: [EMAIL PROTECTED] (BCc: Tom Jordahl (BSubject: RE: gzip support (B (B (BHi Tom, (B (B I have a question for this matter. (B (B AXIS has two implementations of "Handler"; one is "AXIS Handler" (Bas the AXIS o

RE: Initial Axis 1.1b Install Failure & Build Error

2003-01-07 Thread Tom Jordahl
ces, and I believe it does this for commons-httpclient too. So this is why you should not have problems with a recent source drop from them. -- Tom Jordahl Macromedia Server Development -Original Message- From: Tim Colson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 6:13 PM

RE: Java 1.4 issue

2003-01-06 Thread Tom Jordahl
Mitch, Can you file a bug for this with a small test case? Including a patch with the bug will increase the odds of the fix making 1.1 by an order of magnitude! Thanks. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED

RE: Returning my own WSDL from ?wsdl

2003-01-06 Thread Tom Jordahl
Kevin, Feel free to write up some HTML for the documentation that would make this clear to other users. If you file a doc bug with a patch, that would help lots of people! (Yes, I never pass up a chance to get help on Axis docs, which clearly need help!) Thanks! -- Tom Jordahl Macromedia

RE: WSDD mapping refs

2003-01-06 Thread Tom Jordahl
You can move the beanMapping tags out from under the tags and they will be global to the server. -- Tom Jordahl Macromedia Server Development -Original Message- From: Alex Dovlecel [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:08 PM To: [EMAIL PROTECTED] Subject

RE: Initial Axis 1.1b Install Failure & Build Error

2003-01-06 Thread Tom Jordahl
release. (don't ask ME why this is.. :-) Note: This jar file isn't used unless you set a property, so you don't need it. By default Axis uses its own HTTPSender.java class to do HTTP stuff. Hope this helps. -- Tom Jordahl Macromedia Server Development -Original Message

RE: gzip support

2003-01-06 Thread Tom Jordahl
. Note that on the client, you configure the handlers in the 'client-config.wsdd' file, pretty much the same way you do in the server-config.wsdd file. Hope this helps point you in the right diirection. -- Tom Jordahl Macromedia Server Development -Original Message- Fro

RE: returning an array of beans (or: why i'm going insane)

2003-01-06 Thread Tom Jordahl
a bug with a test case. > Axis docs doesn't provide details on array-of-JavaBean serialization This is true. Care to pitch in and write a patch for the docs for 1.1 ? If you file an enhancement for the docs with a patch (HTML please), it will get in. Thanks! -- Tom Jordahl Mac

RE: Registering SerializerFactory in client using config file

2002-12-17 Thread Tom Jordahl
The client-config.wsdd file is picked up automatically when the client engine is created. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 3:17 AM To: [EMAIL PROTECTED] Subject: AW

RE: Axis and SSL

2002-12-17 Thread Tom Jordahl
I think this was a bug that was just fixed (by Dims) today. Try the absolute latest CVS tree or tomorrows nightly build. -- Tom Jordahl Macromedia Server Development -Original Message- From: Michael D. Spence [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:50 PM To

RE: WSDL with MIME binding

2002-12-16 Thread Tom Jordahl
WSDL support for attachments is pretty shaky. See test/wsdl/attachments for an example of what we currently do. -- Tom Jordahl Macromedia Server Development -Original Message- From: Slawomir Lisznianski [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:38 PM To: [EMAIL

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Tom Jordahl
, we might be able to change it back, but then again, this new behavior might be more correct and you would have to adapt your client code to the new names. -- Tom Jordahl Macromedia Server Development -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: TypeMapping for multiple wsdds

2002-12-11 Thread Tom Jordahl
It does work, see the java/samples/echo deployment files for example. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 12:12 PM To: '[EMAIL PROTECTED]' Subject: RE: T

RE: So how do non-Microsoft people consume web services?

2002-12-11 Thread Tom Jordahl
ColdFusion MX and DreamWeaver MX have very good support for building application to consume web services. -- Tom Jordahl Macromedia Server Development -Original Message- From: easter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:24 AM To: [EMAIL PROTECTED

RE: URL request Syntax

2002-12-11 Thread Tom Jordahl
generate an HTTP GET binding in the WSDL (c.f. .NET). Any coding help in this area you would like to contribute would be welcome! -- Tom Jordahl Macromedia Server Development -Original Message- From: leshoubs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 6:53 PM To: [EMAIL PRO

RE: resolved -- Re: commons-logging issue (maybe JUnit-related)

2002-12-11 Thread Tom Jordahl
Mitch, Could you write up a quick paragraph for the documentation and file it in a bugzilla report? That way this knowledge wont get lost. Thanks! -- Tom Jordahl Macromedia Server Development -Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

RE: WSDL2Java - How to configure the Stubclasses name ?

2002-12-09 Thread Tom Jordahl
\UnitSessionSoapBindingStub.java -- Tom Jordahl Macromedia Server Development -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:19 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: WSDL2Java - How to configure the Stubclasses name ? Tom

RE: WS-security

2002-12-09 Thread Tom Jordahl
start talking. Axis can always use more developers/committers. -- Tom Jordahl Macromedia Server Development -Original Message- From: Darren Marvin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:13 AM To: [EMAIL PROTECTED] Subject: FW: WS-security Hi, I have also written (as

RE: WS-security

2002-12-09 Thread Tom Jordahl
Great! Please subscribe to axis-dev and keep us posted on your status. -- Tom Jordahl Macromedia Server Development -Original Message- From: Joachim (PROGS) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: Re: WS-security > No.

RE: WS-security

2002-12-09 Thread Tom Jordahl
hint). -- Tom Jordahl Macromedia Server Development -Original Message- From: Joachim (PROGS) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 9:54 AM To: [EMAIL PROTECTED] Subject: WS-security Does Axis support WS-security or are there any plans developments for support? Thanks

RE: NullPointerException using AXIS 1.1Beta with UDDI4J

2002-12-09 Thread Tom Jordahl
getFactory() is going and see what is going wrong. Then post a patch and file a bug. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Pannier [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 4:39 PM To: [EMAIL PROTECTED] Subject

RE: WSDL2Java - How to configure the Stubclasses name ?

2002-12-09 Thread Tom Jordahl
so) are appended to the class names when there is already an object of the same name. Can you post your entire WSDL file? -- Tom Jordahl Macromedia Server Development -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 8:08 PM To: [EMAIL

RE: Problem with array (ArrayList) within an object.

2002-12-06 Thread Tom Jordahl
e (not a simple type, which is what its trying to deserialize). Hope that helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: David Mullens [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 3:46 PM To: [EMAIL PROTECTED] Subject: Problem with array (Ar

RE: AdminService useful?

2002-12-06 Thread Tom Jordahl
The AdminService works just fine. The functionality that you seem to expect from Apache SOAP isn't there via a browser. -- Tom Jordahl Macromedia Server Development -Original Message- From: Swanson, Brion [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 2:46 PM To: &#

RE: AdminService useful?

2002-12-06 Thread Tom Jordahl
> Is this service supposed to actually provide some administrative > functionality like Apache SOAP 2.3 has with their Administrative client > (deploy, list, and undeploy)? Nope. Patches welcome. Try http://localhost:8080/axis/services/ for a list. -- Tom Jordahl Macromedia Server De

RE: targetNamesapce

2002-12-06 Thread Tom Jordahl
No, the server does not dereference the targetNamespace URI. Its just a string. -- Tom Jordahl Macromedia Server Development -Original Message- From: Tim Lee [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 1:34 PM To: '[EMAIL PROTECTED]' Subject: targetNamesap

RE: WSDL is inaccessible

2002-12-06 Thread Tom Jordahl
Turn the timeout off (value 0 or -1) and see what happens. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 10:29 AM To: [EMAIL PROTECTED] Subject: WSDL is inaccessible Hello everyone

RE: How to get handle to this mysterious SerializationContext?

2002-12-05 Thread Tom Jordahl
"Use the defaults, Luke..." :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: easter [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:41 PM To: [EMAIL PROTECTED] Subject: Re: How to get handle to this mysterious SerializationContext?

RE: Registering SerializerFactory in client using config file

2002-12-05 Thread Tom Jordahl
unning, it just writes the client-config.wsdd in the current directory. Hope this helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 5:07 AM To: '[EMAIL PROTECTE

RE: How to get handle to this mysterious SerializationContext?

2002-12-05 Thread Tom Jordahl
pplication code to get the data in the right form... You can turn off skeletons, which you don't need, and just get an *Impl.java file to fill in the server side implementation. Hope that helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: easter [mailto:[

RE: Logging using Servlet API

2002-12-04 Thread Tom Jordahl
/logging/package-summary.html -- Tom Jordahl Macromedia Server Development -Original Message- From: Tiptronicus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: Logging using Servlet API Hi, So far in the mailing list I have seen only

RE: Registering SerializerFactory in client using config file

2002-12-04 Thread Tom Jordahl
Try using 'client-config.wsdd' in the current directory of the client. -- Tom Jordahl Macromedia Server Development -Original Message- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 7:10 AM To: '[EMAIL PROTECTED]'

RE: RESPOST: Usage of optional attributes

2002-12-03 Thread Tom Jordahl
We wouldn't change anything that broke JAX-RPC. The bean type would have to be special, so a reset() method would be no problem -- Tom Jordahl Macromedia Server Development -Original Message- From: Matthias David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002

RE: deserializing nested complex types

2002-12-03 Thread Tom Jordahl
make sure that the QName of the data type is the same as the one you registered? Does the xsi:type attribute of your data match what you expect? Hope this helps you track down your problem. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mitch Gitman [mailto:[

RE: wsdl2java + deploy : Exception: Invalid WSDD element 'deployment' (wanted 'deployment')

2002-12-02 Thread Tom Jordahl
Beta 3 is really old. I would try 1.0 or a nightly build. -- Tom Jordahl Macromedia Server Development -Original Message- From: dev [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 5:55 AM To: [EMAIL PROTECTED] Subject: wsdl2java + deploy : Exception: Invalid WSDD element

RE: WS Inetrop

2002-12-02 Thread Tom Jordahl
It can if you write a (Windows specific) client side handler to do it. The handler would then insert the require 'stuff' that the NTLM server side is expecting. -- Tom Jordahl Macromedia Server Development -Original Message- From: Kameshwar Jayaraman [mailto:[EMAIL PROTEC

RE: Java2WSDL/WSDL2Java question

2002-12-02 Thread Tom Jordahl
I think the Test.Test is a bad thing in Java. Can you have a Class named the same as the package it is in? Did you try using a different namespace, like "http://tempuri.org/myStuff";? -- Tom Jordahl Macromedia Server Development -Original Message- From: Derek Eichele [mai

RE: RESPOST: Usage of optional attributes

2002-12-02 Thread Tom Jordahl
capturing this mail conversation in a bugzilla report would be useful. Care to contribute an implementation? -- Tom Jordahl Macromedia Server Development -Original Message- From: Matthias David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 3:14 AM To: '[EMAIL PRO

RE: how does axis handles restrictions

2002-12-02 Thread Tom Jordahl
Missing functionality. Patches welcome. :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Ankit [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 2:08 AM To: [EMAIL PROTECTED] Subject: how does axis handles restrictions Hi, Does anybody have any

  1   2   3   >