+1 to add a flag in the global configuration...If you can pull it off
in the next few hours we can sneak it into RC2 :)
-- dims
On Fri, 5 Nov 2004 15:34:58 -0800, Nelson Minar <[EMAIL PROTECTED]> wrote:
> I upgraded from 1.2 beta1 to 1.2 RC1 recently and was surprised to
> find this element in t
Ian,
yes, it's confusingin this case "Messaging" implies someone who
creates a complete SOAP message by hand. So, follow the pattern in
DynamicInvoker and you should be safe :)
-- dims
On Fri, 05 Nov 2004 23:25:51 +, Ian Dickinson <[EMAIL PROTECTED]> wrote:
> [I'm resending this message
I upgraded from 1.2 beta1 to 1.2 RC1 recently and was surprised to
find this element in the SOAP fault of my doc/lit service:
http://xml.apache.org/axis/";>nelson.monkey.org
Where did this come from? AxisFault.java, which says:
/**
* add the hostname of the current system. This is ve
[I'm resending this message as it hasn't appeared on the list after some
hours. Apologies if any gets this twice. -ian]
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
look into samples\client package specifically the
DynamicInvoker.java for an example
Thanks, that's helpful. It's bascially equ
Little more info on my issue.
Somehow when the input and output messages (types of their parts in
fact) of my operation are same, the corresponding method in the
generated java client stub doesn't has the right return type, in fact it
just has void.
But if I parts of the input and output message
Hi Everybody,
I'm trying to generate java client stubs using wsdl to Java. Somehow I'm
not getting the right return types in the methods generated in stubs. My
wsdl has the following elements:
The parts in the output messages fo
Please file a bug report for this, because the error message and the
solution does not seem to have anything in common. (yes, that solves
the problem, but I think the exception or whatever message needs to be
changed on this).
T K wrote:
In case anyone else asks in the future... someone else
h
I did as you directed and it is still storing then in /var/tmp.
Jay
-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 12:41 PM
To: Richardson, James A; [EMAIL PROTECTED]
Subject: Re: server-config.wsdd
Put this li
EJB is good only when you really need it. If you are using container managed
transaction (CMT) for the web services operation you probably don't need ejb.
-Original Message-
From: Olivier Mocquais [mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 11:51 AM
To: [EMAIL PROTECTED]
S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 05 November 2004 19:11, Yves Langisch wrote:
> Ilias,
>
> you also need the activation.jar and mail.jar which you can find at
> sun's site.
>
> Yves
thank's, it was just a classpath temporary problem...
i got always the same error.
Ciao,
Illias,
you also need the activation.jar and mail.jar which you can find at
sun's site.
Yves
Ilias Bartolini wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
i'm a master student from university of Bologna, some week ago i tried the
examples in the documentation of axis 1.1 with tomcat
Try using CommonsHTTPSender and see if the # of socket drops. It does HTTP1.1.
-- dims
On Fri, 05 Nov 2004 18:53:18 +0100, Jonas Rathert <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> we are using Apache Axis on a BEA Weblogic Server 8.1 (no SP). Our web
> application is calling other web services
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
i'm a master student from university of Bologna, some week ago i tried the
examples in the documentation of axis 1.1 with tomcat 4 and java1.4...
everything went smooth.
Now i'm tring WS-Security from CVS with axis 1.2RC1 and tomcat 5 and java
Hi there,
we are using Apache Axis on a BEA Weblogic Server 8.1 (no SP). Our web
application is calling other web services on other servers:
- Apache Axis WebServices on another BEA server (using https)
- .NET WebServices on an IIS (using http)
In our BEA Admin console, we see a large number of
Put this line:
RIGHT after this one:
-- dims
On Fri, 05 Nov 2004 11:06:01 -0500, Richardson, James A
<[EMAIL PROTECTED]> wrote:
> I'm attaching the server-config.wsdd file I'm using.
>
>
>
> -Original Message-
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
> Sent: Friday, Novemb
I'm a newbie, so pardon me if my questions are unclear. In my enterprise app
(running under Jboss 3.2.5), the java class that I am trying to expose as a
web service is dynamically loaded into its own classloader. When I try to
access the service from a client, Axis is unable to find the class to us
Hi,
In term of performance and scalability, if my business logic is a java
class and I want to expose it as a web service.
Is it better to add an ejb and expose it as a web service (This new ejb
merges the business API and forwards calls to the java class. It uses
services provided by the ejb c
I am working on a school project. I know that Web Services may not be
the _best_ way to do this, but this is what I chose for the project.
The simple idea is to create a web service that dumps data from a
database, then use the MS ToolKit 3.0 in a simple client app using WSH
to display the data.
I set it to 777 and it is still writing them to /var/tmp.
-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: server-config.wsdd
Can u check the permissions on this directory?
On Fri, 05 Nov 200
Can u check the permissions on this directory?
On Fri, 05 Nov 2004 10:48:54 -0500, Richardson, James A
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I having a problem where all the attachments are being stored in
> /var/tmp. This in on solaris 8. I modified the server-config.wsdd:
Hello,
I having a problem where all the attachments are being stored in
/var/tmp. This in on solaris 8. I modified the server-config.wsdd: by adding a line
for the attachments dir but it is still writing them to /var/tmp.
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
> look into samples\client package specifically the
> DynamicInvoker.java for an example
Thanks, that's helpful. It's bascially equivalent to what I've been
doing, which is reassuring. I notice, though, that the array of params
you pass to Call.in
look into samples\client package specifically the DynamicInvoker.java
for an example
On Fri, 5 Nov 2004 14:39:32 -, Dickinson, Ian John (HP Labs,
Bristol, UK) <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm adding web service invocation to a scripting language I'm working
> on. So I want the script a
Hi,
I'm adding web service invocation to a scripting language I'm working
on. So I want the script action, which has dynamic typing, to call
org.apache.axis.client.Call.invoke() directly - rather than use the
stubs generated by wsdl2java.
For the rpc/encoded case, I'm fine. For the other messagi
Hi.,
I'm trying to publish my application as a webservice
using axis.
so far i'm going good.Like i have created my interface
then using axis admin's command tool i have created
all wrapper classes and i have been deployed my
service as well.
My question is...
1.If i want to add a new method in to
All,
I try to access a message style web service with following client code
(1.2RC1):
Call call = (Call) new Service().createCall();
call.setTargetEndpointAddress(ENDPOINT);
InputStream input = new FileInputStream("h:/COMPLEXCompany.xml");
SOAPEnvelope reqEnv = new SOAPE
this isn't a wep app but an ejb running remotely from the servlet. i put the jars in
%JBOSS_HOME%\server\default\lib and everything seems to work fine.
thanks for the input.
-Original Message-
From: Tami Wright [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 03, 2004 6:44 PM
To: [E
Title: org.xml.sax.SAXParseException: Content is not allowed in prolog
hi,
I am connecting to an axis web service fine, but within it a class is parsing a local xml file using xerces / sax,
tomcat has logged the SAXParseException and the reason is "Content is not allowed in prolog".
I have
Hi,
I'm implementing a Web Service (using doc/literal) that returns an Array of
objects.
This service should be used by different types of client (also including
.NET clients).
Since it didn't work properly under .NET (the result Array was always empty)
I applied the patch described here by Eric
Hi.,
I'm getting following errors when I convert my existing project from
Axis 1.1 beta to Axis 1.1 final version
javax.xml.rpc.ServiceException: Error processing WSDL document:
javax.xml.rpc.ServiceException: Error processing WSDL document:
javax.xml.rpc.ServiceException: Cannot find service
30 matches
Mail list logo