It is my understanding that hrefs can be used in the case when an object
is share by more than
one other objects. With an href, the shared object can be serialized and
those objects that
have a reference to the shared object will be serialized with an element
containing the
href rather than the s
AXIS/java has setMainSession method and a way to pass username and
password. Similar mechanism is being implemented in C++? Anybody working
on this?
- Satish
Hi,
I'm trying to run a WebSerice on Axis Beta 1. I can correctly deploy my web
Service and i get a server-config.wssd (my web service is correctly declare
inside).
But when I try to access to my Web Service I get the error "Error 404--Not
Found". Apparently I have a problem to access to my server
Got it thanks
-Original Message-
From: Frank Griffin [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 5:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Serializer / Deserializer for HAshmap
"Vaidya, Raghavendra (CORP, GEITC)" wrote:
> Does axis provide a
> serializer / deserializer for
I see that you are using JDK1.4, which has crimson as its default JAXP
XML parser. You need to go check the documentation for 1.4 on how to
override.
Ted
On Thu, 2002-03-21 at 06:11, Alex Krotov wrote:
> Hello Theodore,
>
> Thank you for your reply.
>
> > You need to have xerces on the class
Hi,
I am trying to consume this
web service by cdyne.com which is implemented in MS.NET. Here is part
of my code invoking it:-
-
String endpoint =
"http://ws.cdyne.com
Axis provides most of the functionality you will need for attachment
management.
If you have large XML attachment, it should not be a problem.
You can write SAX handler for your attachment that will be as efficient as
you want it to be.
Attachment parse time is also good in axis, it has custom cod
I'm seeing the following exception when I attempt the stock quote example:
<[WebAppServletContext(4333262,axis)]
Servlet failed with Exception
java.lang.AbstractMethodError
at javax.xml.parsers.SAXParser.parse(SAXParser.java:386)
at org.apache.axis.encoding.DeserializationCont
Using Beta1 from March15th.
getting a BeanDeSerializer error... my data object is a simple java object
with one attribute which is a string.
Here is the error:
java.lang.NullPointerException
at
org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:198)
1.
Place latest xerces implementation(2.0.1) in commons/lib.
2.
Place jaxrpc.jar in tomcat/lib.
If you
still have problems, browse archives from 03/15.
-parimi
-Original Message-From: Antonio Megía
[mailto:[EMAIL PROTECTED]]Sent: Friday, March 22, 2002 4:37
AMTo: [EMAIL
Title: RE: Axis on Weblogic 6.1 SP2
I had a similar problem. If you look through the
axis user group archives you should find the answer.
Ed Erie
-Original Message-
From: Fabien Aubert [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 9:51 AM
To: '[EMAIL PROTECTED]'
Subject
Hi,
I'm trying to run a WebSerice on Axis Beta 1. I can correctly deploy my web
Service and i get a server-config.wssd (my web service is correctly declare
inside).
But when I try to access to my Web Service I get the error "Error 404--Not
Found". Apparently I have a problem to access to my serve
The 'fault' element is being ignored by wsdl2java in
the following wsdl file. Is it supported?
http://localhost:8080/axis/services/cidadebcp-registerBranchUser";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:impl="http://localhost:808
The 'fault' element is being ignored by wsdl2java in the following wsdl
file.
Is it supported?
http://localhost:8080/axis/services/cidadebcp-registerB
ranchUser"
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:impl="http://localhost:80
I cannot figure out how to run the java2wsdl
program. I can get everything else in AXIS working (including the
wsdl2java program), just not java2wsdl. It runs ok, but no matter what I
put a parameters it just keeps listing the help (what parameters are
available). Here is what I ask of yo
Hello we have already installed the axis server using tomcat 3.2.1 and
all seems to be ok. The server starts and stops correctly. But when we
try to deploy the stock service the way the step 5 of your installation
guide says we get a java exception in the axis server running in tomcat.
The cl
Hello we have already installed the axis server
using tomcat 3.2.1 and all seems to be ok. The server starts and stops
correctly. But when we try to deploy the stock service the way the
step 5 of your installation guide says we get a java exception in the axis
server running in tomcat.
The
The 'fault' element is being ignored by wsdl2java in
the following wsdl file. Is it supported?
http://localhost:8080/axis/services/cidadebcp-registerBranchUser";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:impl="http://localhost:808
The 'fault' element is being ignored by wsdl2java in
the following wsdl file. Is it supported?
http://localhost:8080/axis/services/cidadebcp-registerBranchUser";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:impl="http://localhost:808
It seems to me that wsdl2java is ignoring the "fault"
element in a wsdl file I have (file included below).
Thanks,
Nuno Guerreiro
http://localhost:8080/axis/services/cidadebcp-registerBranchUser";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:SOAP-ENC="http://sch
I had asked for help on java2wsdl, but I downloaded
the latest version and it has everything in it that I need to know. Thanks
anyways though.
Hi,
I've been using the latest versions of Axis and I've
detected a problem with wsdl2java. With certain output
parameters, no holder class is generated, but the
SoapBindingImpl class tries to use, which results in a
compilation error. I've tried the 19-3-2002 version
and many others before. The
I messed around w/ this problem for a few hours, and
since it was so painful I can't recall 100% exactly what fixed it. It might be
that log4j wasn't loaded for that app [class not found caught & null
returned, null giving class cast...], or that a log4j was not configured right
[odd, I thou
Hi,
I've been using the latest versions of Axis and I've
detected a problem with wsdl2java. With certain output
parameters, no holder class is generated, but the
SoapBindingImpl class tries to use, which results in a
compilation error. I've tried the 19-3-2002 version
and many others before. The
Hi,
I've been using the latest versions of Axis and I've
detected a problem with wsdl2java. With certain output
parameters, no holder class is generated, but the
SoapBindingImpl class tries to use, which results in a
compilation error. I've tried the 19-3-2002 version
and many others before. The
The method which I am taking about returns a String, so there is no way I
can change it to return Element. Is there any workaround to this problem ?
What do I need to do in order to eliminate this exception ? Probably use
another De-serializer ? If so, how ?
Thanks,
Vijay.
-Original Message
The WSDL2Java emitter will not overwrite an existing Impl file
if it sees one in the output directory.
You shouldn't have to copy and paste...
--
Tom Jordahl
Macromedia
-Original Message-
From: Hozefa Botee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 7:55 PM
To: [EMAIL P
AXIS DOES support attachments (to a degree). See the attachment sample
(samples/attachment).
Russell Butek
[EMAIL PROTECTED]
[EMAIL PROTECTED] on 03/22/2002 04:15:23 AM
Please respond to [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
cc:
Subject:Re: AW: DOM or SAX in Axis?
Stefan,
I don
WSDL4J is a reference implementation for JSR-110, a spec which is still
under construction, so the interfaces in WSDL4J are quite changeable.
There were a number of changes between WSTK 2.4 and 3.0. WSTK 3.0 was
built in December. I don't have the version of wsdl4j.jar that was used in
WSTK 3.0,
Hi Vaidya!
Well, the MapSerializer is responsible for writing out the declaration,
and it expects to be writing the "xml-soap:Map" type, since that's the interoperable
name for the Map encoding which a bunch of SOAP toolkits support. This type is
automatically mapped in Axis.
So if you jus
Stefan,
I don't know if Axis already supports attachement. I think it still doesn't.
I agree that SOAP is not the way to transport huge messages.
Joost
"Stefan Henke" <[EMAIL PROTECTED]>
2002-03-22 11:06
Please respond to axis-user
To: <[EMAIL PROTECTED]>
"Peter A
"Vaidya, Raghavendra (CORP, GEITC)" wrote:
> Does axis provide a
> serializer / deserializer for Hashmap or do I have to write one my self
The Bean Serializer will handle HashMaps (at least according to the code).
They get sent as a SOAP map type.
Hi,
When I use a Mp serializer in the wsdd file the wsdl file generated is
wrong.It puts the name of the complex type as "map" and not as the name of
the parameter "searchParams"(Please refer to the wsdl listing below). When I
try to generate client code it gives following error :
java.io.IOExcep
HI Peter, hi Joost,
thanks for your quick responses.
Has anybody tried to implement a scenario with big attachments?
I´m not sure if axis already has full support for attachments. It was just a
discussion with a colleague here in our team. He has the opinion that
webservices in general (and axis
Hi,
>From what I've read Axis uses SAX. (see what is Axis - speed) in the user
guide
http://xml.apache.org/axis/index.html
Peter
- Original Message -
From: "Stefan Henke" <[EMAIL PROTECTED]>
To: "axis-user" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 9:46 AM
Subject: DOM or SAX in
Apache Axis uses SAX
Apache SOAP uses DOM
Joost
"Stefan Henke" <[EMAIL PROTECTED]>
2002-03-22 10:46
Please respond to axis-user
To: "axis-user" <[EMAIL PROTECTED]>
cc: (bcc: Joost den Boer/EHV/CE/PHILIPS)
Subject: DOM or SAX in Axis?
Hi,
I´ve got a question about how Axis is parsing the soap xml files.
Does Axis use dom or sax?
The purpose of my question is as follows:
If I have a soap message with attachments and the attachment is really big,
maybe several megabytes of data, the performance will be very bad if axis
uses dom.
Hi,
the java class is as below:
public final class ThreadStatus
{
public static int Ready=0;
public static int Running=1;
public static int Blocked=2;
public static int Died=3;
}
How to translate this class into WSDL
thanks
simon xi
38 matches
Mail list logo