RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
<[EMAIL PROTECTED]> wrote: > > And i belive Tom gave u an answer as well...See section 4.2.5 in > > JAX-RPC 1.1 spec. > > > > -- dims > > > > > > On Mon, 7 Feb 2005 13:11:56 -0800, Simon Fell > <[EMAIL PROTECTED]> wrote: > > > Did

RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
Did so months ago. http://issues.apache.org/jira/browse/AXIS-1454 > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 1:00 PM > To: Simon Fell > Cc: [EMAIL PROTECTED] > Subject: Re: "JRE 1.5 "enum&qu

RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
Backward compat is already busted. WSDL2Java generates different class names, no longer generates new classes for some types. > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 05, 2005 5:51 AM > To: [EMAIL PROTECTED] > Subject: Re: "JRE 1.5

RE: question/problem

2005-01-31 Thread Simon Fell
The imports are needed to correctly comply with the XSD spec. There's an errate to the WS-I BP that clarifies that the rules were not suposed to make inline schemas invalid. Unfortuanly the WS-I tools haven't been updated to refelect that.   Cheers Simon From: Eugene Shershnev [ma

SOAPHeaderElement is for serialization only ?

2005-01-25 Thread Simon Fell
I'm looking at the SOAPHeaderElement in Axis 1.1, it appears that for serialization I can pass it a strongly typed object, but for de-serialization (either on the server trying to read a header passed by the client, or on the client trying to read a header returned by the server) there doesn't seem

RE: WS-I compliancy problem for generated wrapped WSDL

2005-01-20 Thread Simon Fell
The first one is a false assertion from the WS-I tools, if you read the WS-I BP erata, you'll see that it wasn't suposed to make inline schemas illegal. The second one is because you have an rpc/encoded service, which uses that arrayType, you'll need to change your service to be doc/literal

RE: Best way to send attachments

2005-01-07 Thread Simon Fell
Nothing in that wsdl fragment indicates that there will be any MIME or DIME based attachments. Cheers Simon > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 12:14 PM > To: [EMAIL PROTECTED] > Subject: RE: Best way to send attachments

RE: WSDL critique?

2005-01-04 Thread Simon Fell
A bigger issue would be all the nillable elements that are types that aren't nillable in .NET, if a message contains a xsi:nil='true' for an xsd:int, xsd:dateTime (and other value types in .NET) .NET will fail to de-seialize the message. IMO This is by far a bigger issue than the rpc/encoded fud.

RE: Is Axis generating bad WSDL, or is .NET's wsdl.exe broken?

2005-01-04 Thread Simon Fell
sm that will prevent this? > > Thanks again, > > Donnie > > > -Original Message- > From: Simon Fell [mailto:[EMAIL PROTECTED] > Sent: Friday, December 31, 2004 3:45 PM > To: [EMAIL PROTECTED] > Subject: RE: Is Axis generating bad WSDL, or is .NET's >

RE: Is Axis generating bad WSDL, or is .NET's wsdl.exe broken?

2004-12-31 Thread Simon Fell
As far as I can see, .NET is correct, this is not valid value for name attribute. Cheers Simon > -Original Message- > From: Donnie Hale [mailto:[EMAIL PROTECTED] > Sent: Friday, December 31, 2004 12:13 PM > To: [EMAIL PROTECTED] > Subject: Is Axis generating bad WSDL, or is .NET's wsd

RE: Locator and Stub thread safe

2004-12-22 Thread Simon Fell
I have seen one threading related problem with Axis 1.1, If there are a number of threads that attempt to create the very first client stub in a given process concurrently, then I've seen NPE's from deep in the bowls of the AxisEngine class, have never had the time to pin down exactly what causes i

RE: WS-RM support?

2004-12-21 Thread Simon Fell
no, WS-ReliableMessaging is a vendor consortium spec from Microsoft & Tibco (amongst others), WS-RM is the result of an OASIS standardization process of the WS-Reliablilty spec.   Cheers Simon From: Jian J Zhang [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 9:36 AMTo:

RE: simple axis tests fail

2004-12-21 Thread Simon Fell
In my experience, if you're on JDK1.5 with Axis 1.1, you need to use the xerces parser, axis sets some optional properties on the parser, and under the version of crimson in 1.5 they now throw exceptions which axis doesn't handle, if you switch to xerces it should work. Cheers Simon > -Origi

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Simon Fell
So, what types do you have that aren't in the list ? > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 11:12 AM > To: [EMAIL PROTECTED] > Subject: RE: Java Client accessing a .NET Web Service > > It's not urban legend, you missed an

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Simon Fell
I don't know where the urban ledgend that .NET can't handle arrays of complex types that contain complex types comes from, but its not true. I have a service that returns arrays of complex types containing arrays of complex types and it works fine with a .NET client. Cheers Simon > -Original

RE: Long: Problem with a method that returns byte[]

2004-12-14 Thread Simon Fell
His definition is correct, in Axis 1.1 and other tools a byte array is always mapped to a xsd:base64Binary type, this looks like a 1.2 bug. Cheers Simon > -Original Message- > From: Brown, Mike [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 6:48 AM > To: '[EMAIL PROTECTED]'

RE: PS -- oops WSDL2Java

2004-12-02 Thread Simon Fell
Yes, .NET doesn't support the soap encoding types. This seems to be a "feature" of axis 1.2, there was talk on the axis-dev list of changing this back to match axis 1.1, but I don't know what the current status of that is. Cheers Simon > -Original Message- > From: ANDREW MICONE [mailto:[E

RE: Connection Timeout

2004-12-02 Thread Simon Fell
Set it to 0 > -Original Message- > From: Zhou Jian Han [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 3:54 PM > To: [EMAIL PROTECTED] > Subject: RE: Connection Timeout > > Hi Luc, > I just tested with timeout set to -1, but it throws out > runtime exception: 'timeout can

RE: DIME attachments

2004-11-30 Thread Simon Fell
ASP.NET has a default max POST request of 4MB, sounds like you're running into that. There's some config settings you can change on the ASP.NET side to increase that limit.   Cheers Simon From: Waqar Sadiq [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 12:48 PMTo: [E

RE: Null values and calling a setter.

2004-11-30 Thread Simon Fell
myPropertyHasBeenSet can be used to indicate that a value was explictly sent (even if null), i.e. it handles the detection of elements that have minOccur='0' and were never sent. Not sent/nil are different in doc/lit soap. Cheers Simon > -Original Message- > From: Brown, Mike [mailto:[EM

RE: one big service vs. a set of related modular services

2004-11-30 Thread Simon Fell
I'd advise against tracking sessions via cookies, and instead use a SOAP header, cookie support varies betweens tools and I've found it in general to be an unreliable mechanism. Cheers Simon > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tim K. (Gmane) > Sent:

RE: long vs. Long

2004-11-30 Thread Simon Fell
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tim K. (Gmane) > Sent: Monday, November 29, 2004 7:20 PM > To: [EMAIL PROTECTED] > Subject: Re: long vs. Long > > If anyone else has an example on how to get the Long stuff to > work end-to-end and to interoperate w

RE: exposing only parts of a Java Bean

2004-11-24 Thread Simon Fell
> > There's a constructor for the BeanSerializer that takes 4 > parameters, > > the last parameter is an array of BeanPropertyDescriptor > you can use > > this constructor to make a beanSerialzier that only knows about a > > subset of the fields on the bean. Its pretty easy to write a new > >

RE: exposing only parts of a Java Bean

2004-11-23 Thread Simon Fell
> Is there such a thing in Axis as a descriptor file where one > could list the classes/beans and also the methods that would > like to be exposed? > > Or maybe the methods to be exposed can be annotated via > custom javadoc tags. > Can XDoclet be used to achieve this? I can't tell from > bri

RE: tcpmon with SSL/HTTPS

2004-11-23 Thread Simon Fell
Take a look at stunnel, http://www.stunnel.org/ > -Original Message- > From: Doug [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 6:29 AM > To: [EMAIL PROTECTED] > Subject: tcpmon with SSL/HTTPS > > What I'd like to do is have a proxy that can accept a plain > text request

RE: capturing SOAP XML in a client for debug?

2004-10-12 Thread Simon Fell
/PS - end > _call.setOperation(_operations[0]); > _call.setUseSOAPAction(true); > ...blah blah blah > > ~~~ > > I am a newbie to axis & web services so I hope somebody else > can comment if modifying stubs in this way is acceptable > pract

RE: newbie: namespace error - Enco ded IP

2004-10-12 Thread Simon Fell
You can't have a colon in a prefix, but you can in the namespace itself. You don't have to look any further than a soap envelope to see this in action (the namespace for the soap envelope has a : in it because its an http URI) Cheers Simon > -Original Message- > From: Patrick Herber [m

RE: capturing SOAP XML in a client for debug?

2004-10-11 Thread Simon Fell
Does anyone know if there a way to do this programmatically at the client ? Thanks Simon > -Original Message- > From: Nelson Minar [mailto:[EMAIL PROTECTED] > Sent: Friday, October 08, 2004 11:18 AM > To: [EMAIL PROTECTED] > Subject: Re: capturing SOAP XML in a client for debug? > > >T

RE: Odd numbers in Axis 1.1 response

2004-10-08 Thread Simon Fell
> -Original Message- > From: Nelson Minar [mailto:[EMAIL PROTECTED] > Sent: Friday, October 08, 2004 11:22 AM > To: [EMAIL PROTECTED] > Subject: Re: Odd numbers in Axis 1.1 response > > >Note the 946 preceding the envelope and the 0 following. > Does anyone > >have any idea why these a

RE: how to set the usename and passwork in C#

2004-10-07 Thread Simon Fell
Or you can just set the Credentials Property. Cheers Simon > -Original Message- > From: Paul Callahan [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 7:50 AM > To: [EMAIL PROTECTED] > Subject: Re: how to set the usename and passwork in C# > > You should look in the generat

RE: Axis 1.1 samples.fault: No SOAP Fault response

2004-09-22 Thread Simon Fell
I believe that this is actually a bug in the SOAPMonitor tool, Axis is correctly returning a soap fault but the tool is not showing it. Try repeating your test with another monitoring tool e.g. tcpTrace[1], soapscope[2] etc. Cheers Simon www.pocketsoap.com [1] www.pocketsoap.com/tcpTrace [2] www.m

RE: .NET interorperability issue?

2004-09-17 Thread Simon Fell
That's never been my intereptation of the spec, if I can give a more exact faultcode in a location at that is readily accessable by all tools, then I think that's the right way to go. The problem with putting stuff in detail is there's no standard, in a lot of tools you're left with a dom frament y

RE: .NET interorperability issue?

2004-09-16 Thread Simon Fell
> -Original Message- > From: Jim Murphy [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 16, 2004 1:05 PM > To: [EMAIL PROTECTED] > Subject: Re: .NET interorperability issue? > > I'm not sure the exception throwing semantics you expect are > supported across toolkits and particularl

RE: rpc vs. doc/literal interop

2004-09-10 Thread Simon Fell
Whilst everything Jim said is true, rpc/enc has been around the longest in the current tools and I think interop is pretty good. Doc/lit is the way to go long term, but I think interop today for doc/lit sucks, because every tools supports different subsets of XML Schema. Cheers Simon -Origin

Namespace serialization

2004-08-23 Thread Simon Fell
Hi, I have an axis based service (both client & server side) where leaf nodes in the serialized parameters use an additional namespace, this leads to the namespace/prefix mapping getting serialized in each leafnode, e.g. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/20

MessageContext highFidelity flag

2004-08-05 Thread Simon Fell
Hi, I have a service deployed with the standard Axis Servlet (using Axis 1.1) is there anyway to turn off the highFidelity flag in the MessageContext, I'm doing doc/literal SOAP, so have no need for the EventRecorder overhead. Thanks Simon

RE: CommonsHTTPSender and proxies

2004-05-27 Thread Simon Fell
Just in case anyone else stumbles into this, there's a bug CommonsHTTPSender in the 1.1 version where it builds the hostConfiguration object, but never calls client.setHostConfiguration(..) Cheers Simon -Original Message- From: Simon Fell Sent: Thursday, May 27, 2004 2:11 PM To: [

CommonsHTTPSender and proxies

2004-05-27 Thread Simon Fell
I'm using Axis 1.1 and have it configured to use CommonsHTTPSender, but it doesn't appear to be picking up the proxy settings from the VM, I'm starting my app with -Dhttp.proxyHost=localhost -Dhttp.proxyPort=5049, but connections aren't being proxied, This works fine when I use the old HTTPSender.

Are client transports re-used ?

2004-05-27 Thread Simon Fell
Hi, Anyone know what scope the transport object's are created/reused at ? (i.e. HTTPSender or CommonsHTTPSender) is there a single one created and reused for all requests, or one per request, or one per service ? Thanks Simon

RE: Interoperative attachments

2003-01-28 Thread Simon Fell
ennis Simon Fell wrote: > It doesn't when transported over an 8 bit clean transport (such as > http), although Apache SOAP would encode it anyway, don't know if axis > does. But that is an implementation limitation, not an issue with MIME > itself. > > Ch

RE: Interoperative attachments

2003-01-28 Thread Simon Fell
Title: RE: Interoperative attachments It doesn't when transported over an 8 bit clean transport (such as http), although Apache SOAP would encode it anyway, don't know if axis does. But that is an implementation limitation, not an issue with MIME itself. Cheers Simon www.pocketsoap.com

SimpleAxisServer & ?wsdl

2002-11-26 Thread Simon Fell
Title: SimpleAxisServer & ?wsdl I've managed to deploy a class via the command line org.apache.axis.client.AdminClient to a service running under the SimpleAxisServer, but any attempt to look at the wsdl using http://localhost:6060/services/echo?WSDL return a SOAP Fault message "The AXIS engin