Turning off Basic Auth

2002-10-28 Thread Frank E. Weiss
I'm doing some web services development with Axis 1.0, Tomcat 4.1.12 and on the client end kSOAP. I deployed the samples/stock StockQuote code and am trying to access it with a kSOAP client. Problem is that Axis is requiring the HTTP header Authorization: Basic and I'd have to modify kSOAP to mak

Re: REPOST - Problem with multi-dimensional array

2002-10-28 Thread Martin Jericho
Have submitted a bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14033   The problem is when the multi-dimensional array is a bean property.  Using them directly as parameters to a service method works fine.   I have created a complete download packet which can be used to replic

multiple import problems

2002-10-28 Thread Fadly
Guys, I got problem when generating stubs from a wsdl file. That wsdl file actually imports some xsd files. When i use wsdl2java, it produce some warning messages says something like this: {http://www.virtual.org/sign}NameFacet already exists {http://www.virtual.org/sign}AddressFacet alre

Re: How to make Axis work in WSAD

2002-10-28 Thread Selvakumar Ganesan
David, I await the answer too. I am trying to run it within Eclipse. Will post here if I make any progress.   regards, Selva. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 4:03 AM Subject: How to make Axis work in

Re: How to make Axis work in WSAD

2002-10-28 Thread Kevin O'Neill
On Tue, 2002-10-29 at 09:33, [EMAIL PROTECTED] wrote: > I have successfully installed Axis into Tomcat 4.1.10. I can bring up the > AdminServlet OK, the validation page looks OK, and I successfully ran the > Calculator.jws/CalClient example program. > > Now I'm trying to install Axis into WSAD

Re: Help with problem running Axis

2002-10-28 Thread Fadly
Title: Help with problem running Axis Hi Barry,   Just modify "web.xml" file located under $TOMCAT_HOME/webapps//WEB-INF Uncomment "AdminServlet" servlet tag, then restart your Tomcat.   Personally, I don't know why this servlet commented by default, any idea guys ? ... > I think I have

Standards for handling Collections interoperability.

2002-10-28 Thread Aravind Chavar
What is the status of interoperability of collections, especially Java web services and .NET. Are there any activities/standards in progress to make this happen?.If, so how long or when are they expected to be developed and implemented? Is having all the collections mapped to appropriate arrays

addAttribute/setType problem

2002-10-28 Thread Chris Williamson
I am building a custom serializer and I am having a problem with setting the type in a MessageElement while making a client call. I need to set the type for an object to a Qname of {http://www.w3.org/1999/XMLSchema}string. However, if I call setType it makes the QName use the namespace URI of htt

How to make Axis work in WSAD

2002-10-28 Thread David . Pool
I have successfully installed Axis into Tomcat 4.1.10. I can bring up the AdminServlet OK, the validation page looks OK, and I successfully ran the Calculator.jws/CalClient  example program. Now I'm trying to install Axis into WSAD 4.0 (Websphere Studio Application Developer). The validation page

Re: JMS Asincronous Example

2002-10-28 Thread Enrique Rodriguez
Hi David, Suppose that i NEED to have asynchronous calls to various Web Services. As you said, actually axis don't support it, but I think i could do two things: a) Implement Jms invokations myself, with topic, subscriber and so on. b) make a multithreaded client. What do you think about this

RE: Complete ant script?

2002-10-28 Thread Jagadeesan,Sivakumar
Thank you Steve for your Valuable Advice it means a lot to me, I will surely follow them . Thank you, --Siva -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Monday, October 28, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: Re: Complete ant script? This is a ve

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
Title: RE: Complete ant script? I agree with you Steve and I'm currently modeling my script with that in mind.  This is a great base to start from!!! Thanks again! -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 4:14 PM To: [EMAIL P

Re: Complete ant script?

2002-10-28 Thread Steve Loughran
This is a very nicely done build file, almost like one I'd do myself. Indeed, we even use similar property naming policies. Nice to see someone who understands the difference between property name and property location, too. One thing I'd do differently would be to drive the setting of tomcat hom

RE: axis integration

2002-10-28 Thread Bryan Weingarten
does everyone here just write web services and not integrate axis?  please, i really need some pointers on this.   thanks again.   bryan -Original Message-From: Bryan Weingarten Sent: Monday, October 28, 2002 8:46 AMTo: '[EMAIL PROTECTED]'Subject: axis integration hi,

SV: Complete ant script?

2002-10-28 Thread Matt Seibert
Return Receipt Your SV: Complete ant script? document :

Re: Registering the service with AXIS

2002-10-28 Thread Steve Loughran
- Original Message - From: "Nitesh Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 12:31 PM Subject: Re: Registering the service with AXIS > > Hi, > > I am facing a problem while deploying my web service. I am using IBM Web Sphere application server & web

Re: Complete ant script?

2002-10-28 Thread Steve Loughran
- Original Message - From: "Barry Lulas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 12:20 PM Subject: Complete ant script? > Does anyone have a complete ant script for building a web service with Axis? > There are small snippets out there, but if anyone ha

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
Title: RE: Complete ant script? thank you very much, this is very helpful! -Original Message- From: Jens Riboe [mailto:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: SV: Complete ant script? Hi Barry, I have an Ant script that, based on

SV: Complete ant script?

2002-10-28 Thread ian_roughley
Return Receipt Your SV: Complete ant script? document :

Re: REPOST - Problem with multi-dimensional array

2002-10-28 Thread Martin Jericho
Thanks Tom.  Will do. - Original Message - From: Tom Jordahl To: '[EMAIL PROTECTED]' Sent: Tuesday, October 29, 2002 4:21 AM Subject: RE: REPOST - Problem with multi-dimensional array   Yes - it should work. If you can please narrow a test case an

SV: Complete ant script?

2002-10-28 Thread Jens Riboe
Hi Barry, I have an Ant script that, based on a service interface, generates the WSDL and then from that generates the server as well as client side classes. Here is a copy of the relevant parts of the script =

RE: Complete ant script?

2002-10-28 Thread Barry Lulas
Title: Problem running Axis on Tomcat 4.1.12... thank you !! -Original Message-From: Jagadeesan,Sivakumar [mailto:[EMAIL PROTECTED]]Sent: Monday, October 28, 2002 3:34 PMTo: [EMAIL PROTECTED]Subject: RE: Complete ant script?        

RE: Registering the service with AXIS

2002-10-28 Thread Ruslan . Zenin
Have you tried:   java org.apache.axis.client.AdminClient -lhttp://localhost:8080/services/Admi nService myfile.wsdd instead?   regards, Ruslan Zenin http://www.geocities.com/russ_zenin -Original Message- From: info2nitesh Sent: October 28, 2002 3:31 PM To: axis-user Sub

RE: Complete ant script?

2002-10-28 Thread Jagadeesan,Sivakumar
Title: Problem running Axis on Tomcat 4.1.12...                   Tomcat not found                 srcdir="soap"   destdir="${build.classes.dir}"   debuglevel="lines,vars,source"   debug="true"   includeAntRuntime="fa

Re: Registering the service with AXIS

2002-10-28 Thread Nitesh Garg
Hi,I am facing a problem while deploying my web service. I am using IBM Web Sphere application server & web server, wstk 3.2.I have constructed the .wsdl file , as shown in tutorial I of WSTK3.2, and deployed the service WAR. I am facing this problem while registering the service with AXIS.C:\>java

Help with problem running Axis

2002-10-28 Thread Barry Lulas
Title: Help with problem running Axis I think I have a problem with the way I have installed Axis on Tomcat 4.1.12.  All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception.  I checked the Tomcat installation and the AdminServlet is

Complete ant script?

2002-10-28 Thread Barry Lulas
Title: Problem running Axis on Tomcat 4.1.12... Does anyone have a complete ant script for building a web service with Axis?  There are small snippets out there, but if anyone has a complete script I would love to see it.   Barry -Original Message-From: RKumar [mailto:[EMAIL PRO

RE: Problem running Axis on Tomcat 4.1.12...

2002-10-28 Thread RKumar
Title: Problem running Axis on Tomcat 4.1.12... I have the name as Axis , but still it doesn't work. Kumar -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Monday, October 28, 2002 12:06 PMTo: '[EMAIL PROTECTED]'Subject: RE: Problem running Axis on Tomcat

Re: JMS Asincronous Example

2002-10-28 Thread David Chappell
Currently the support within Axis 1.0 is in the form of a transport binding that can be used as an alternative to HTTP. This means it can be used for synchronous RPC, message-style request/response, and invokeOneWay(). Over the next several months we will be revamping the core Axis engine to supp

RE: Problem running Axis on Tomcat 4.1.12...

2002-10-28 Thread Barry Lulas
Title: Problem running Axis on Tomcat 4.1.12... I found my own problem.  In the Axis documentation it states that you need to create a subdirectory under the Tomcat webapps directory and you can name it anything you want.  I named my subdirectory myws, rather than axis, and this is what caus

.Net Service returning Array of MessageElements

2002-10-28 Thread Bill Richards
Hi, I'm new to axis and am having a problem with a .NET service. I ran WSDL2Java on their wsdl and created a client to connect to their service. The problem I'm having is this: The object being returned by the call from the stub, contains an array of MessageElement. The first element seems to b

.Net Service returning Array of MessageElements

2002-10-28 Thread Bill Richards
Hi, I'm new to axis and am having a problem with a .NET service. I ran WSDL2Java on their wsdl and created a client to connect to their service. The problem I'm having is this: The object being returned by the call from the stub, contains an array of MessageElement. The first element seems to b

Client side WSDD

2002-10-28 Thread Jagadeesan,Sivakumar
Title: RE: Non Well-Formed WSDL document Can someone tell me why we need client side wsdd file. Is it because we are using axis.jar even in the client side?!?!   Thank You, --Siva

Problem running Axis on Tomcat 4.1.12...

2002-10-28 Thread Barry Lulas
Title: Problem running Axis on Tomcat 4.1.12... I think I have a problem with the way I have installed Axis on Tomcat 4.1.12.  All the rest of the validations checkout, but when I try to run the AdminServlet I get the following Tomcat exception.  I checked the Tomcat installation and the Admin

RE: Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Jagadeesan,Sivakumar
Joe:When you are using Instant Deployment to deploy your web service all you have to do is copy the .java file to webapp directory of Tomcat ( or whatever Servlet Engine) by renaming it to .jwsThen you try accessing http://localhost:8080/axis/StockQuoteService.jws?WSDLWhen you do instant dep

RE: Non Well-Formed WSDL document

2002-10-28 Thread Barry Lulas
Title: RE: Non Well-Formed WSDL document Tom, Unfortunately, this is not an answer to your question but a question of my own.  I have been sending messages to [EMAIL PROTECTED] and they are not showing up.  Is this the proper address to send messages to? Thanks for your assistance. Barry

Programmatically modifying generated impl

2002-10-28 Thread Anand Hatwalne
Hi, I am looking for tying the original class that I want to expose as a web service by programmatically modifying the generated xxxSoapBindingImpl.java , thereby reducing the task of the end-user and making really ready-to-be-used server side deployment classes.How should I go about it? Any advic

on the use of WSDD deployment files

2002-10-28 Thread Julio Castillo
In the documentation in the area of "Scoped Services", there is a mention of 3 scope categories: Request, Application, and Session. I can understand how and the use of both Request and Application. What is the meaning of a Session scope within an RPC context? There is no session to be had. I perfe

RE: Non Well-Formed WSDL document

2002-10-28 Thread Tom Jordahl
This is a bug. Could you try the latest CVS/nightly and file a buzilla bug if it still happens. Improvements in this area have been made post-1.0 -- Tom Jordahl -Original Message- From: Sen, Puny [mailto:Punyanjan.Sen@;softwareagusa.com] Sent: Monday, October 28, 2002 4:20 AM To: '[EMAI

RE: REPOST - Problem with multi-dimensional array

2002-10-28 Thread Tom Jordahl
  Yes - it should work. If you can please narrow a test case and file a bugzilla bug, that would be great.   -- Tom Jordahl   -Original Message-From: Martin Jericho [mailto:[EMAIL PROTECTED]]Sent: Sunday, October 27, 2002 5:21 PMTo: [EMAIL PROTECTED]Subject: REPOST - Problem with

JMS Asincronous Example

2002-10-28 Thread Enrique Rodríguez
Title: JMS Asincronous Example Is there any JMS Asyncronous example, or could anybody give me any clue to do it Thank you very much, Enrique.

RE: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips

2002-10-28 Thread ALI,HANEEF (HP-Cupertino,ex1)
May be easy way to make things work, without copying is change your server.xml in conf directory of tomcat with a new context, where docBase= where you have installed axix I found this some what cleaner than copying the jar files. Haneef -Original Message- From: Steve Loughran [mail

Re: What is wsdl2java for?

2002-10-28 Thread Robin Berjon
Steve Loughran wrote: not really; JAX-RPC is the jav standard way of writing servers and clients, the idea being the code you can then write is going to work across different implementations of the API In chapter 19 (page 137 of my printout of the PDF version) JAX-RPC lists two examples (ie the

Re: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips

2002-10-28 Thread Steve Loughran
- Original Message - From: "Paolo Paganotto" <[EMAIL PROTECTED]> To: "AXIS" <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 6:58 AM Subject: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips > Since I've suffered a lot to make things working together, now that I've > succeeded I

Re: What is wsdl2java for?

2002-10-28 Thread Steve Loughran
- Original Message - From: "alanz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 27, 2002 7:37 PM Subject: Re: What is wsdl2java for? > Thank u for the response. I am not familiar with the > underlying implementation of AXIS. Even JAX-RPC is its > fundation, all that

RE: problem getting jms sample to work

2002-10-28 Thread Enrique Rodriguez
Title: RE: problem getting jms sample to work do you make this? java org.apache.axis.utils.Admin client client_deploy.xml java org.apache.axis.utils.Admin server server-config.xml and then java samples.jms.JMSTest -c jndi-connection-factory.properties -d MyQ XXX -Mensaje

REPOST: Problems/questions with Client using .NET web services

2002-10-28 Thread Tony Keith
Hello, First of all we are new to using web services. We are trying to use a client's set of web services for a project. We are a java/linux house and they are a MS house. We installed axis 1.0 and ran WSDL2Java to generate the interface stubs. The WSDL has elements of complexTypes within comple

Re: problem getting jms sample to work

2002-10-28 Thread Daniel C. Wickstrom
You can also configure the location by setting the axis.ServerConfigFile property: -Daxis.ServerConfigFile=/somewhere_in_filesystem/server-config.wsdd Regards, Dan Len Takeuchi wrote: > > Figured out what the problem was. The directory where I was running from > didn't have the server-config.

RE: problem getting jms sample to work

2002-10-28 Thread Len Takeuchi
Figured out what the problem was. The directory where I was running from didn't have the server-config.wsdd file which came with the sample. When I ran from the sample\jms directory or when I copied the server-config.wsdd to the directory where I was running from, the sample ran fine. I guess th

RE: Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Jagadeesan,Sivakumar
Yah!! Now it makes sense. When I deployed my first Web Service, that error disappeared. So Nilasoft do not worry about that error, it is working good. If you need any help, let me know , I just succeeded in deploying a web service. I can send you my example. rgds, --Siva -Original Message---

axis integration

2002-10-28 Thread Bryan Weingarten
hi,   i've been working on a specialized rpc server and would now like to integrate soap into it.  the axis project seems to be a perfect fit for our project.  i've read the user's guide, the integration guite and the architecture guide, and browsed through some source code, but i can't find

Re: Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Paolo Paganotto
You get that error because you haven't any server-config.wsdd file in the %catalinahome%/webapps/axis/WEB_INF/ directory. This file is automatically generated when you deploy some services with the org.apache.axis.client.AdminClient command, for example. This error won't avoid you to use services d

RE: Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Jagadeesan,Sivakumar
Hi: Even I was getting that error when I used Axis version 1 with Tomcat. When I kept working without worrying about that problem, it suddenly vanished. It will be great if someone can shed light on me Rgds, --Siva -Original Message- From: Joe Susai [mailto:nilasoft@;yahoo.com] Sent: Mon

Attachment serialisation

2002-10-28 Thread Simon Hargreaves
Main Problem: An attachment over a SOAP connection doesn't appear to be serializing the attachments. First Problem: Content type doesn't stay set to what it has been assigned to ("text/plain"). When creating an attachment and setting the content with AttachmentPart ap; ap.setContent(string

Problem with servlet engine config file - in Release 1.0

2002-10-28 Thread Joe Susai
Hi, I just downloaded Release 1.0. I tried to do the instant deployment as described in user's guide. When I tried the http://localhost:8080/axis/Calculator.jws I get the following error on my tomcat console. [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Regist

Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips

2002-10-28 Thread Paolo Paganotto
Since I've suffered a lot to make things working together, now that I've succeeded I think that some simple tips will help those (maybe newbie, like me ;-) ) who found problems in installing Axis by following the installation instructions provided. In the subject of this mail are the technologies I

RE: java:MSG vs. document binding style

2002-10-28 Thread Cun Yong Tan
Bug report has been filed: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13979 From: "Anand Hatwalne" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: java:MSG vs. document binding style Date: Mon, 28 Oct 2002 09:27:27 +0530 Welcome to the confusion clu

Attachments sample

2002-10-28 Thread Fabien Grellier
Hi all, I have a problem excuting and modyfing the attachment sample, given with axis. I First installed it, and worked properly. Then, in order to better understand the code, I tried to modify my sources, compiled, and put my .class in the right directory. I start/stop resin, and when I try to te

SV: Does Axis include a lightweight standalone server?

2002-10-28 Thread ian_roughley
Return Receipt Your SV: Does Axis include a lightweight standalone server? document :

JAXM SOAPMessage No Attachments

2002-10-28 Thread Simon Hargreaves
When I try to construct a SOAP message with an attachment there is no attachment being attached when I send it. The monitor between my source and the endpoint picks up the main soap message but does not include the attachments. There are no exceptions thrown on the SOAP client like attachments

How to create a custom provider.

2002-10-28 Thread DVINCENT
Hi, I'm familiar with apache Soap but very little Axis. Is it possible to develope my own custom service Provider ? How can i do it ? thanks very much

RE: Non Well-Formed WSDL document

2002-10-28 Thread Sen, Puny
Some additional info - this only seems to happen for a "document" style binding. (A '>' character incorrectly appears inside the name attribute of a complextype element). -Original Message- From: Sen, Puny [mailto:Punyanjan.Sen@;softwareagusa.com] Sent: Sunday, October 27, 2002 5:15 PM To:

Re: Wsdl2Java Client Stub -> jdk 1.3 problem

2002-10-28 Thread Fadly
Hi, . > The class is a member of JDK 1.4. > Isn't it possible to use the stubs with older JDKs? ... Yes, it is possible to use JDK1.3 with the generated stubs, but you must include xmlParserAPIs.jar to your CLASSPATH, since it is not included in JDK1.3 --fadly

re-writing the message in handler

2002-10-28 Thread Craig Fisher
All-- For reasons far to convoluted to broach here I am trying to re-write the SOAPBody. I feel like I am very close but just missing it but a bit. Maybe someone will see something I do not. I have written a service specific handler called THandler which seeks to re-write the SOAPBody. The fo