*and* -- the suspense is killing me...
What was the error? My guess is that you didn't register the DataHandler
Deserializer in your wsdd - no?
alan
> -Original Message-
> From: Patricia Doyle [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 02, 2002 1:02 PM
> To: [EMAIL PROTECTED]
> Su
HI younsoo
I have had the exact problem while using EJB in one of the nightly
builds after beta 1 release. THis is working fine with beta 1 though. (
i havent tried beta 2 yet ).
Vidyanand.
-Original Message-
From: Younsoo [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 7:08 PM
I implemented a webservice with EJB in the Axis beta1. There is a problem in Axis
beta2.
When the EJB webservice is called, the axis returns a error message. My EJB webservice
has 4 operations ( deposit, withdraw, getBalance, and getFormattedBalance )
Here is the error message :
AXIS erro
I am using the Axis Beta 2. if you have a simple type,
which is derived from date with a restriction you can
see that the code generates the Calander type. try
with this in our wsdl schema.
Try with this.
Thanks
Reddy
I would like to use a java Map instead of a soap array in my schema, so I
am using a complextType compatible with the MapSerialiser:
Hi,
I'm a little bit stuck here...
Does anyone have an example of a header definition in a wsdl-file that
works with WSDL2Java ?
Thanks,
Till
--
Caught in our narrowminded believe...
-
Till Woerner
Berlin, Germany
EMail:[EMAIL PROTECTED]
ICQ#: 7162410
I've been reading the book titled, "Building Web Services with Java". The
examples were written for Tomcat 3.2.4 and the examples are bundled with a
version of Axis that precedes beta1. The examples run fine on Tomcat 3.2.4,
but some updates are required if you would like to run them on Tomcat 4
Hi
As long as u have the WSDD correct u dont have to change the way u
invoke an EJB web service. For the client it doesnt matter whether the
call is an EJB Service or a Java Service. Do as you would just call any
Java Service and it should work.
Vidyanand.
-Original Message-
From: Vais
I have the same exact question. Sheri, if you receive any help on this
off the list, please let me know.
-Ken
- Original Message -
From: "Sheri Gish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 01, 2002 5:17 PM
Subject: Integrating WSDL2Java generated type classes w
I figured it out, my path to the Xerces jars was incorrect, so there was no XML parser
to be found. Kind of strange that Axis didn't throw a ClassNotFound exception though.
cheers,
Simon
> -Original Message-
> From: Russell Butek [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May
I found out the error.
>From: "Patricia Doyle" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Attachement Error!!
>Date: Thu, 02 May 2002 18:50:23 +
>
>I have created a sample service to send an attachement taking help of
>attachment sample. I can run atta
I have been through the mailing lists and have understood how to make the
deploy.wsdd file.
But how do I call this service. What would my endpoint be.
Any code sample to calling an EJB service will be highly appreciated.
Thanks a lot
Vaishakhi
- Original Message -
From: "Simon McClenahan"
I have created a sample service to send an attachement taking help of
attachment sample. I can run attachment sample successfully but when I try
to run my service I am getting following error:
- Exception:
org.xml.sax.SAXException: Deserializing parameter 'returnqname': could not
find
deseri
Well, I'm bamboozled. There's very little WSDL2Java code that's run up to
this point, and that code hasn't changed from beta 1 to beta 2. When I try
running WSDL2Java on a non-existent file, I get a different stack trace
than you do. It starts out (from the bottom) the same, but it's quite a
bi
> I know this is a problem with my WSDL, but the beta2 version
> is not giving a useful error message.
Actually, I fixed the package mapping issue in my NStoPkg file, and I still get the
file not found exception.
cheers,
Simon
I am using WSDL2Java from beta2 on a WSDL, it came up with the following error:
C:\>java org.apache.axis.wsdl.WSDL2Java --verbose --all --fileNStoPkg
Y:\xxx\dev\java\axis\NStoPkg.properties --output Y:\xxx\dev\java\axis\stub\src
Y:\xxx\dev\java\axis\xxx.wsdl
Parsing XML file: Y:\xxx\dev\java\a
I bet the classes have circular references in them, causing the compiler to
iterate forever between the classes that reference each other. I had this
problem and had to redesign my classes so they did not have circular
references.
Jim Stickley
Birch Telecom
(816) 300-6743
[EMAIL PROTECTED]
---
I hope this is what you're looking for:
// Get path to webapp's "WEB-INF" directory
String webinfdir =
msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETLOCATION);
Steve Pannier
Jacada, Inc.
(763) 201-0002 Ext. 219
[EMAIL PROTECTED]
http://www.jacada.com
Hi
If an axis service uses i/o to read in a file, how are relative paths
handled? That is, to what are they relative? To the location of the
class? To the webapp root?
Or is there a way for an axis service to get ahold of the servletContext
and use that to get system paths for URLs?
Andre
Nevermind, this is resolved.
-Original Message-
From: Newman, Scott
[mailto:[EMAIL PROTECTED]]
Sent: 02 May, 2002 9:53 AM
To: '[EMAIL PROTECTED]'
Subject: Internal Classes
Hi All
I have another question.
I have a class, which has some
classes contained within it.
Has anyone gotten Java2WSDL to work on services that extend other
classes? When I run the tool it generates a wsdl with only the methods
from the extended class. None of the inherited methods are being
processed.
Does anyone have a solution?
Hi All
I have another question.
I have a class, which has some classes contained within
it. Can axis not see these inner classes? Every time I try to
access this via axis, it comes back with the following response, which says it
cannot find them.
HTTP Status 500 - Internal Se
Hi all
I'm having trouble listing the web services from the
admin client. Every time I call list on
org.apache.axis.client.AdminClient I get back
- AxisFault: AxisFault
faultCode: http://xml.apache.org/axis/:Server.userException
faultString:
org.apache.axis.deployment.wsdd.WSDDEx
Hi,
Im looking for a tool to load test using soap requests.
Id like to use Jmeter but it seems to not handle soap. I checked out LOAD
already. Anyone know of any others?
TIA
Adam Leggett <[EMAIL PROTECTED]>
Applications Solution Developer
UPCO
Direct Line: 0113 20 10 631
Fax: 0113 20 10 666
I was playing arround with log4j and axis, and found the following to produce
logoutput to the console in which tomcat was started:
--
import org.apache.log4j.Category;
import org.apache.log4j.BasicConfigurator;
...
private static Category log = Category.getRoot();
...
log.info(
Never got an answer to this question, so I'll ask it again:
After "deploying" the Calculator.jws example the following URL would work in beta 1:
http://localhost:8080/axis/Calculator.jws?method=add&i1=5&i2=10
only it would return the resulting SOAP result appended with a little bit of HTML.
B
Hi Dan,
you are absolutely right except that this doesn't work when running Tomcat as an NT
service in Windows.
I haven't yet figured out where the service gets its settings (like classpaths) from,
until I find that out copying the jar was the easiest solution.
Thanks anyway, this will surely
Hello,
when trying to establish a connection via creating a 'Service' service and a
'Call' call = (Call) service.createCall(); with an existing host address (in
my case http://nagoya.apache.org/), I get an
UnknownHostException. Is it possible that the reason is that I am behind a
firewall? I had
Here are my experiences with installing Axis on Jrun.
I used a simple setup with a jws-file.
1. Use Jrun 3.1. I didn't succeed to make it work on 3.0 SP1. The latter
couldn't compile the jws-file, and when I did the compile the SOAP-output
didn't come back to my Axis client. No traces in log file
I've been facing the same problem.
The problem is in the BeanSerializer : It is using ClassRep to introspect
the bean classes, and ClassRep select all the public fields (final or not).
I read in axis-dev mailing list that there are plans to stop using ClassRep
and to use TypeDesc instead, but I
starting a java program take a long time because of the starting of the JVM.
That explain your bad results using time command.
If you do 100 calls to a webService in 1 java program, you will see that the
performance will be greatly better than doing 100 start of a java program
that do 1 call.
Cé
31 matches
Mail list logo