Hi,
I have a FirstService.jws file that has two classes
in it. class FirstService and class Helper. I copied it to the
/axis directory. When I call this service, axis is able to
compile this jws file into 2 classes (FirstService and Helper) but I get the
following exception.
Caused by
Pl. ignore
- Original Message -
From: "Andrew Vardeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 10:57 AM
Subject: Re: AW: How do you pass an XML document between Axis and .Net Cl
ient?
> comments inline
>
>
> At 09:58 AM 5/31/2002 -0700, you wrote:
>
> >- Origina
I guess a better way to put it would be to
ask:
Should objects be
serialized depth first or breadth first?
It appears that they are serialized
breadth first, but if the serialization is done depth first, then objects would
always be generated so that the client could deserialize
Is it possible that the order of objects in
the SOAP message are not correct, i.e. should the object for 'id1' be
posted prior to making any references to it? Right now the object 'id1'
appears after the reference to it has been made. What does SOAP standard state
about the order of objec
On Fri, 2002-05-31 at 12:10, Tom Jordahl wrote:
>
> Hi Seth,
>
> This was a bug in Axis, it was fixed a day or two ago.
> Try the latest CVS tree and see if it works correctly for you now.
Excellent! Thanks very much!
Seth
comments inline
At 09:58 AM 5/31/2002 -0700, you wrote:
>- Original Message -
>From: "Andrew Vardeman" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, May 31, 2002 7:53 AM
>Subject: RE: AW: How do you pass an XML document between Axis and .Net Cl
>ient?
>
>
>Ack!
>
> >Maybe
Hi
I 've successfully setup and run Axis b2 on Linux and NT with Tomcat 4.
I need to install it now on WL 5.1, but whatever I try to run in Axis
(admin, deploy, etc..) I get a 500 error.
Did anybody succeded with this setup ?
Dom
Hello There,
I am running AXIS under WebLogic6.1 ...I didn't
find anything on the web relating to AXIS/WebLogic6.1 but
I can tell you what I did to get it up and running
1) copied the axis webapp into the applications directory .. ie
/cpr/config/Release_5.5.1/applications/axis
2) Adde
I just started developing with .net and Axis yesterday...so I'm not sure
if I'm even qualified to answer this question or if this is even the
answer that you are looking for...but this is how I do it...(at least
when my Axis would still compile:) )
In VS.net under your solution explorer...right
something may have gone wrong with your java compiler. Do JSP pages compile?
does javac work?
- Original Message -
From: "Joe Harrison" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 8:48 AM
Subject: WSDL Compile error
After rebooting my RH7.3 Linux box today Ax
- Original Message -
From: "Andrew Vardeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 8:44 AM
Subject: Re: RES: AW: How do you pass an XML document between Axis and .Net
Cl ient?
> Well, following the model folks are suggesting for sending XML documents
> v
- Original Message -
From: "Andrew Vardeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 7:53 AM
Subject: RE: AW: How do you pass an XML document between Axis and .Net Cl
ient?
Ack!
>Maybe this shouldn't bug me since the whole point of Axis is you're not
>sup
Are u sure ur classpath is correct when test.java is compiled ??
On Friday 31 May 2002 11:48, Joe Harrison wrote:
> After rebooting my RH7.3 Linux box today Axis will no longer compile
> .jws files.
>
>
> I even renamed a .jws file that I had compiled previously and it still
> would not compile.
Hi,
Please send me the PDF file.
Thanks,
Ting
[EMAIL PROTECTED]
-Original Message-
From: Romin Irani [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 10:30 PM
To: [EMAIL PROTECTED]
Subject: AXIS Book Announcement
Dear AXIS Users,
We are glad to announce the release of our new
Hello. I've searched the mailing list but found no information regarding
this issue.
Is there a way in AXIS to set an option on the XML parser that controls the
ability to "eliminate ignorable whitespace"? Using a DOM parser (via
DocumentBuilderFactory) you can call setIgnoringElementContentWhi
I made a recent change to Axis to prevent the serialization of static , final, and non-public fields.
Please get a new Axis drop and try it out.
Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Seth Ladd <[EMAIL PROTECTED]>
05/31/2002 10:46 AM
Please respond t
Hi Seth,
This was a bug in Axis, it was fixed a day or two ago.
Try the latest CVS tree and see if it works correctly for you now.
--
Tom Jordahl
-Original Message-
From: Seth Ladd [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:47 AM
To: [EMAIL PROTECTED]
Subject: How to sto
Something obvious is not jumping out at me.
Recommend you recompile with debugging on and optimization
off to get line numbers in your exception, then repost with just
top couple of lines from exception trace to see which line is
breaking. Perhaps someone else can spot your error.
I can state
Are there any resources/documentation for
configuring AXIS to run on WebLogic6.1
someone could point me to?
Regards,
Dan Stone
Cilas -
As defined by Jax-RPC, you should probably be using xsd:base64Binary (or
xsd:hexBinary depending upon encoding preferences) that maps to a byte[]
parameter.
Or, use attachments.
/Chris
-Original Message-
From: Cilas de Freitas [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 3
Hello again,
Is there any way in Axis to tell the encoder to ignore public static
fields? Or better yet, if the field is final, to ignore setting it?
I have a class that has a list of public static final attributes. They
get encoded OK (which is a bit verbose I guess), but when they get
decode
After
rebooting my RH7.3 Linux box today Axis will no longer compile .jws files.
I even
renamed a .jws file that I had compiled previously and
it still would not compile.
This is
what I get.
AXIS
error
Sorry,
something seems to have gone wrong... here are the details:
Error while compi
Hello,
I was hoping someone could clear up my understanding of how to send a
Fault to a client. If something goes wrong in my service, how do I
communicate this with the client? I believe I just throw (any?)
exception from my service's method. Axis then picks that up, and
translates that to a
Well, following the model folks are suggesting for sending XML documents
via RPC, you could XML-encode the .VRML and send it as a string. If you
really wanted to, you could Base64-encode the JPG and do the same
thing. That would be kinda silly though, since the SOAP spec allows MIME
attachmen
Greetings,
I am trying to generate java skeleton code from the UDDI 2.0 specification
wsdl files.
These files can be found here:
http://uddi.org/wsdl/inquire_v2.wsdl
http://uddi.org/wsdl/publish_v2.wsdl
When I execute this WSDL2Java command:
c:\axis>java org.apache.ax
> You are not alone it appears. You probably have a class loading problem.
> See [1] for a way of getting better diagnostics which is now also in the
> current nightly build if you are able to try that.
>
> Glyn
> [1] http://www.mail-archive.com/axis-user%40xml.apache.org/msg03025.html
Thanks, a
Hello Heitzso,
Thanks for the info. I tried out but I get the following exception :
at org.apache.axis.message.SOAPFaultBuilder.endElement(Unknown
Source)
at
org.apache.axis.encoding.DeserializationContextImpl.endElement(Unknown
Source)
at
org.apache.xerces.parsers.SAXPa
All,
I am using multiple WSDLs, some operations are "sharing" the same
faults. When generating the Java framework using wsdl2java, the
exceptions are being generated within the package mapped to the wsdl
namespace. It seems that prefixing each exception with another wsdl
namespace does not a
Hi Everybody!
I'd like to know if it's possible to pass a .VRML or .JPG documents too.
Have you had this experience!?
Thank's a lot,
Cilas de Freitas
From: Curitiba - Pr - Brazil
-Mensagem original-
De: Andrew Vardeman [mailto:[EMAIL PROTECTED]]
Enviada em: sexta
to get String[] back as what method returns:
String[] datasourceNames;
datasourceNames = (String[]) call.invoke( new Object[] { } );
to pass array in:
String[] columnName = ...
call.addParameter("columnName",
org.apache.axis.Constants.SOAP_ARRAY,
Ack!
Maybe this shouldn't bug me since the whole point of Axis is you're not
supposed to care what's on the wire--but the notion of XML-encoding an
entire XML document so it can be passed as a string via RPC, when instead
you could just insert the literal document as the SOAP Body, makes no se
I've been running axis b2 inside of wsad with the was 4 test environment
with no hickups.
jin
-Original Message-
From: Dimmick, Bill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 1:13 PM
To: [EMAIL PROTECTED]
Subject: Axis and Webspehere/Weblogic
Has anyone gotten A
You should be able to put the XML doc in a simple string and pass that
string back and forth.
Jim Stickley
Birch Telecom
(816) 300-6743
[EMAIL PROTECTED]
-Original Message-
From: Robert Evans [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 6:41 AM
To: [EMAIL PROTECTED]
Subject: R
The following line of your wsdd file deploys
all public methods:
You can replace "*" with a
list of methods, if you do not wish to have all methods published.
Jim Stickley
Birch Telecom
(816) 300-6743
[EMAIL PROTECTED]
-Original Message-
From: HARI,SAN
The issue isn't about passing a simple number, what I'd like to figure
out how to do is to pass a large XML document from/to axis to/from the
client. If anybody has a straightforward way to do this (RPC or
Messaging) I would really appreciate the example being shown. I'm sure
this isn't diff
Dear AXIS Users,
We are glad to announce the release of our new book
"AXIS: The Next Generation of Java SOAP" from Wrox
Press. The book is released this month and is targeted
for beginner to mid-level users who want to start
looking at Java Web Services using the Apache AXIS
SOAP implementation.
> (4) But I see that the generated WSDD file doesnt have any
> of the public methods I have defined in the java files. But
> the wsdl is fine. The WSDL and WSDD are as attached, but WSDD
> is empty :-(
I think the deploy.wsdd you attached is perfectly ok. It contains:
Hi !
Question related to the latest mail about custom exceptions:
How did you make Axis to return your custom exception ?
I used WSDL2Java, a nice class is generated for my exception,
which extends AxisFault. The service throws this kind of exception.
So when I execute my call from the client,
Hi,
Does anybody know how to pass a string[] in a RPC call, eg
call.addParameter( "attributes", XMLType.???, ParameterMode.PARAM_MODE_IN );
Thanks
Dharmesh
Yepp, that would be possible.
But, then I would implement some functionality, which Axis already provides.
Maybe I need an object as a parameter next time, there I would have to build
an own mapper...
So, it´s a design descision. Generally it´s a RPC Web Service and I don´t
want to mix it up wit
41 matches
Mail list logo