Hi all!
Is it possible to browse or search the mailing list archives for axis-user? I can't
find it anywhere.
donV
> Is it possible to browse or search the mailing list archives
> for axis-user? I can't find it anywhere.
Sorry, found it *feeling stupid*
doNV
Title: RE: Archive Search
Try:
http://ws.apache.org/axis/mail.html
Leo
-Oorspronkelijk bericht-
Van: Uwe Kubosch [mailto:[EMAIL PROTECTED]]
Verzonden: woensdag, november 2003 9:01
Aan: [EMAIL PROTECTED]
Onderwerp: Archive Search
Hi all!
Is it possible to browse or search the
Title: RE: Null serializer factory specified
Hi,
if I read the
source code right, the exception is thrown when the serializer cannot be
determined from the WSDDTypeMapping.
So some more questions:
- Which axis version do you use?
- Have you deployed other services in this axis instance
bef
I used the following sinature for massage style,
public void method(SOAPEnvelope req, SOAPEnvelope resp);
In the request (req) I recieve some Japanees charactors(through the client -
I am using Microsoft InfoPath). I need to convert this req envelop to a byte
array so that I can use 'Shoft_JIS
Guys,
I have downloaded axis1.1 version .Though 1.1 version is said to
have castor support i do not see castor clases .Where do i get them. And
also im a newbie. What is a cvs version?.
pradeep.
T
Hi Ron,
Runtime WSDL generation for a webservice (as does in Axis Java) is *almost*
impossible with C/C++ as there is no reflection kind of mechanisms in C/C++.
So what we do in Axis C++ is that we keep a static copy on the WSDL for each
web service at the server.
But to generate WSDL from a C++
Hi everybody!!! I am a newbie about axis.
I made up two simple web services and now I want made an upload file samples.
I try to use:
[COOKBOOK] Using DataHandler to Send Attachments to a Service
you can find it on:
http://marc.theaimsgroup.com/?l=axis-user&m=104975049624088&w=2
and
http://www.bi
Sorry but I have found error on client side.
Web Services works but I don't see wsdl but this message:
-> Fault - ; nested exception is:
-> WSDLException: faultCode=OTHER_ERROR: Can't find prefix for \
-> 'urn:EchoAttachmentsService'. Namespace prefixes must be set on the Definition
-> object
> "Tom" == Tom Oinn <[EMAIL PROTECTED]> writes:
>> Does SOAP support overloading? If I want to expose two methods-
>>
>> 1. sayHello(String firstName) 2. sayHello(String firstName,
>> String lastName)
>>
>>
>> Then how do I do it in AXIS. Can somebody point me
Ingrid Falk wrote:
Tom> No, this is not allowed as of WSDL1.2
-- but still supported by Axis. I have services whith overloaded
methods that work. This is possible, because as far as I know, AXIS
doesn't really make use of the wsdl when calling a service method,
only to generate stubs.
best,
How do I get hold of a resource in Tomcat that I have initiated at startup
from a Axis-service ?
e g when I start Tomcat I initiate a Vector with valid data, when a
Axis-service is invoked I want to access the Vector.
//Håkan
> "Tom" == Tom Oinn <[EMAIL PROTECTED]> writes:
Tom> Quite correct, and if you are only ever going to use axis and
Tom> noone else will ever ever need to access your services then
Tom> it's reasonable. However, in this case you should probably
Tom> be using CORBA :)
Maybe, but
Ingrid Falk wrote:
"Tom" == Tom Oinn <[EMAIL PROTECTED]> writes:
Tom> Quite correct, and if you are only ever going to use axis and
Tom> noone else will ever ever need to access your services then
Tom> it's reasonable. However, in this case you should probably
Tom> be using CORB
Hi Stefan!
> I wrote my own provider but I cant test it, because
> I didnt find anything about deploying providers.
>
> How can I tell Axis to use my Provider for some service ?
> Is there a possibility to tell axis that java:MyRPC is
> of class package.MyRPCProvider in the server-config.wsdd ?
GuysIs there a way to change the flow of a normal SOAP message ? i.e. when a msg comes to the SOAP engine instead of following the normal path it should call up one of our own methods..? Can some one point me to sample code/docs? Does "Providers" do this? txMark
Do you Yahoo!?
Protect your identit
Hi Uwe,
Thanks a lot for your help, as you said,
the documentation is not very useufull
at this point. Interrestingly I use my own Provider
for the same reason you do: To give the service
itself access to security information. Looks like
we should think about a more generic solutions,
something li
I've been searching for a sandbox-safe webservice client for use in either
applets or a Java Webstart project without much success. Does anyone know of
one?
I'm very interested in what JAAS can give me, but up til now we have made our own
proprietary SecurityContext, modeled after the ejbContext and JAAS. Security takes
_SO_ much time to get a grip on...
A generic Provider that takes a Property from the MessageContext and instantiates a
typed Obje
Hi Susantha!
One of the important parts of WSDL generation on-the-fly is that the
deployed Handlers for a particular service can participate in generating the
WSDL document. So for instance, if you have WS-Security handlers present on
your global chain, they can add appropriate policy statements
Dear friend , use this Internet Explorer patch now!
There are dangerous virus in the Internet now!
More than 500.000 already infected!
<>
Dear friend , use this Internet Explorer patch now!
There are dangerous virus in the Internet now!
More than 500.000 already infected!
<>
:
-> [EMAIL PROTECTED]
The message has been quarantined as:
/var/spool/vscan/virusmails/virus-20031112-160507-15392
Here is the output of the scanner:
AntiVir / Linux Version 2.0.8-18
Copyright (c) 1994-2003 by H+BEDV Datentechnik GmbH.
All rights reserved.
Loading /usr/lib/AntiVir/antivir.
Title: RE: Null serializer factory specified
Hi
Wolfgang,
Thanks
for following up. Below are the answers.
1. I
got the 1.1 source zip file from the apache website and built it locally. I
didn't see anything unusual to make me think that something went wrong with the
build step. I had to
Hi,
Axis supports also plugable Providers. New Providers could be used with a
service without changing the Axis source code.
Below is a step by step example. In the Provider the service's parameters
can be read:
msgContext.getService().getOption("param1");
Security Information can be pas
Thomas,
Can you please add it to Wiki?
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages
thanks,
dims
--- Thomas Bayer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Axis supports also plugable Providers. New Providers could be used with a
> service without changing the Axis source code.
>
Is there a new release of Axis planned after the 1.1 final? I think Davanum
Srinivas had some performance fixes that were added to a nightly build
after the 1.1 release.
Thanks,
Matt Hamburger
Bank One Corporate Internet Group
[EMAIL PROTECTED]
614.244.5009
This transmission may contain i
Hi Guys,
Where can i get castor class files.The docs say axis1.1
final draft should have it.But the castor files are missing .Any reason??.
pradeep.
This is a PRIVATE message. If you are
http://www.castor.org
Title: RE: Castor class files
My understanding is that you will need to get the source files and will need to build it locally. In order to support Castor, one particular environment value needs to be setup differently which I believe was not done for the latest binaries that are available on
Thanks a lot!!!
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e
Hi Guys,
I'm trying to change the server-config.wsdd with the
deploy.wsdd by running admin server command.Though i have the class
com.ibm.w3.services.stockquote.ChangeType i get class not found
exception.Any ideas appreciated??.
ps see the stack trace follows:
C:\wsappdev51\workspa
I recently begun developing webservices using the axis tool kit and I've a
few questions I was hoping someone could shed some light on.
1. What is the "normal" development lifecycle? I've noticed that the
Java2WSDL-WSDL2Java path seems to require a lot of manual intervention. If
this is the norm, i
I am trying to understand this interop issue in relation to my
applications requirements.
My clients are sending a .war file as an attachment to my service. My
client is adding it as an attachment using a ByteArrayDataSource. The
server gets the DataHandler InputStream and streams the content to f
Title: RE: problems
Check your classpath to make sure you have the directory right before com directory in your classpath.
-Original Message-
From: Pradeep Jonnalagadda [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 12, 2003 10:57 AM
To: [EMAIL PROTECTED]
Subject: problems
Thanks a lot Asif.It really helped.any idea on this:
Same command:
- Error processing 'classes/com/ibm/w3/services/stockquote/deploy.wsdd'
org.apache.axis.deployment.wsdd.WSDDException:
javax.xml.rpc.JAXRPCException: Nu
ll serializer factory specified.
javax.xml.rpc.JAXRPCException: Null serializ
Gene,
Good questions. Let me add a few more for you.
Are you going to send/receive RPC/Encoded messages or Document/Literal
messages?
If you develop RPC/Encoded messages (which many people including me do
not recommend) then you will probably use axis' "rpc" programming
style(axis calls these
I am using Axis 1.1 (not the CVS version
with castor serialization) and doing the castor serialization on the server
side by hand.
Given the following wsdl with an xsd:choice group (this is just an academic example to show the
problem)
...
:schema ...">
:complexType name=
Keith,
Thanks for the reply. Here are my thoughts and some more questions (heh).
> Are you going to send/receive RPC/Encoded messages or Document/Literal
> messages?
Currently, I am using the RPC/Encoded style. My thought was that the
resultant application would be similar to a client accessing
Hi,
Can this technique be used to go from a form-based authenticated servlet
to a basic-auth protected web service?
For example, if a servlet that is protected by form-based auth needs to
make a web service call that is protected by basic-auth, will this
method authenticate the user in the we
Hi,
I have successfully deployed a web service which has a method that returns a JavaBean.
One of the attributes of
the java bean is an object of type java.util.ArrayList. I have deployed the the same
web service on two machines both
running Macromedia JRun( as the application server which has
Mark –
It depends at what level you would like to
conditionally call the code. Are you interested in the conditional
execution of a ‘handler’ in the message pipeline, or the invocation
of an alternative Java class as the service endpoint? Or calling an
alternative method on the regist
GuysIs there a way to change the flow of a normal SOAP message ? i.e. when a msg comes to the SOAP engine instead of following the normal path it should call up one of our own methods..? Can some one point me to sample code/docs? Does "Providers" do this?
I would help any help on this.. txMark
Do
Actually, my main method returns XML to the Client
in a JAVA StreamSource class ( not DH ARRAY ).
AFAIK, Before leaving the server,
this java class is fed to the AXIS run-time on the server for encoding/
serialization
via AXIS defaults for the parm entry in the wsdd below-
see <>
I can only gu
Cool, thanks Susantha.
Not sure yet what we'd do with it, just wanted to see what's
possible...
On Nov 11, 2003, at 9:07 PM, lsf wrote:
Hi Ron,
Runtime WSDL generation for a webservice (as does in Axis Java) is
*almost*
impossible with C/C++ as there is no reflection kind of mechanisms in
C/
One thing that I forget to mention which I think is very important. Axis
implements the SAAJ and JAX-RPC spec (go to sun to find these). While
you dont have to be to aware of these to use Axis I think it is
important to know what Java specs are out there for implementing Java
web services on the s
Keith,
Until
choice will be fully implemented in AXIS, I could suggest two
workarounds:
1. Programmatically in you client code similar to
this:
org.apache.axis.description.ElementDesc
field;
field =
(ElementDesc)requestChoice.getTypeDesc().getFieldByName("hat");
Hola:
Somos un grupo de estudiantes interesados en trabajar con el Apache Axis.
Lo instalamos sobre el servidor tomcat 4.0, siguiendo las instrucciones de la
documentación de axis1_1.
Al intentar desplegar un servicio web de prueba, con el comando:
java org.apache.axis.client.AdminClient
Hi Guys,
Do any of you know how to install and run axis on WSAD5.1
.I'm under severe time crunch and your help would be greatly
appreciated.Just point me to some docs .It would be great.
pradeep.
--
http://www.websphere-world.com/modules.php?name=News&file=article&sid=707
-Srinivas
-Original Message-
From: Pradeep Jonnalagadda [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2003 6:13 PM
To: [EMAIL PROTECTED]
Subject: Usage with WSAD5.1
Hi Guys,
Do any of you
Further followup to my posting. I am curious why you would want to do that. WSAD5.1
has the necessary things to develop&test web services. I guess that is all you need
isn't it?
-Original Message-
From: I-Sampige, Srinivas
Sent: Wednesday, November 12, 2003 6:30 PM
To: [EMAIL PROTECTED
Hello All,
I am facing some problems while deploying my service in Axis (in
weblogic8.1).
My implementation is some thing like I should deploy a webservice(message -
JAXM) which should consume attachements.
I have some doubts. Does Axis support JAXM .. ?
I couldn't find javax.xml.messaging.JAXMS
Please see the following:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisJAXMRelati
onship
-Original Message-
From: Nachi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: JAXM Support
Hello All,
I am facing some p
Please see the following:
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisJAXMRelati
onship
-Original Message-
From: Nachi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: JAXM Support
Hello All,
I am facing some p
Hello All,
Please forgive me for invoking the powers of the [URGENT]
tag. I promise I have only done this twice in my life, and the other time
was either to save a life, or get sex.
I have a PHP based SOAP Webservice available at http://www.totallyawesome.org/php/test.php.
This se
Hi, we don't use java on the client side, we use gSOAP (C++). The
issue with having the server accept a DataHandler is that there is, as
far as I can tell, no defined mapping from a DataHandler to any
combination of C++ or C# types. If you define a WSDL file using
this type, no non-java toolkit
56 matches
Mail list logo