Can somebody please help me to clarify the following ?
What are the outstanding features that AXIS posses compared to otherweb services development tools like IBM's-WSDK and sun's-jwsdk ?
Thanks in advance!Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger
Can somebody please help me to get the following clarified?
1.Does axis support uddi facility ?2.If so how can i have a uddi registry in my application using axis?. kindly define the step by step guidelines as to how to publish and find wsdl service description to a uddi registry .
awaiting a g
hi
Have u uncomment the servelet mapping for the AdminServlet.
see the installation guide(attached with this mail). hope this will help u.
vtpavan
>
> Hi,
>
> I have been using Netbeans and Tomcat for so long now.I have installed
> the axis 1.1 and even validated it.My happyaxis.jsp runs.However
Hi,
I'm an Axis newbie user, and i noticed an error using the Axis tool
WSDL2Java . I downloaded the latest Parlay specifications of the second part
from their site, the one about Common Data Definition. This archive contains
a wsdl file, osa.wsdl, and I used WSDL2Java on it, getting this error :
Hi All-
I have got a simple service using Doc/Literal/Wrapped style. When I access the service
using a call object in my java/Axis client, the response message contains SOAP
Encoding for the Arrays. I need the output to match the Doc/Lit style. Is this a bug?
Appreciate your input.
Here is th
not
the mention the JavaDocs that comes with JDK 1.4+ ;-)
Liviu
Tudor
"Which
painting in the National Gallery would I save if there was a fire? The one
nearest the door of course!"
G.B.
Shaw
-Original Message-From: Kevi
Title: Message
Thanks
-Original Message-From: Kevin J Citron
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:26
PMTo: [EMAIL PROTECTED]Subject: Re: Locating the
org.w3c.dom APIThose interfaces comes bundled with
any of the packages that manip
Hi Allen,
They are in at least in Xerces.
http://xml.apache.org/xerces2-j/index.html
Patrick.
Wilson, Allen wrote:
Can anyone tell me where I can locate the org.w3c.dom API? I look in the
W3C site and searched through Google and I cannot find it (or overlooked
it).
Thanks...Allen
--
Those interfaces comes bundled with any of the packages that
manipulate XML files.
JDom,Dom4J Xerces,Xalan etc...
Wilson, Allen wrote:
Message
Can
anyone tell me where I can locate the org.w3c.dom API? I look in the
W3C site and searched through Google and I cannot find it (or
o
Title: Message
Can anyone tell me where I can locate the
org.w3c.dom API? I look in the W3C site and searched through Google and I cannot
find it (or overlooked it).
Thanks...Allen
This message may contain proprietary or confidential company information.
Any unauthorized use or discl
Hi, I am trying to deploy a WS with Axis, but an
error message comes instead of the WSDL when I request it:
Nov 18, 2003 4:31:14 PM
org.apache.axis.providers.java.JavaProvider generateWSDLINFO: Mapping
Exception to AxisFaultWSDLException: faultCode=OTHER_ERROR: Can't find
prefix for 'http:
Title: org.xml.sax.SAXException: Invalid Element
I get the above exception when I try to run a java client against my web service. I have read a few emails on related issue but not sure if I understand what the solution is, if any. Can somebody who experienced similar problem guide me how they
On Mon, 2003-11-10 at 17:54, Jorge Lorenzo wrote:
> When you create a SOAPFaultException, you specify four elements (in the
> constructor):
> SOAPFaultException(QName faultcode, String faultstring, String faultactor,
> Detail faultdetail)
> But Axis only uses the faultstring (and in part beca
Hi,
My project requirement is to use a Java Soap Engine with Java & C++ client side for
web services.
The Java part is relatively easy: we'll use AXIS. However, since AXIS C++ is not
mature yet, we
are looking at WASP C++ client side.
It seems that for stateful service, AXIS and WASP have def
That's a typo in this blurb not in the actual code. Thanks for pointing
it out though.
Regards
Vijay
-Original Message-
From: Liviu Tudor [mailto:[EMAIL PROTECTED]
Sent: Monday, November 17, 2003 5:42 PM
To: [EMAIL PROTECTED]
Subject: RE: Returning array of objects from Axis Web service
Got it!
Thanks, Chris!
Gloria
__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
Chris, you, definitely, missed part of my message related to the stub .Net produces...
Instead of System.SByte[][] or System.Byte[][] which is what I expected to see, I've
got System.SByte[].
Here is C# stub:
///
[System.Xml.Serialization.SoapTypeAttribute("MultipleValueAttribute",
"urn
Hello to everyone!
I use axis 1.1 and I try to create stubs, typeMappings etc. for a
handmade wsdl file using WSDL2Java.
If I use the wsdl file that I attached to this mail, no
typeMapping-classes are created. In other words the class
TServiceID.java is not created. Never the less the created
On Tue, Nov 18, 2003 at 05:57:36AM -0800, Davanum Srinivas wrote:
> http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBeingUsed
Thanks for the link Davanum - I'll update it shortly to include my project.
-c
--
10:20:00 up 28 min, 5 users, load average: 0.23, 0.14, 0.17
> Don't trust us. Read the code ;) That's the beauty of open source
> Look at SimpleChain.doVisiting() and AxisServer.invoke()
I won't ;-)
I started already to make a few tests and look into the code.
thanks for the hint.
--
-PS
Hi there. I am having trouble obtaining init params defined in the
wsdd for a particular service. I noticed I can implement
ServiceLifeCycle, however that does not work on the *SoapBindingImpl.
The Skeleton class must be manually edited. Once this is done,
init() is indeed called with a Ser
Hi Pedro,
Don't trust us. Read the code ;) That's the beauty of open source
Look at SimpleChain.doVisiting() and AxisServer.invoke()
/Chris
-Original Message-
From: Pedro Salazar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 18, 2003 8:11 AM
To: [EMAIL PROTECTED]
Subject: the
Title: Message
I had looked into this and preferred Axis for following reasons:
1. I was new to Web Services found Axis much simpler and easier to
understand. Also there are lot of tools out there which supports Axis. I used
Jbuilder and had my web service working in matter of days.
2. I was
Title: RE: Axis vs WebLogic 8.1
This is just a packaging issue. The actual web service code won't be specific to WebLogic. Assuming you use Ant to package and deploy your web services under WebLogic, switching to Axis or any other web service toolkit is just a matter of writing a new Ant bui
Of course, with Weblogic's Web Services, your product will only deploy to Weblogic.
Keith
> WebLogic 8.1 claims to provide many Web Services features. Is it comparable to Axis
> or way over?
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBeingUsed
--- Kevin Liang <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm wondering if anybody comparing commercial Java Web Services products with
> Axis? WebLogic
> 8.1 claims to provide many Web Services features. Is it comparable
hi, mavens,
I am new to axis and web services. After practice
through example provided via axis, seemly there's no
example teaching user how to exporsure bean or other
java classes as web services, because I encounter a
problem when trying to return java.util.List class(in
user guide, it states tha
Hi,
I'm wondering if anybody comparing commercial Java Web Services products with Axis? WebLogic 8.1 claims to provide many Web Services features. Is it comparable to Axis or way over?
Also, is there any live production system using Axis?
Thanks.
Do you Yahoo!?
Protect your identity
I'm running Java2WSDL and getting an odd exception. One webservice
interface uses just beans & things, where as the other uses some
pre-defined types from the package org.biojava.bio.seq - the beany
service works fine. The other one barfs.
I run Java2WSDL as:
java org.apache.axis.wsdl.Java2WSD
Alberto, Sanjesh,
You comments on WSS4J are most welcome on the wss4j-devel mailing lists
(http://sourceforge.net/mail/?group_id=81168)
Thanks,
dims
--- Alberto_Muñoz_Gallego <[EMAIL PROTECTED]> wrote:
> Thanks, that was the problem.
> - Original Message -
> From: Sanjesh Pathak
>
We are currently working on WS-Security implementation based on Axis at
http://sourceforge.net/projects/wss4j/
Thanks,
dims
--- Chandrasegaram Jeyakumaran <[EMAIL PROTECTED]> wrote:
>
> Original Message
> Subject: Re: Security related information
> From: <[EMAIL PROTECTED]>
>
Greetings,
Are the response handlers still being called when business exception
occurs?
A few probable situations:
1) I have an exception processing inside the request handler. It throws
an AxisFault.
- Is the request method onFault() called?
- The response handlers are still called (invoke)?
If you look into web.xml you will notice that there are some servlet-mappings
involved, at least with the default axis-1.1 distribution. Try pointing to
http://youserver:port/yourcontext/services
That should work. â
Cheers,
Jose M Selman
De: arthi nag
Hi,
I have been using Netbeans and Tomcat for so long now.I have installed the axis 1.1
and even validated it.My happyaxis.jsp runs.However when I try to view my deployed
services, I get this error..
The requested resource (/axis/servlet/AxisServlet) is not available.
similarly for adminServl
Hi Rick Kellogg
Do you/anybody have any code sample to implement message style service with
attachement ?
Thanks,
Nachi
-Original Message-
From: Rick Kellogg [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 10:15 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject:
Thanks, that was the problem.
- Original Message -
From:
Sanjesh
Pathak
To: [EMAIL PROTECTED]
Sent: Tuesday, November 18, 2003 10:10
AM
Subject: RE: Problems with ENCRYPTION and
SIGNING
Alberto,
I was getting similar
message when I first used it
Alberto,
I was getting similar message when I first
used it. Most probably you are getting this because it is not finding your keystore. Look into crypto.properties
file and the property:
org.apache.ws.security.crypto.merlin.file=server.keystore
You should change the value to t
37 matches
Mail list logo