Multiple axis instances

2004-03-05 Thread Sebastián Filippini
Hi, I need to run several instances of axis within the same tomcat installation. I don't figure how to specify the instance for which I am deploying each ws. I suppose this is an easy question but I can't find the answer in the documentation. Thanks in advance for any suggestion.

generating stubs with wsdl2java

2004-03-05 Thread Wei Hsu
Hi all,   I am trying to run wsdl2java on a RPC/Literal wsdl file to generate client side stubs.  But no matter what I do, I can't seem to get the namespace for the binding stub to be generated correctly.  My question is, how do I modify the wsdl file so that the generated stub would incl

RE: Document-style web services

2004-03-05 Thread Vivek Nagulapati
From: "Hari Lakshmanan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: Document-style web services Date: Fri, 5 Mar 2004 15:35:46 -0800 Thanks Joe, that does the trick. Also I packaged my wsdl file web-inf/classes directory Hello Hari and Joe, I placed a

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
Thanks Joe, that does the trick. Also I packaged my wsdl file web-inf/classes directory __Hari -Original Message- From: Joe Nall [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: Re: Document-style web services On Mar 5, 2004, at 3:50 PM,

Re: Document-style web services

2004-03-05 Thread Joe Nall
On Mar 5, 2004, at 3:50 PM, Hari Lakshmanan wrote: I mention in my wsdd file as given ... doc-literal.wsdl /doc-literal.wsdl I have a / in mine, but I'm not sure it matters. I get 500 Error when I access the wsdl page (http://localhost:8080/axis/services/NotificationPort?wsdl) Is the above

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
Hi Vivek, I am not sure whether specifying thru parameter(wsdlURL) will help. (The problem will be same as specifying wsdlFile) I think the basic problem is we need to copy the required wsdl file to a place where the web classloader could load this file as resource. I tried putting in WEB-INF dire

RE: Document-style web services

2004-03-05 Thread Vivek Nagulapati
Hello Hari, I get the same problem when I specify the custom WSDL. When I access the WSDL using "?wsdl", my server log shows that it cannnot find the resource i.e., WSDL. Can we use the param element to specify a custom WSDL as follows in deployment descriptor? Any pointers? Thanks, Vive

Problem returning string array types

2004-03-05 Thread Ray Kramp
Hi Axis users, I was wondering if someone might know the solution to a deserialization problem that I'm experiencing when returning a Java String array type in a response from a service method. My service is deployed to Axis 1.1 and it's invoked using client stubs generated with Axis WSDL2Java.

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
I mention in my wsdd file as given ... doc-literal.wsdl I get 500 Error when I access the wsdl page (http://localhost:8080/axis/services/NotificationPort?wsdl) Is the above syntax correct? If so where should the wsdl file go? Thanks __Hari -Original Message- From: [EMAIL PROTECTED

AXIS service style - doubt

2004-03-05 Thread Hari Lakshmanan
Title: Message Hi All, This is axis specific Basically there are three variants to define a service style and they are style, provider and use attribute in your deploy.wsdd file.   1. style="rpc"  or provider="java:RPC" and use="encoded"  maps to RPC with encoding 2. style="rpc"  or provi

axis and xmlsec.jar 2.0

2004-03-05 Thread Lee, Insoo
Title: axis and xmlsec.jar 2.0 Hello, Would you know if axis 1.1 with JRE 1.3.1_06 is compatible with xmlsec 2.0? Our axis on tomcat 4.1.29 is happy with xml.jar from xmlsec 1.0.4, but with xmlsec.jar from xmlsec 2.0, the happy page complains that it can't find xmlsec.jar Thanks Insoo

MethodnotFoundException on trying to View a WSDL

2004-03-05 Thread Hemanth_Setty
Hello, I just got a download of Axis 1.1 and after setting everything up(happyaxis.jsp works good)..I have all the jars in place and the definitions in web.xml is all ok but I am getting an error on trying to view the wsdl for the AdminService. Any help would be appreciated. Thanks [3/5/04 12

re: out of memory due to large returning of array of beans

2004-03-05 Thread James Black
I am using axis 1.1 on JDK1.5.0beta. When I try to run my unit test to retrieve several thousand beans I get an out of memory error. I am curious how I can change my wsdl file so that I return it as an attachment, so that it won't break my .net clients as well as my java clients.   Thank yo

Ant task to add wsdlfile to deployment wsdd ?

2004-03-05 Thread Joe Nall
I have a service whose deployment wsdd is automatically generated by wsdl2java. Is there an ant task, option to wsdl2java or other automated method (other than patch) to add /my.wsdl to the service section of the deployment wsdd? joe

Re: JBoss-net and Axis version

2004-03-05 Thread Bruce Scharlau
Miller, Janet wrote: Thanks, Bruce. One more question. Is is better to use JBoss-net or to just use regular JBoss and then Install Axis separately? Or does JBoss automatically come with Axis? I downloaded regular JBoss 3.2.3 and it looks like it has Axis already. -Original Message- From

RE: what is the status of axis ws-security implementation?

2004-03-05 Thread Lee, Insoo
Hi, We are trying to use Apache's xml security (http://xml.apache.org/security/) for signing and BSafe for encryption (or BouncyCastl http://www.bouncycastle.org/ ) then, build SOAP message conforming to WS-Security format... I found this article was helpful for me (http://www.devx.com/security/a

RE: JBoss-net and Axis version

2004-03-05 Thread Miller, Janet
Thanks, Bruce. One more question. Is is better to use JBoss-net or to just use regular JBoss and then Install Axis separately? Or does JBoss automatically come with Axis? I downloaded regular JBoss 3.2.3 and it looks like it has Axis already. -Original Message- From: Bruce Scharlau [mai

Re: Resource Rumers

2004-03-05 Thread matthew_f_hamburger
It sure is nice to have IBM contribute time and money to Axis. They have some great developers and loads of money. But, lets hope open source isn't dependant corporate charity. How many hours did IBM contribute to the original Apache HTTP Server in '95? Wasn't it zero? Thanks, Matt Hamburger

Re: Document-style web services

2004-03-05 Thread ian_d_stewart
If you specify a value for the wsdlFile in your element, this file will be returned instead of the dynamically generated WSDL when a user visits /axis/services/ServiceName?wsdl HTH, Ian

Re: Document-style web services

2004-03-05 Thread Nicholas Remy
I'm pretty sure you can (in the service's .wsdd file, maybe?) override Axis' return of the generated WSDL--instead exposing your hand-built WSDL to any client that looks at your service. Nick Remy "Vivek Nagulapati" <[EMAIL PROTECTED]> 03/04/2004 08:28 PM Please re

null parameter values

2004-03-05 Thread Leon Chiver
hi, we have a web service written in java. the web service's interface defines a method getFoo(Long l). the ws' implementing method tests the parameter for null. calling the web service from a java axis client works flawlessly, the parameter remains null if the client has set it to null (or has

Re: what is the status of axis ws-security implementation?

2004-03-05 Thread Davanum Srinivas
http://ws.apache.org/ws-fx/wss4j/ --- Maciek Zywno <[EMAIL PROTECTED]> wrote: > Hello > > I would like to use ws-security standard to secure my webservice. My > question is whether I would have to implement ws-security: > - on my own by using axis handlers that use some external api ? > - or doe

Re: JBoss-net and Axis version

2004-03-05 Thread Bruce Scharlau
Miller, Janet wrote: I just downloaded Jboss 3.2.3 and it supposedly comes with Axis built in. Does anyone know which version of Axis it comes with? Also, do I need to do anything else as far as installation of Axis? I downloaded the Axis zip file separately so that I could get the Axis documenta

what is the status of axis ws-security implementation?

2004-03-05 Thread Maciek Zywno
Hello I would like to use ws-security standard to secure my webservice. My question is whether I would have to implement ws-security: - on my own by using axis handlers that use some external api ? - or does axis support ws-security out of the box? - or there is some apache ws-security library th