On the client side, we're using only Laszlo elements. We specify the
URL, and Laszlo is supposed to fetch the WSDL and handle all
communication. This is described at
http://www.laszlosystems.com/lps-2.2/docs/guide/rpc-soap.html
However, if I'm not mistaken, Laszlo uses Axis internally to handle
Hi Bill,
do u already try to map your array in your WSDD ? Something like that :
---
Sebastien
On Thu, 17 Feb 2005 15:15:17 +0900, Bill Keese
<[EMAIL PROTECTED]> wrote:
> Wow, great answer. Thanks! I was actually just asking about issue #2,
> wrapped or bare arrays
Wow, great answer. Thanks! I was actually just asking about issue #2,
wrapped or bare arrays.
I looked over the Axis code again and realized that in
ArraySerializer.java version 1.31, the code I mentioned in my previous
mail was corrected to output wrapped or bare arrays in concordance with
Hmm, it's mysterious. Praveen's problem was the
namespace bug, documented (with patch) here:
http://marc.theaimsgroup.com/?l=axis-user&m=109646648222389&w=2
I don't know why it's working for Dino (but not Praveen) without that
patch.
Bill
Dino Chiesa wrote:
Hm
I don't
You can get the snapshot at http://cvs.apache.org/snapshots/ws-fx/
On Wed, 16 Feb 2005 11:06:58 -0800 (PST), Ry. <[EMAIL PROTECTED]> wrote:
> Hi, I am looking forward to using WSS4J in my project but I don't know
> where to find the binaries from http://ws.apache.org/ws-fx/wss4j/. Can
> someone p
I am not clear. Seems there are two issues,
1. SOAP encoding (blch!) vs
Literal
2. wrapped or bare arrays
Let's stay away from SOAPENC:arrayType since we all listen to
WS-I.
So, on issue #2, are you
asking, does .NET expect arrays embedded in types to be serialized
as [Exampl
No binaries exist. Checkout from CVS and
build.
-Jon
From: Ry. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 2:07 PMTo:
[EMAIL PROTECTED]Subject: Where are WSS4J
Binaries?
Hi, I am looking forward to using WSS4J in my project but I don't
knowwhere to find the binaries
--- "Ry." <[EMAIL PROTECTED]> wrote:
> Hi, I am looking forward to using WSS4J in my
> project but I don't know
> where to find the binaries from
> http://ws.apache.org/ws-fx/wss4j/. Can
> someone please point me in the right direction!
>
> I know this is not the ideal mailing list but I hope
>
Hm
I don't really know what the problem is,
then.
I started with the WSDL you sent me, and removed the weird,
redundant ArrayOf_tns1_ContainerBean type, and introduced a new named
complexType in its place. Like so:
and then of course the ContainerBean itself sp
Dino - question for you. The checkin comment for ArraySerializer
v1.5 is listed below. It implies that .NET *doesn't* want arrays
serialized using the tag. And yet, all the examples I've
seen of .NET services indicate the opposite. Can you shed some light
on this? And if your answer is
Hi Dino,
Nice to hear input from someone on the MS side. Anyway, yes, I think
the array issue is specific to Axis v1.2, and it's documented in
http://issues.apache.org/jira/browse/AXIS-1547
The patch specified in the bug report seems to fix most people's array
related problems. (It's not in
I get a SOAP fault when trying to deploy wsdd with AdminClient.
No clue why this is happening. I have the classes on my CLASSPATH.
Appriciate any help.
Details below.
Thanks,
Samisa...
Processing file ca/deploy.wsdd
Exception: AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}S
xsd:sequence dictates the order of the elements whereas xsd:all child
elements can be any order. But I think everyone uses xsd:sequence,
although the receiver of messages may be forgiving if the elements are
illegally out of order.
http://www.w3schools.com/schema/schema_elements_ref.asp
Tom Kl
Wow, mail transport... the world's slowest RPC? :-)
And if that is still too fast, try:
org.apache.axis.transport.postalmail
Bill
[EMAIL PROTECTED] wrote:
Hi Kumar,
Other than the HTTP Transport, Axis also provides a JMS Transport and a Mail
Transport.
See the following packages for de
By the way, thanks for this advice about upgrading xerces. My
performance increased dramatically. (An operation that was previously
talking 5 or 10 minutes now only takes 12 seconds.)
Suprisingly, I had to replace xerces not only in my on web application,
but also in the tomcat/common/endorse
Hey there,
I'm looking for a solution to the following problem.
I'm trying to develop a rather simple Webservice with Axis 1_1
and want to use axis's built-in session-support.
When a user logs in (e.g calls login method) user will be marked as
online, so that user
of the same webservice may see t
I don't really like the option 1. And I don't know
how to go for option 2 :). I am trying to apply Eric's patch and see if it fixes
my problem (assuming that this patch will be applied to Axis's cvs :)
).
Praveen
- Original Message -
From:
Dino
Chiesa
To: [EMAIL PROTE
yes, our most recent messages crossed in the
ether.
From: Praveen Peddi
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005
2:34 PMTo: [EMAIL PROTECTED]Subject: Re: array of
recursive beans (doc/literal style)
The main problem seems to be in the axis response
anyway. So I am not
I think what you really need is
to modify the serialization on the AXIS side.
The XML response that you enclosed last time round,
indicates that the toplevel ContainerBean is serialized differently
than any "child" ContainerBeans that it holds. As you pointed out
yourself, on the wire
I think u don't need to include anything special for your arrays.
Generate all your stubs with the task WSDL2Java and look at in the
deploy.wsdd if the extra classes are mapped.
-
Sebastien
On Wed, 16 Feb 2005 12:12:53 -0800, Tim K. (Gmane) <[EMAIL PROTECTED]> wrote:
> Yes, I do. Ah,
As an in-progress followup, the lack of a stack dump is due to java bug
4872096 (see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4872096
) which can be worked around by adding -Xint to the vm arguments.
I'm currently getting (with the middle cut out):
java.lang.StackOverflowError
Joe,
You might want to look at UDDI authentication mechanism, which is based
on simple token exchange model.
http://uddi.org/pubs/ProgrammersAPI-V2.04-Published-20020719.htm#_Toc25137739
Mike.
Joe Plautz wrote:
Hello,
I'm looking for some guidance in the realm of security. I am in charge
of cr
Hi There!
I have seen a couple of people with the same problem but there seems to be
no answer so far:
The problem relates to WSDL generation of deployed services in Axis 1.2RC2 .
The error is:
BEGIN
AXIS error
Sorry, so
Yes, I do. Ah, I missed the --extraClasses option ...
Do I need to also include anything special for the arrays to work (e.g.a
B[] in addition to B)?
Thanks.
Tim
Sebastien Mayemba Mbokoso wrote:
Do you know all the object types of 'Object o' at run-time ? If you do
maybe you can use
Java2WSDL wit
Do you know all the object types of 'Object o' at run-time ? If you do
maybe you can use
Java2WSDL with that more option : --extraClasses ?
---
Sebastien
On Wed, 16 Feb 2005 11:20:24 -0800, Tim K. (Gmane) <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Using java2wsdl to generate the WSDL fr
The main problem seems to be in the axis response
anyway. So I am not sure if changing the WSDL would fix the problem on .NET
side.Axis response has a blank namespace for the second level elements (see the
green text and red text. I think they both should have similar attributes and
namespac
> Also, I am
attaching the soap response. It looks like the problem is due to the namespace
of each array element.Namespaces are defined properly for the top level elements
array but for the recursive elements, namespace is
empty.
Yes, correct. If the namespace on the XML does not agree
> I've got a deployed service which is perfectly functional,
> but for which
> the ?wsdl option fails with a simple "Exception -
> java.lang.StackOverflowError" message (without a stack dump
> or any other
> information). The tomcat/catalina logs are similarly
> unhelpful. Also
> interesti
I changed the wsdl. ContainerBean is now defined as
(my changes are in blue):
I made my .NET client point to the
modified WSDL. I still get the same error. My .NET client cant serial
Hello,
Using java2wsdl to generate the WSDL from java server side classes, how
can I force the registration of a serializer/deserializer for a bean
that does not appear directly in the method arguments, e.g.:
public A foo(A a)
where A is a bean which can contain another bean B and also a bean ar
Hi, I am looking forward to using WSS4J in my project but I don't knowwhere to find the binaries from http://ws.apache.org/ws-fx/wss4j/. Cansomeone please point me in the right direction!
I know this is not the ideal mailing list but I hope someone can still help me out, pleeease!
Many Thanks,Ryan
I've got a deployed service which is perfectly functional, but for which
the ?wsdl option fails with a simple "Exception -
java.lang.StackOverflowError" message (without a stack dump or any other
information). The tomcat/catalina logs are similarly unhelpful. Also
interesting is that java2wsd
sounds good
On Wed, 16 Feb 2005 19:10:45 +0100, Carsten Ziegeler
<[EMAIL PROTECTED]> wrote:
> Davanum Srinivas wrote:
> > Carsten,
> >
> > Do you want to share it? Please open a JIRA request for enchancement :)
> >
> Hmm, sure, I' not against sharing - but my solution currently runs
> outside of
Davanum Srinivas wrote:
Carsten,
Do you want to share it? Please open a JIRA request for enchancement :)
Hmm, sure, I' not against sharing - but my solution currently runs
outside of Axis
and alters for example the incomming message in order to append the
schema information etc.
But I could open
Try changing your WSDL so there is no additional
ArrayOd_tns1_ContainerBean type.
Basically, the definition of ContainerBean:
. .
.
Not sure if this is valid though, it's just my
guess.
Eugene
- Original Message -
From:
Praveen
Peddi
Carsten,
Do you want to share it? Please open a JIRA request for enchancement :)
thanks,
dims
On Wed, 16 Feb 2005 14:18:25 +0100, Carsten Ziegeler
<[EMAIL PROTECTED]> wrote:
> Carsten Ziegeler wrote:
> > I'm searching for an easy way of validating an XML document against a
> > WSDL file. This i
Hello,
I'm looking for some guidance in the realm of security. I am in charge
of creating some web services to be used by a PowerBuilder front
end(changing this is not an option). What I've discovered is that
PowerBuilder does not allow you to modify/add headers in any shape or
form. So, addin
Thanks for the response Dino.
I am using Axis rc1.2 nightly build from Feb
8th.
I think you are right regarding desinging the
interfaces. Its better to work on WSDL and schema before working on java
code but I have all the java classes built. These are not new services. I have
all these ser
Is this a v1.2 RC thing, or are you using AXIS v1.1?
And,
how are you designing the interface?
There is a line of thinking that says, if you want interop,
then start by designing the interface in a platform-independent manner. In
other words, WSDL and W3C XML Schema. This applies whe
are you accessing the service via an Axis-generated stub?
just asking since im interested in your laszlo setup
On Wed, 16 Feb 2005 15:31:42 +0100, Tom Klaasen <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> We're looking at using openlaszlo (http://www.openlaszlo.org) in
> combination with an Axis
The problem is that the Applet is trying to read (not write) the log level.
We have to find a way to give it that knowledge. Doing a quick google. I
found this page.
http://www.geocities.com/dcblaha/articles/Soap/SoapSetup.htm
It gives a recommendation on how to get Axis working in an applet. In
p
Yes, provided you implement a custom serializer for that object.
Jai
-Original Message-
From: Morten Egelund Rasmussen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 6:32 AM
To: [EMAIL PROTECTED]
Subject: Parameterized constructors through Axis?
Hi all!
Simple question:
Christian,
We need a mapping for datahandler, something like this:
QName qnDataHandler = new QName("http://schemas.xmlsoap.org/soap/encoding/";,
"DataHandler");
call.registerTypeMapping(dhSource.getClass(),
qnDataHandler,
JAFDataHandler
Robert,
I think your second option is the best route. I have used MessageContext
to get a hold of my servlet's context and it works dandy.
-Original Message-
From: Robert Bateman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 15, 2005 3:01 PM
To: axis-user
Subject: Re: java.rmi.Remo
Hi all,
We're looking at using openlaszlo (http://www.openlaszlo.org) in
combination with an Axis SOAP server. One of the problems we encounter,
is that Laszlo doesn't seem to understand tags. In this
context, a lot of questions come to my mind:
(1) what's the difference between xsd:all and xs
you could look at Jetty--little more lightweight than Tomcat.
-pc
On Wed, 16 Feb 2005 10:21:28 +0300, Eugene Prokopiev
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need minimal production environment for Axis application. For
> org.apache.axis.transport.http.SimpleAxisServer I read in javadoc: "This
>
Carsten Ziegeler wrote:
I'm searching for an easy way of validating an XML document against a
WSDL file. This is in order to test if the document is a valid request
for the service.
Does Axis provide some classes/functionalitity I could use? Or is there
something else I can do?
I read somewher
I'm in the process of writing a web service and have ran into the problem
of sending custom objects.
I have an object that contains nothing more then a few String[] and
Datahandler[]. When calling invoke I get the error "No serializer
found"... understandable..
in my client code I added the foll
Hi all!
Simple question: Can I expose an object through an Axis Webservice with
a paramerized constructor?
I.e. something like this:
public class MyObject {
MyObject(String test) {
// Constructor code goes here
}
}
Thanks,
~Morten :-)
49 matches
Mail list logo