Why choose Axis?

2003-11-18 Thread kishani Liyanage
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

UDDI support in axis!

2003-11-18 Thread kishani Liyanage
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

Re: AXIS newbie problem(view deployed services)

2003-11-18 Thread vairamuthu thayapavan
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

Axis and OSA /Parlay APIs

2003-11-18 Thread Andrea Mastriforti
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 :

Axis using in-correct Encoding for ARRAY in Doc/Literal

2003-11-18 Thread Ramaswamy, Muthu
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

RE: Locating the org.w3c.dom API

2003-11-18 Thread Liviu Tudor
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

RE: Locating the org.w3c.dom API

2003-11-18 Thread Wilson, Allen
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

Re: Locating the org.w3c.dom API

2003-11-18 Thread BLIS Webmaster (Patrick Houbaux)
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 --

Re: Locating the org.w3c.dom API

2003-11-18 Thread Kevin J Citron
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

Locating the org.w3c.dom API

2003-11-18 Thread Wilson, Allen
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

Can't find prefix for...

2003-11-18 Thread Leonardo Mena
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:

org.xml.sax.SAXException: Invalid Element

2003-11-18 Thread asif . jiwani
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

RE: SOAPFaultException in Axis

2003-11-18 Thread Pedro Salazar
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

common schema for session handling?

2003-11-18 Thread Yan Lin
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

RE: Returning array of objects from Axis Web service

2003-11-18 Thread Tewari, Vijay
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

RE: where is the session namespace located?

2003-11-18 Thread Yan Lin
Got it! Thanks, Chris! Gloria __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree

RE: Axis/.Net interop

2003-11-18 Thread Melamud, Mikhail
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

WSDL2Java does not generate typeMapping classes. Cannot figure out why.

2003-11-18 Thread Christoph Tratter
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

Re: Axis vs WebLogic 8.1

2003-11-18 Thread Christopher Blunck
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

RE: the response handlers still being called when business exceptionoccurs?

2003-11-18 Thread Pedro Salazar
> 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

Service init params

2003-11-18 Thread Aaron Hamid
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

RE: the response handlers still being called when business exceptionoccurs?

2003-11-18 Thread chris
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

RE: Axis vs WebLogic 8.1

2003-11-18 Thread Shah, Soniya M.
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

RE: Axis vs WebLogic 8.1

2003-11-18 Thread Volkmann, Mark
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

RE: Axis vs WebLogic 8.1

2003-11-18 Thread Keith Hatton
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?

Re: Axis vs WebLogic 8.1

2003-11-18 Thread Davanum Srinivas
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

Return type problem

2003-11-18 Thread jsona laio
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

Axis vs WebLogic 8.1

2003-11-18 Thread Kevin Liang
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

wsdl exception

2003-11-18 Thread Matthew Pocock
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

Re: Problems with ENCRYPTION and SIGNING

2003-11-18 Thread Davanum Srinivas
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 >

Re: [Fwd: Re: Security related information]

2003-11-18 Thread Davanum Srinivas
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]> >

the response handlers still being called when business exception occurs?

2003-11-18 Thread Pedro Salazar
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)?

RE: AXIS newbie problem(view deployed services)

2003-11-18 Thread Jose Miguel Selman
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

AXIS newbie problem(view deployed services)

2003-11-18 Thread arthi nagarajan
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

RE: JAXM Support

2003-11-18 Thread Nachi
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:

Re: Problems with ENCRYPTION and SIGNING

2003-11-18 Thread Alberto Muñoz Gallego
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

RE: Problems with ENCRYPTION and SIGNING

2003-11-18 Thread Sanjesh Pathak
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