Inheritance can be specfied in schemas.
http://example.org "
xmlns:tns="http://example.org";>
...
babloosony wrote:
Hi All,
I have few doubts on custom types transferring b
]
Subject: Newbie doubts on XML Signature
Hi All,
There is a third party web service which exposed its wsdl to clients and I
used AXIS 1.2 RC2 to create stubs and have written a web service client
program to access the web service. However may the server is expecting a
signed xml signature in the soap
Hi All,
There is a third party web service which exposed its wsdl to clients
and I used AXIS 1.2 RC2 to create stubs and have written a web
service client program to access the web service. However may the
server is expecting a signed xml signature in the soap message to
verify them I am not abl
Hi All,
I have few doubts on custom types transferring between java/.net using
axis 1.2 rc2 document style web services.
Say I have below structure of my classes
class a
{
public boolean a1=true;
}
class b extends a
{
public boolean b1=false;
}
class c
{
public boolean
Hello everybody,
I am just getting started with axis and I have run into a strange
issue. In the BizTalk server's WSDL there is an imported schema for a
"priceEnv" entity. In the "GetPrice" method definition, I get the
following declaration:
http://www.tempuri.org/pricesEnv.xsd"/>
A
I have also thought about putting a service-endpoint into ejb-jar.xml, but
by now I am so confused I'm not sure which direction I should be heading.
I haven't done any more than expose a simple EJB like in the Axis sample
(I used Interstage EJB container with Axis.war deployed to it). If my
u
ype will be used to define this class in the wsdl file.
C:\work\ws>
> -Original Message-
> From: Venkat Reddy [mailto:[EMAIL PROTECTED]
> Sent: 09 February 2005 12:07
> To: [EMAIL PROTECTED]
> Subject: Re: Newbie with EJB/web service problem
>
> Just to ensure that the
9
> To: Bouche Paul
> Subject: Re: Newbie Doubts on Apache WSS4J
>
>
> Guys,
>
> I am totally confused now. Why should I go to axis source when I am
> looking for WSS4J. Are you trying to redirect me to
> http://cvs.apache.org/viewcvs/ws-axis/ but I dont find any wsdd&
a stable
> source (1.2rc2) so it will compile.
>
> -- Paul
>
> > -Original Message-
> > From: babloosony [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 9. Februar 2005 14:18
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: New
CTED]
> Subject: Re: Newbie Doubts on Apache WSS4J
>
>
> Hi Dims- Where can I find the test cases and the package.html and
> deploy.wsdd's ??
>
>
> On Wed, 9 Feb 2005 08:09:14 -0500, Davanum Srinivas
> <[EMAIL PROTECTED]> wrote:
> > Check the test cases.
Hi Dims- Where can I find the test cases and the package.html and
deploy.wsdd's ??
On Wed, 9 Feb 2005 08:09:14 -0500, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Check the test cases. they cover all possibilities. look at the
> package.html and the deploy.wsdd's.
>
> -- dims
>
>
> On Wed, 9
Check the test cases. they cover all possibilities. look at the
package.html and the deploy.wsdd's.
-- dims
On Wed, 9 Feb 2005 18:22:09 +0530, babloosony <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can anyone please answer to each of my below questions :
>
> 1. what is a security token reference
> (
Hi,
Can anyone please answer to each of my below questions :
1. what is a security token reference
(org.apache.ws.security.message.token.SecurityTokenReference) and what
for
it is use in Apache WSS4J ?
2. when one should favor Apache XML Security Project like WSS4J over
IBM XSS, VeriSign TSIK e
Just to ensure that the environment is alright, did you try building
and running the samples/ejb in axis?
As you mentioned, the issue could be with code generation (java2wsdl,
wsdl2java). What errors did you get when you ran WSDL2Java? Need to
resolve issues with the EJB classes to run Java2WSDL a
Thanks, I have been looking into WSS4J - so really useful post!
If you have any more links, etc please keep them coming :-)
Regards,
Ryan.Joe Plautz <[EMAIL PROTECTED]> wrote:
Hello all,I don't know how many of you have seen the example floating around about using WSS4J in axis. If it's already
Hello all,
I don't know how many of you have seen the example floating around about
using WSS4J in axis. If it's already been posted, them my apologies. I
thought it might be appropriate to share it here.
http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx
Have a great day,
Joe
Hello, I'm new to web services and I'm having real trouble exposing an EJB
as a web service. I'm not sure whether what I'm trying to do is impossible
though, or whether I am approaching this in entirely the wrong way...
I am using Axis 1.2RC2 on Tomcat 4.1.31/Windows 2000 Professional. I am
famili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm tring to build my own certificates to sign outgoing messages from my
server.
When running the testcase i've got the following error, but I can't understand
it:
- -
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Se
Axis throws a fault about incompatible types when passed in an anyType for a
base64, at least in Axis 1.1. We're supplied a WSDL to follow, but when I
queried the WSDL's of the service consuming my service, who also provides the
same service to others, I found that there were small inconsistenci
ANDREW MICONE wrote:
Another lesson learned today: "never trust a client to query your WSDL before
calling you, send the right data types, or even follow the WSDL pattern they supplied you
and claim to consume."
That was my last problem, the client had arbitrarily changed their xsd:Base64Binary
Another lesson learned today: "never trust a client to query your WSDL before
calling you, send the right data types, or even follow the WSDL pattern they
supplied you and claim to consume."
That was my last problem, the client had arbitrarily changed their
xsd:Base64Binary element to an xsd:A
lto:[EMAIL PROTECTED]
Sent: Wednesday, December 01, 2004 3:25 AM
To: [EMAIL PROTECTED]
Subject: Re: desperate newbie-- trouble with image attachment
Vy Ho a écrit :
Looking at the reference for Java2Wsdl, there's this line:
-y, --styleThe style of binding in the WSDL, either
, November 30, 2004 4:23 PM
To: [EMAIL PROTECTED]
Subject: Re: desperate newbie-- trouble with image attachment
Looking at the reference for Java2Wsdl, there's this line:
-y, --style
The style of binding in the WSDL, either DOCUMENT, RPC,
or WRAPPED.
That means you can pass in DOC
EMAIL PROTECTED]
Sent: Wednesday, December 01, 2004 3:25 AM
To: [EMAIL PROTECTED]
Subject: Re: desperate newbie-- trouble with image attachment
Vy Ho a écrit :
> Looking at the reference for Java2Wsdl, there's this line:
>
> -y, --styleThe style of binding in the WSDL,
Vy Ho a écrit :
Looking at the reference for Java2Wsdl, there's this line:
-y, --styleThe style of binding in the WSDL, either
DOCUMENT, RPC, or WRAPPED.
That means you can pass in DOCUMENT as the style when generating the
wsdl to say that you want DOCUMENT style messaging.
Be ca
help me out
-Original Message-
From: Vy Ho [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 2:47 PM
To: [EMAIL PROTECTED]
Subject: Re: desperate newbie-- trouble with image attachment
This should not be too hard.
Let's take 5 to 10 minutes to get it to work.
1) sta
help me out
-Original Message-
From: Vy Ho [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 2:47 PM
To: [EMAIL PROTECTED]
Subject: Re: desperate newbie-- trouble with image attachment
This should not be too hard.
Let's take 5 to 10 minutes to get it to work.
1) start wi
This should not be too hard.
Let's take 5 to 10 minutes to get it to work.
1) start with an interface:
public interface ImageService{
public void sendImage(DataHandler data);
}
save that to a file named ImageService.java
Also, add proper package for the class and import statements for
DataHandl
Hi,
I’m
an axis newbie and having trouble sending an image attachment (document style
message) from my client to the server. The attachment seems to go across fine,
but when I use AttachmentPart on the server, the
server hangs. It tries to write the
binary source to the console/screen
I'm trying to install Axis 1_2RC2 on Jetty 4.2.22 with JDK 1.5. I've never
before used Axis or SOAP, so I'm a total newbie in this respect.
After several hours I have successfully deployed a very simple web service
that I was able to call with a client (manually constructing the
Nevermind ... i figured it out.
Robert Simmons Jr. wrote:
Greetings. I am trying to build a simple newbie clinet to talk to the
version service in Axis. I dont want to generate clases to do this but
rather understand what is going on first. Lets say I have the
following wsdl:
http://localhost
Greetings. I am trying to build a simple newbie clinet to talk to the
version service in Axis. I dont want to generate clases to do this but
rather understand what is going on first. Lets say I have the following
wsdl:
http://localhost:8080/Candied_Services/services/Version
EMAIL PROTECTED]Subject: How to call a web
service from another using Axis: WS Newbie
Hi folks, I understand this is an annoying newbie questions, but
could you please give some hints on how to call a method on another deployed
web service from the first.
For a school project I have t
Hi folks, I understand this is an annoying newbie questions, but could you please give some hints on how to call a method on another deployed web service from the first.
For a school project I have to set up a prototype web service that checks "inventory" from other web services, all
When I look at the examples for JAX RPC calls, I just dont get what is
going on there. I tried to emulate the examples and call the Version
service and I get something like the following:
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.rpc.Service;
import javax.xml.rpc.Se
That's great to know! Thanks for your help everyone who contributed.
-Original Message-
From: Greg Michalopoulos [mailto:[EMAIL PROTECTED]
Sent: 22 November 2004 14:56
To: [EMAIL PROTECTED]
Subject: RE: Newbie Question on Security
Axis can call SSL encrypted web services as long
]
Sent: Monday, November 22, 2004 9:46 AM
To: [EMAIL PROTECTED]
Subject: RE: Newbie Question on Security
Hi Greg,
Thanks for your response. Is your answer related to if we are hosting the
web services? I think it is, but we aren't hosting them, we are calling
them and I've got this picture
Oops!
OK, what I was processing wasn't what I posted. There was some old WSDL
with StringBuffer in it.
Still working on it!
Sorryeveryone,
Nige
_
This message has been checked for all known viruses. Virus scanning
powered by Mess
Hi everyone,
I've been working with Apache Soap for a while. I'm working with a
proprietary language on my server called "Synergy DBL". This language
has a primitive type of "WSDL" which defines compound data types, and
methods. So I'm generating the "Synergy DBL" server side code myself
with a
sts over 'https'?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 22 November 2004 15:09
To: [EMAIL PROTECTED]
Subject: RE: Newbie Question on Security
It is somewhat unclear what you mean by 'webservices encrypted'. Do you mean
that the web
22 November, 2004 16:46
To: [EMAIL PROTECTED]
Subject: RE: Newbie Question on Security
Hi Greg,
Thanks for your response. Is your answer related to if we are hosting the web
services? I think it is, but we aren't hosting them, we are calling them and
I've got this picture in my h
t. Any thoughts ?
-Original Message-
From: Greg Michalopoulos [mailto:[EMAIL PROTECTED]
Sent: 22 November 2004 14:39
To: [EMAIL PROTECTED]
Subject: RE: Newbie Question on Security
If you are using a web server to handle all the requests and then forward to
j2ee container (as typically is
.
-Original Message-
From: Robin Mannering [mailto:[EMAIL PROTECTED]
Sent: Monday, November 22, 2004 9:30 AM
To: [EMAIL PROTECTED]
Subject: Newbie Question on Security
Hi all,
It's just become apparent that the Web services we call are going to be
encrypted using either 40bit or 1
Hi all,
It's just become apparent that the Web services we call are going to be
encrypted using either 40bit or 128bit SSL encryption.
My question is, will Axis be able to cope with the necessary
encryption/decryption required on the responses we get from the remote Web
Services?
I've had a l
I'm an Axis newbie, not a Java newbie. I tried all those already. I have
the 5.0 JDK installed. I tried reinstalling it to C:\java\jdk1.5.0 in
case the space in the path was causing the class loader to throw a rod.
Didn't work. I had already set up, and checked, all of the e
D]
> > Sent: Thursday, November 18, 2004 3:43 PM
> > To: [EMAIL PROTECTED]
> > Subject: Newbie Question: No compiler found in your classpath
> >
> > Hi all,
> >
> > I'm trying to get Axis 1.1 up and running, and I'm running
> > into a problem. My
8, 2004 3:43 PM
> To: [EMAIL PROTECTED]
> Subject: Newbie Question: No compiler found in your classpath
>
> Hi all,
>
> I'm trying to get Axis 1.1 up and running, and I'm running
> into a problem. My computer is Windows XP (not by choice -- I
> need it for work). Ha
Hi all,
I'm trying to get Axis 1.1 up and running, and I'm running into a problem. My
computer is Windows XP (not by choice -- I need it for work). Happy Axis gives
me success, but when I try to call a local endpoint, I get the following error:
java.lang.RuntimeException: No compiler found in y
)
--
Alexander Wessel
EG1 -- Netzdienste und Security
mailto:[EMAIL PROTECTED]
Tel. +43 (1) 4000 / 91163
-Original Message-
From: Anne Thomas Manes *EXTERN* [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 4:53 PM
To: [EMAIL PROTECTED]
Subject: RE: Newbie Axis / Dotnet Arrayo
s" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 3:53 PM
Subject: RE: Newbie Axis / Dotnet ArrayofString problem
This is a known soap encoding interoperability problem between .NET and
Axis.
In my opinion, Axis interprets the SOAP specification cor
2004 15.43
A: [EMAIL PROTECTED]
Oggetto: Re: R: Newbie info on messaging
The method, in your service, has two parameters. The second
parameter is a SOAPEnvelope, in which to put your response. You can get
the body of the element with:
SOAPBody body = resp.getBody();
You can add a body element (t
5.43A: [EMAIL PROTECTED]Oggetto: Re: R: Newbie
info on messaging
The method, in your service, has two parameters. The second
parameter is a SOAPEnvelope, in which to put your response. You can get the
body of the element with:
SOAPBody body = resp.getBody();
You can add a body element
d use document/literal.
Anne
-Original Message-
From: Jason Rousell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 8:47 AM
To: [EMAIL PROTECTED]
Subject: Newbie Axis / Dotnet ArrayofString problem
Hi Everyone,
I've searched this list before posting and can't find an
d use document/literal.
Anne
-Original Message-
From: Jason Rousell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 8:47 AM
To: [EMAIL PROTECTED]
Subject: Newbie Axis / Dotnet ArrayofString problem
Hi Everyone,
I've searched this list before posting and can't find an
04 12.20
A: [EMAIL PROTECTED]
Oggetto: Re: Newbie info on messaging
Marcello,
I don't know about attachments, but you don't need to use the MessageContext
to add headers and body elements to the response. The second parameter
has the SOAP envelope that will be passed back to the clien
attachments into it,
and it's ok.
I cannot understand how to build a SOAPHeader and a
SOAPBody to the response envelope.
any clue?
Cheers
Marcello
Da: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Inviato: mercoledì 17 novembre 2004
12.20A: [EMAIL PROTECTED]Oggetto: Re: Newbie
Hi Everyone,
I've searched this list before posting and can't find an answer so here
goes.
I've used WSDL2Java to create a stub etc. from the WSDL (fragment) below
in order to write client code. Everything seems fine from axis except
that the dotnet webservice returns an error.
I've tracked the
Marcello,
I don't know about attachments, but you don't
need to use the MessageContext to add headers and body elements to the
response. The second parameter has the SOAP envelope that will be passed
back to the client and it already has a SOAP body. So you only need to
add body element to the SO
Hi all
I am quite new on axis. I have to implement a request/response service (i.e.
my service contains method(SOAPEnvelope req, SOAPEnvelope resp) ).
I managed to build the client, send a SOAPEnvelope correctly, receive the
envelope on the server.
I wasn't able to create a response message using s
: axis
Subject: (newbie) returning boolean value
dear all:
i am trying a very simple webservice deployed in the
basic .jws fashion. the method returns a "boolean".
however, in the sample client code, the way to call
this method is to do:
Object result = call.invoke( new Object
I guess the method would return the wrapper class of the boolean , (
that is Boolean) ... so u have to cast the return type to Boolean and
call the .booleanValue method to get the return value.
Regards
Mahen
On Wed, 3 Nov 2004 19:28:57 -0800 (PST), Tim Hu
<[EMAIL PROTECTED]> wrote:
> dear all:
dear all:
i am trying a very simple webservice deployed in the
basic .jws fashion. the method returns a "boolean".
however, in the sample client code, the way to call
this method is to do:
Object result = call.invoke( new Object[] { offer } );
however, call.invoke returns a java Object, which d
Hi,
i have been trying to run example4(LogHandler) thru Ant script to create
WSDL and to create WSDD. When I did run to generate WSDL with
axis-wsdl2java, it generates warning messages as follows:
[axis-java2wsdl] Java2WSDL sample.services.web.LogHandler
[axis-java2wsdl] - The class org.apache.a
dear tony:
thanks for your reply. however, the Service object
requires not only the wsdl file, but also a QName
object which from the sample codes of axis-java,
requires a name from the wsdl file itself.
i will look into your other suggestions,
thanks again,
ye
--- [EMAIL PROTECTED] wrote:
>
I've used the org.apache.axis.client.Service
constructors, that take a WSDL file name or URL, but haven't done the kind
of dynamic invocation that you're talking about. I still needed to know
the port name and operation that I wanted to call. However, the Service
class does have a getPorts() metho
dear all:
just started playing with axis (java) for some demo
project, and have one fundamental question:
if a wsdl file of a very basic service (e.g. invoke
the service to get a string) is available to the
client, is there some existing/easy way for the client
to extract the required parameters
o specify namespaces on the child elements.
Anne
-Original Message-
From: Kransen, J. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 12, 2004 11:57 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco
ded IP
Hi, thanks for y
ions, but I do think that this was the key
to success.
Thanks again!
Jeroen
-Oorspronkelijk bericht-
Van: Patrick Herber [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag 12 oktober 2004 14:59
Aan: [EMAIL PROTECTED]
Onderwerp: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Enco ded
: Patrick Herber [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 12, 2004 5:59 AM
> To: [EMAIL PROTECTED]
> Subject: RE: newbie: namespace error - Enco ded IP
>
> Yes,
> you're right! I looked at the specification for QName and:
>
> Qualified Name
> QName
nus the ":" */
NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar |
Extender
Regards,
Patrick
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 12. Oktober 2004 14:17
> To: [EMA
Sorry
> Regards,
> Patrick
>
>
>
> > -Original Message-
> > From: Kransen, J. [mailto:[EMAIL PROTECTED]
> > Sent: Dienstag, 12. Oktober 2004 11:57
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie: namespa
ave to wait for somebody more expert in this
field...
Sorry
Regards,
Patrick
> -Original Message-
> From: Kransen, J. [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 12. Oktober 2004 11:57
> To: '[EMAIL PROTECTED]'
> Subject: RE: [*** Mogelijke SPAM ***] - RE: newbie
gt; In your case is not that you also should prefix the elements:
> 2
> manager
> ?
>
> Regards,
> Patrick
>
> > -Original Message-
> > From: Kransen, J. [mailto:[EMAIL PROTECTED]
> > Sent: Dienstag, 12. Oktober 2004 10:25
> > To: '[EMAIL
wsa/wsa1"; />
-Oorspronkelijk bericht-
Van: Patrick Herber [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag 12 oktober 2004 11:28
Aan: [EMAIL PROTECTED]
Onderwerp: [*** Mogelijke SPAM ***] - RE: newbie: namespace error - Encoded
IP
Hello;
NAMESPACE_ERR is raised if the q
In your case is not that you also should prefix the elements:
2
manager
?
Regards,
Patrick
> -Original Message-
> From: Kransen, J. [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 12. Oktober 2004 10:25
> To: '[EMAIL PROTECTED]'
> Subject: newbie: namespace error
&g
Hello, I'm trying to make a SOAP call with the following code:
// Maak de SOAP verbinding
SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
SOAPConnection soapConnection = scf.createConnection();
SOAPFactory sf = SOAPFactory.newInstance();
//
On Sunday 10 October 2004 21:05, [EMAIL PROTECTED] wrote:
> in your server-config.wsdd within the add
>
>
> alternatively refer to the Global Axis Configuration in the
> docs\reference.html.
Yes, I had seen that, but I don't get it to work.
I've put the following in
$CATALINE_HOME/webapps/axis
Hi,
I'm having trouble posting and not sure if my mails are reaching the list. Can
anybody tell me if this is reaching the list?
Robin
-Original Message-
From: Robin Mannering [mailto:[EMAIL PROTECTED]
Sent: 07 October 2004 16:59
To: [EMAIL PROTECTED]
Subject: Newbie Question -
Hi,
I'm using Axis 1.1 to use a set of .NET Web serverices. Please excuse any
innacuracies as I've only really started with web services in the last couple of days.
So far, I have managed to create an Axis client that talks to a .NET service, but I
get the following exception thrown:
Does an
Stefan Champailler wrote:
Dear you all,
I'm quite a newbie here and I'm experiencing some problems.
I have installed JBoss 4.0.0. In the default server, I've deployed
axis-1.2Beta as a war (I made that "war" out of the webapps directory, with
no modifications, excep
d/lib/javax.servlet.jar
export JBOSS_CLASSPATH
# -c standard for Axis to work, check the axis-user mailing list
# on 27/9/2004 for that
bin/run.sh -c standard
Thank you to Matthew and Francisco for their help !
(please rememeber I'm newbie and that this fix might not be a "nice&q
It works a little better. Unfortunately, the EchoHeader.jws file fails to
compile. I'll try some more later...
thx for the answer anyway !
Stefan
> Stefan Champailler wrote:
> > Thank you for the answer, I'll look at that.
>
> Hi, did you try to use the standard configuration?
>
> jboss -c sta
Stefan Champailler wrote:
Thank you for the answer, I'll look at that.
Hi, did you try to use the standard configuration?
jboss -c standard
I don't know if this may be the root of problem, but class loader
configuration changed a lot in the jboss 4.0 default configuration to
become j2ee spec com
and say that it's still
possible to use the axis module for s*n and de-s*n.
Regards,
Jana
http://www.orangescape.com
-Original Message-
From: Stuart Barlow [mailto:[EMAIL
PROTECTED]
Sent: Tuesday, August 24, 2004 8:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Newbie: Using Axis for se
Hi Venkat et al.,
thanks a lot for your answer. I have tried both of your tipps but
unfortunatly I did not proceed though both ideas worked more or less
(see below for details).
I started believing that my problem isn't an issue with the code but
maybe with the chain's namespace so that the han
You can probably try one of these things:
1. Instead of getting the chain by calling
service.getHandlerRegistry().getHandlerChain(), you can just create a
new ArrayList instance and add your handlerInfo to it and then set
your handler chain with the new List.
2. Use client-deploy.wsdd to deploy y
Hi all,
I want to use a JAX-RPC handler with an AXIS *client* but I can't put it
to work. Since I am pretty new to the webservices stuff I have no idea
where to dig to find the solution...
So far now the only task of my handler is to report its lifecyle events.
So I subclassed javax.xml.rpc.han
D]
Subject: Re: Newbie: Using Axis for serializing/deserializing only
Yep if you need schema support and are maybe going to be using the XML
in web services then xmlbeans look more like the thing.
Sherman, Dennis (END-CHI) wrote:
> You might want to take a look at XMLBeans: http://xmlbea
Oleg Tkachenko tkachenko.com> writes:
>
> Janarthanan Poornavel wrote:
>
> > Google and look for skaringa.net ,its quite simple and effective
>
> Well, thanks for suggestions once again, but can anybody explain how
> this can be done with Axis?
>
This may help: http://cvs.apache.org/viewcv
Janarthanan Poornavel wrote:
Google and look for skaringa.net ,its quite simple and effective
Well, thanks for suggestions once again, but can anybody explain how
this can be done with Axis?
--
Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel
Hi
Google and look for skaringa.net ,its quite simple and effective
Regards,
jana
-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 24, 2004 9:01 PM
To: [EMAIL PROTECTED]
Subject: Newbie: Using Axis for serializing/deserializing only
Hello!
I
[EMAIL PROTECTED]
http://www.endinfosys.com
-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 24, 2004 11:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Newbie: Using Axis for serializing/deserializing only
Stuart Barlow wrote:
Axis is complete overkill for this
: [EMAIL PROTECTED]
Subject: Re: Newbie: Using Axis for serializing/deserializing only
Stuart Barlow wrote:
> Axis is complete overkill for this job.
> You will increase complexity many times over and get the job done slower.
Well, I sort of aware of that, but I'd like to know exactly h
Stuart Barlow wrote:
Axis is complete overkill for this job.
You will increase complexity many times over and get the job done slower.
Well, I sort of aware of that, but I'd like to know exactly how this can
be done to talk with customers.
Do you want to use the XML to interact with web services?
Axis is complete overkill for this job.
You will increase complexity many times over and get the job done slower.
Do you want to use the XML to interact with web services?
Oleg Tkachenko wrote:
Stuart Barlow wrote:
use xstream
nice and simple
Thanks for suggestions, but I really need (well, custome
Stuart Barlow wrote:
use xstream
nice and simple
Thanks for suggestions, but I really need (well, customers want) to use
Axis here.
--
Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel
Take a look at JAXB
> -Original Message-
> From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 24, 2004 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: Newbie: Using Axis for serializing/deserializing only
>
>
> Hello!
>
> I wonder how
use xstream
nice and simple
Oleg Tkachenko wrote:
Hello!
I wonder how can I use Axis for doing only serialization of java to XML
and back. What I have is only arbitrary (but generated and rather simple
ones) java classes. I need a way to serialize objects of those classes
to XML and deserialize
Hello!
I wonder how can I use Axis for doing only serialization of java to XML
and back. What I have is only arbitrary (but generated and rather simple
ones) java classes. I need a way to serialize objects of those classes
to XML and deserialize them back.
--
Oleg Tkachenko
http://blog.tkachenk
Hi all together,
I am Newbie to Axis.
in order to test and trace mein Service, I insert Handlers in
the AxisEngine of Client and Server, such Handlers do some Task
like note down the Time point, but this need to modify the
.wsdd file at server side, mein Server isn't in the same city,
1 - 100 of 450 matches
Mail list logo