Re: Wsdl2Java does not generate service locatosr for all services

2004-11-15 Thread Vy Ho
I have to take this back. The service locator is used for all port types. So, using this, I could get all 3 references to the ports.

Wsdl2Java does not generate service locatosr for all services

2004-11-15 Thread Vy Ho
I have a wsdl file with 3 porttypes, 3 bindings (1 for each) and under service, there are also 3 ports (1 for each). However, when generate Java files for this wsdl, it does not generates the service locators for 2 of the 3 ports listed under One way I could fix this is to split this wsdl int

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Thank you for the advice. I'll do that. vh. Jonathan Colwell wrote: Try grabbing a nightly build, or building from the CVS tree. IIRC, the constants package was created after RC1. -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:58 AM To: [EMAIL PR

RE: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Jonathan Colwell
Try grabbing a nightly build, or building from the CVS tree. IIRC, the constants package was created after RC1. -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Does axis 1.2 comply with JDK 5.0 (1.5) Als

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Also, unzip the axis.jar file, I do not see the package there either.

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Looking at the API documentation at: http://ws.apache.org/axis/java/apiDocs/index.html (the link came from the page http://ws.apache.org/axis/java/index.html, which says it's the documentation for Axis 1.2), I do not see any package with the name constants under org.apache.axis. Could you plea

Re: What is the name space for DataHandler?

2004-11-15 Thread Vy Ho
As you may have noted, apachesoap namspace is probably an alias, because in the attachment example, it's tns1. However, the important line maybe this: http://xml.apache.org/xml-soap"/> in the WSDL file. So, same question, is this namespace standard for use with attachment, or should I import

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
constants is a package On Mon, 15 Nov 2004 12:38:33 -0500, Vy Ho <[EMAIL PROTECTED]> wrote: > > I am sorry to bother you so much, but I tried to use these constants > without success. > > The setStyle and setUse of class > org.apache.axis.description.OperationDesc uses 2 enumerations of types >

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
I am sorry to bother you so much, but I tried to use these constants without success. The setStyle and setUse of class org.apache.axis.description.OperationDesc uses 2 enumerations of types Style and Use. However, if I look at the Api of class org.apache.axis.Constants, I don't see any const

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
yep On Mon, 15 Nov 2004 11:59:45 -0500, Vy Ho <[EMAIL PROTECTED]> wrote: > Thank you for the info. > > So this will go to the next release, such as Axis 1.2 RC2 or some thing? > > -- Davanum Srinivas - http://webservices.apache.org/~dims/

web services security and authentication

2004-11-15 Thread Vikas Phonsa
Title: Axis 1.2RC1 and WebSphere Application Developer 5.1.2 Hi Everybody,   I’m trying to develop a B2B web service (for the first time) and am looking for some direction regarding security and authentication mechanisms that could be used with web services in Axis (in web sphere 5.1 env

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Thank you for the info. So this will go to the next release, such as Axis 1.2 RC2 or some thing?

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
we've fixed wsdl2java to do the same as well. -- dims On Mon, 15 Nov 2004 11:52:41 -0500, Vy Ho <[EMAIL PROTECTED]> wrote: > Thank you very much for the information. I'll change that to the code. > However, this code is generated by Wsdl2Java. That means everytime I > change something (still e

Re: Cannot run AdminClient

2004-11-15 Thread Vy Ho
This is really strange isn't it? Followed some instruction on the web, I was able to generate deployed information directly in the config file (run Admin in the WEB-INF). This method modify the config file directly, and not using the web interface. This works for the attachment example. How

Re: How do I get my patches be check in in CVS ?

2004-11-15 Thread Davanum Srinivas
Sebastien, There was a GRAND TOTAL of 1 patch among the 8 JIRA issues u created. Please see my comments in the specific issues. thanks, dims On Mon, 15 Nov 2004 10:16:04 -0500, Tardif, Sebastien <[EMAIL PROTECTED]> wrote: > I submitted many patches. They are important for my business because wi

Problem in generating client using WSDL2Java

2004-11-15 Thread Manish Singhal
Hi,   I am a new user to axis. I am using axis-1_2beta3 with jakarta-tomcat-4.1.31 on Windows.   I am trying to generate the client code using : java -Dhttp.proxyHost="value" -Dhttp.proxyPort="value" org.apache.axis.wsdl.WSDL2Java  http://GeoAccess.and.com/GeoAccess/geoaccess.asmx?wsdl at t

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Thank you very much for the information. I'll change that to the code. However, this code is generated by Wsdl2Java. That means everytime I change something (still early stage in defining things), I have to manually go over and change these lines. Is there a switch to just tell Wsdl2Java to

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
use org.apache.axis.constants.* (present in latest cvs) On Mon, 15 Nov 2004 00:40:15 -0500, V D <[EMAIL PROTECTED]> wrote: > > When generating java code using wsdl2java, I have these lines: > > oper.setStyle(org.apache.axis.enum.Style.RPC); > oper.setUse(org.apache.axis.enum.Use

Re: How do I get my patches be check in in CVS ?

2004-11-15 Thread Davanum Srinivas
Please list your patches and send an email to axis-dev@ mailing list. thanks, dims On Mon, 15 Nov 2004 10:16:04 -0500, Tardif, Sebastien <[EMAIL PROTECTED]> wrote: > I submitted many patches. They are important for my business because without > having them applied I will have to say to my custo

How do I get my patches be check in in CVS ?

2004-11-15 Thread Tardif, Sebastien
I submitted many patches. They are important for my business because without having them applied I will have to say to my customers that they will have to used our patched Axis version because the official Axis doesn't have full time developer taking care of it and the volunteer are quite busy.

Re: Repost: OT-ANN: My favorite SoA is Hessian

2004-11-15 Thread Tom Oinn
Michael Schuerig wrote: On Monday 15 November 2004 15:08, Vic wrote: Anyway, I found above open source product to be powerfull, and if some other's are frustrated w/ Axis, they have an Open Source alternative. Hessian doesn't do the same as Axis, thus it is not an alternative. Um. No. That's not

AW: Axis 1.2RC1 and WebSphere Application Developer 5.1.2

2004-11-15 Thread Dorner, Thomas
Title: Axis 1.2RC1 and WebSphere Application Developer 5.1.2 Hi AV,   Yes, I think you are right - the Classpath will effect other WebServices! But on the other hand the new saaj.jar should be backwards compatible.   Another point is, Websphere should use the jar in the lib of the Weba

RE: Axis 1.2RC1 and WebSphere Application Developer 5.1.2

2004-11-15 Thread Levy, Avi
Title: Axis 1.2RC1 and WebSphere Application Developer 5.1.2 Hi Thomas,   Thanks again for your quick reply. So if I understand correctly, we both set the websphere server configuration to have a new value in the server classpath. This is something that the WebSphere application server admini

Re: Repost: OT-ANN: My favorite SoA is Hessian

2004-11-15 Thread Michael Schuerig
On Monday 15 November 2004 15:08, Vic wrote: > Anyway, I found above open source product to be powerfull, and if > some other's are frustrated w/ Axis, they have an Open Source > alternative. Hessian doesn't do the same as Axis, thus it is not an alternative. Michael -- Michael Schuerig

Compressed attachment file locke

2004-11-15 Thread Franck Leplé
Hello again and I apologize for the previous message formatting. - Since I didn't get any response I thought I should try again. I have created some Web Services with compressed attachments. The problem is on the server side, the zip file passed by att

Re: Repost: OT-ANN: My favorite SoA is Hessian

2004-11-15 Thread Vic
Paul Libbrecht wrote: sorry to be bitter. Why be so bitter? I said OT, so people know it's OT. please allow yourself to take the time to compare this to the product of interest! I used to use Axis. I found Axis slow, complex and buggy. Then I switched to something simple and powerfull and fast.

Compressed attachment file locked

2004-11-15 Thread Franck Leplé
Hello, Since I didn't get any response I thought I should try again.I have created some Web Services with compressed attachments. The problem is on the server side, the zip file passed by attachment is locked by Axis and I can't delete it. I have looked at the thread "ttachment and closed strea

Re: Repost: OT-ANN: My favorite SoA is Hessian

2004-11-15 Thread Paul Libbrecht
Le 14 nov. 04, à 16:35, Vic Cekvenich a écrit : http://theserverside.com/news/thread.tss?thread_id=29658 From there: This should be your first choice for SOA since it works, and then you can move on to others. Isn't this childish at wish ? I've never such a bad "news" posting... sorry to be bitter

Re: java:EJB provider and parameter names in WSDL

2004-11-15 Thread Adrian Perez Jorge
Hi, You will have to tell axis what is the implementation class; for example in Java2WSDL you will have to use option "-i". Axis seems unable to get debug info about parametes of methods in java interfaces, or abstract methods in classes. The EJBProvider will be using the local or remote int

does axis admin accept a file url ?

2004-11-15 Thread hans lux
does anybody know how to use the fileprotocol in the axis admin task instead of the http protocol? i want to merge the wsdd files without using the Servlet any ideas ?

WSDL2Java produces source with incorrect parameter names

2004-11-15 Thread Luca Manganelli
I have the WSDL (at the end of this message). I think there's a WSDL2Java bug: when I invoke the "Ciao" operation, my ActiveBPEL server (with its Axis server) returns me an error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString

Re: axis-client in EJB session bean (jboss)

2004-11-15 Thread Peter Gerstbach
Peter Mount wrote: Peter Gerstbach wrote: I've generated with Axis-1.1 stubs for the Google-webservice and built a working client. Then I've built an EJB session bean in JBoss were I call the google-webservice. I use the same (copy-paste) methods in the bean as in the axis-client but every time I i

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-15 Thread Bernard LUPIN
Thank you for your suggestion. The client and server are not on the same machine. I can't modify the server side, just query it with soap or axis. I tried 3 ways to connect : - IP address in URL constructor : 15230 ms - logical name, using /etc/hosts : 15180 ms - bad logical name : 13256 ms to get

why can't generate client for this WSDL?

2004-11-15 Thread Andrš Petr (EXT)
Hi all, I obtain this error when trying to generate java client calling WS with WSDL which is attached. What is wrong, I am digging into int two days and don't see it. I am using Axis 1.2RC1. Thanks for help java.io.IOException: Type {http://www.w3.org/2001/XMLSchema}ITEM is referenced but not