Christoph,
Thanks for the note.
The WSDL2Java only generates referenced types. It appears that you may
have found a bug. The reference to ArrayOfSOAPStruct should cause
SOAPStruct to be referenced and thus generated.
1) Could you verify that this problem occurs with the latest version of
Axi
That got it, thanks for the quick turn. A real rookie mistake...
R J Scheuerle Jr wrote:
> The encoding framework has changed substantially. The code has been split
> into interfaces and classes (classes end with Impl). The actual
> serializers and deserializers are now under org.apache.axis.
Jon
change your invoke line to:
Float f = (Float)call.invoke( new Object[] { new Float(3f) } );
cleve
- Original Message -
From: "Jon Kurland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 15, 2002 8:00 PM
Subject: Sending a float using Axis
I am trying to send
The encoding framework has changed substantially. The code has been split
into interfaces and classes (classes end with Impl). The actual
serializers and deserializers are now under org.apache.axis.encoding.ser.
It appears that you have an old ArraySerializer class in your tree ?
You may want t
Greetings,
I cannot get the nightly drops to build. It appears to be a problem
with org.apache.axis.encoding interfaces which used to be classes. I can
build alpha-3 with no issues. I modified the ArraySerializer.java
from extends Deserializer to implements Deserializer and
it compiled just fine
I am trying to send a float parameter to a soap server and I keep getting the
following error:
org.xml.sax.SAXParseException: Character conversion error: "Unconvertible UTF-8
character beginning with 0x90" (line number may be too low).
Does anyone know how I can go about fixing this. I believ
Hi,
does anyone know how to make a web service undeploy itself after a
certain period of time? is there any easy way in axis to do this?
please help.
Jeffrey
Title: RE: how to log debug message in Axis
http://jakarta.apache.org/log4j/docs/documentation.html
In
your class you will need to have something like this:
import
org.apache.log4j.Category;
public
class Boo
{
private static Category
log=Category.getInstance(Boo.class.getName());
p
Title: RE: how to log debug message in Axis
With regard to reply from Koen Weyn, how do I insert code using log4j facility in my own handlers? Where can I find relevant docs? Thanks.
-Original Message-
From: Jianlin Chang
Sent: Thursday, February 14, 2002 8:31 PM
To:
Are you sure that this was your problem? I have had the same problem but
the source was not having axis.jar in the wrong directory (I tried that) but
what follows.
In a previous run I had deployed a service that used a user defined type
MyClass.
Though I undeployed the service, the user defined
Can someone help me with a problem I am having. I am trying to make a soap request
using an axis client that sends a float and returns an array of floats. Any help and
sample code will be would be greatly appreciated. Thanks in advance, JK
?WSDL is more 'typical' than 'standard'.
.NET uses it, Axis uses it. Does anything else matter? :-)
But seriously, WSDL is available for a given web service at a given URL.
The publisher of the web service publishes the URL, and you should in no way depend on
that URL having anything to do wi
Bill Dimmick asked
> Does Axis currently support the following?
>
> http://foo.bar.com:8080/axis/SOAPService.jws?wsdl
and Tom Jordahl wrote:
>Yes. WSDL can be generated for any service and JWS files are
>pretty such like any other service...
and I was wondering: how general
Could someone tell me how Axis and SOAP deal with Java primitives and
the associated Reference Types ?
In other words, if I have two server-side methods, one of which takes a
Long parameter and returns a Long result, and the other of which takes a
long parameter and returns a long result, does t
Yes. WSDL can be generated for any service and JWS files are
pretty such like any other service...
--
Tom Jordahl
Macromedia
-Original Message-
From: Dimmick, Bill [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 15, 2002 10:02 AM
To: '[EMAIL PROTECTED]'
Subject: JWS && WSDL
Does Axis currently support the following?
http://foo.bar.com:8080/axis/SOAPService.jws?wsdl
I'd like to create some quick-and-dirty services and then use
Wsdl2Java on them to build client stubs...
Thanks,
Bill
Thanks thomas,
But im slightly confused here. To authenticate to my AXIS service(s) I have
a handler sitting in the request flow, that returns a SOAP Fault in the SOAP
response if user cannot be authenticated. The AxisFault generated in the
Handler is rethrown as ServletException so a 500 server
HI!
This (basic HTTP authentication) works here. .NET does not send the authorization info
with the first attempt, but it sends it with the second attempt if the first attempt
has been refused with HTTP error 401 and the correct challenge. It does the second
attempt automatically, if the first
Currently, I am working to interop with an MS colleague using .NET client
with my AXIS service. I have a handler chain that uses LDAP to
authenticate/authorize access to my deployed service. Works fine with my
AXIS client. Trouble is, we cant seem to be able to get .NET to send the
required Author
Jianlin,
I a logging all messages to a file called axis.log:
- Take the log4j.properties file out of axis.jar
- Adapt it to look like this (or have a look at the log4j Manual if you want
something else)
# Set root category priority to ERROR and its only appender to A1.
log4j.rootCategory=DEBUG,
See http://marc.theaimsgroup.com/?l=axis-user&m=101363089701434&w=2
Glyn
The J2EE platform security policy denies creating class loaders, which is
what Axis is trying to do.
There has been some recent work on removing the need for special
classloaders, so you could try re-running your test with the latest build
from http://xml.apache.org/dist/axis/nightly/.
Glyn
22 matches
Mail list logo