RE: Newbie Question on Security

2004-11-23 Thread Robin Mannering
That's great to know! Thanks for your help everyone who contributed. -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 14:56 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Axis can call SSL encrypted web services as long

RE: Newbie Question on Security

2004-11-22 Thread Greg Michalopoulos
] Sent: Monday, November 22, 2004 9:46 AM To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Hi Greg, Thanks for your response. Is your answer related to if we are hosting the web services? I think it is, but we aren't hosting them, we are calling them and I've got this picture

RE: Newbie Question on Security

2004-11-22 Thread Robin Mannering
sts over 'https'? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 15:09 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security It is somewhat unclear what you mean by 'webservices encrypted'. Do you mean that the web

RE: Newbie Question on Security

2004-11-22 Thread Ext-Zoltan.Schreter
22 November, 2004 16:46 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security Hi Greg, Thanks for your response. Is your answer related to if we are hosting the web services? I think it is, but we aren't hosting them, we are calling them and I've got this picture in my h

RE: Newbie Question on Security

2004-11-22 Thread Robin Mannering
t. Any thoughts ? -Original Message- From: Greg Michalopoulos [mailto:[EMAIL PROTECTED] Sent: 22 November 2004 14:39 To: [EMAIL PROTECTED] Subject: RE: Newbie Question on Security If you are using a web server to handle all the requests and then forward to j2ee container (as typically is

RE: Newbie Question on Security

2004-11-22 Thread Greg Michalopoulos
. -Original Message- From: Robin Mannering [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: Newbie Question on Security Hi all, It's just become apparent that the Web services we call are going to be encrypted using either 40bit or 1

Newbie Question on Security

2004-11-22 Thread Robin Mannering
Hi all, It's just become apparent that the Web services we call are going to be encrypted using either 40bit or 128bit SSL encryption. My question is, will Axis be able to cope with the necessary encryption/decryption required on the responses we get from the remote Web Services? I've had a l

Re: Newbie Question: No compiler found in your classpath

2004-11-18 Thread Roger Turnau
t: Thursday, November 18, 2004 3:43 PM To: [EMAIL PROTECTED] Subject: Newbie Question: No compiler found in your classpath Hi all, I'm trying to get Axis 1.1 up and running, and I'm running into a problem. My computer is Windows XP (not by choice -- I need it for work). Happy Axis giv

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread smcardle
D] > > Sent: Thursday, November 18, 2004 3:43 PM > > To: [EMAIL PROTECTED] > > Subject: Newbie Question: No compiler found in your classpath > > > > Hi all, > > > > I'm trying to get Axis 1.1 up and running, and I'm running > > into a problem. My

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread s1190202
8, 2004 3:43 PM > To: [EMAIL PROTECTED] > Subject: Newbie Question: No compiler found in your classpath > > Hi all, > > I'm trying to get Axis 1.1 up and running, and I'm running > into a problem. My computer is Windows XP (not by choice -- I > need it for work). Ha

Newbie Question: No compiler found in your classpath

2004-11-18 Thread rtperson
Hi all, I'm trying to get Axis 1.1 up and running, and I'm running into a problem. My computer is Windows XP (not by choice -- I need it for work). Happy Axis gives me success, but when I try to call a local endpoint, I get the following error: java.lang.RuntimeException: No compiler found in y

RE: Newbie Question - Axis 1.1 to .NET Web Service

2004-10-08 Thread Robin Mannering
Hi, I'm having trouble posting and not sure if my mails are reaching the list. Can anybody tell me if this is reaching the list? Robin -Original Message- From: Robin Mannering [mailto:[EMAIL PROTECTED] Sent: 07 October 2004 16:59 To: [EMAIL PROTECTED] Subject: Newbie Question -

Newbie Question - Axis 1.1 to .NET Web Service

2004-10-07 Thread Robin Mannering
Hi, I'm using Axis 1.1 to use a set of .NET Web serverices. Please excuse any innacuracies as I've only really started with web services in the last couple of days. So far, I have managed to create an Axis client that talks to a .NET service, but I get the following exception thrown: Does an

Re: Can't put JAX-RPC handler to work (Newbie question)

2004-09-13 Thread W.Beck
Hi Venkat et al., thanks a lot for your answer. I have tried both of your tipps but unfortunatly I did not proceed though both ideas worked more or less (see below for details). I started believing that my problem isn't an issue with the code but maybe with the chain's namespace so that the han

Re: Can't put JAX-RPC handler to work (Newbie question)

2004-09-09 Thread Venkat Reddy
You can probably try one of these things: 1. Instead of getting the chain by calling service.getHandlerRegistry().getHandlerChain(), you can just create a new ArrayList instance and add your handlerInfo to it and then set your handler chain with the new List. 2. Use client-deploy.wsdd to deploy y

Can't put JAX-RPC handler to work (Newbie question)

2004-09-09 Thread W.Beck
Hi all, I want to use a JAX-RPC handler with an AXIS *client* but I can't put it to work. Since I am pretty new to the webservices stuff I have no idea where to dig to find the solution... So far now the only task of my handler is to report its lifecyle events. So I subclassed javax.xml.rpc.han

newbie question - sending XML documents in soapenv:Body

2004-07-30 Thread Brian . Scott
Hello friends - I'm in the process of integrating two systems, I am using the AXIS SOAP engine and my counterpart at another organization is using the .NET SOAP engine. I have managed to create some stubs based on the other parties .WSDLs. They provided the following WSDL for one of our transac

Newbie question (returning complex types from the service)

2004-07-12 Thread Ilya Figotin
Hello, I'm using Axis 1.1 within WSAD 5.1, as a part of another web application. I've deployed a web service with a simple wsdd file that I made up from the examples in the documentation. My small example service returned a string based on the parameter passed in. My question is how do I retu

RE: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Shaun Etherton
- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 June 2004 7:06 PM > To: [EMAIL PROTECTED]; Shaun Etherton > Cc: Dhanush Gopinath > Subject: Re: newbie question regarding wsdl file and method arguments > > > make sure u compile your classes with debug infor

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Davanum Srinivas
check the archives (both axis-user and axis-dev) Yes, if you compile your classes with debug (-g) on then you should get the correct parameter names. -- dims - Original Message - From: Dhanush Gopinath <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 15:34:11 +0530 Subject: Re: newbie qu

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Dhanush Gopinath
th Sent: Thursday, June 10, 2004 3:06 PM Subject: Re: newbie question regarding wsdl file and method arguments make sure u compile your classes with debug information "on"- Original Message -From: Shaun Etherton <[EMAIL PROTECTED]>Date: Thu, 10 Jun 20

Re: newbie question regarding wsdl file and method arguments

2004-06-10 Thread Davanum Srinivas
make sure u compile your classes with debug information "on" - Original Message - From: Shaun Etherton <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 15:23:53 +0930 Subject: RE: newbie question regarding wsdl file and method arguments To: Dhanush Gopinath <[EMAIL

RE: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
:[EMAIL PROTECTED]Sent: Thursday, 10 June 2004 2:54 PMTo: [EMAIL PROTECTED]; Shaun EthertonSubject: Re: newbie question regarding wsdl file and method arguments Shaun   I think u can manually editall the "in0" to "username" in the WSDL and then again ge

Re: newbie question regarding wsdl file and method arguments

2004-06-09 Thread Dhanush Gopinath
essage - From: Shaun Etherton To: [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:03 AM Subject: newbie question regarding wsdl file and method arguments Hi,Apologies in advance if this is a stupid question.Using axis for a web service that i have built and deployed

newbie question regarding wsdl file and method arguments

2004-06-09 Thread Shaun Etherton
Hi, Apologies in advance if this is a stupid question. Using axis for a web service that i have built and deployed but when the wdsl is generated it has the following, . etc. Can anyone tell me how I can get the name of the parameter in0 to be the same as the name of the parameter in my jav

Axis newbie question - installation step 7 testing - 401 unauthorized

2004-06-02 Thread Finn, Kerry
Title: Axis newbie question - installation step 7 testing - 401 unauthorized Hi, I've installed Axis and worked through most of the installation guide until step 7:testing. This test runs the "samples.stock.GetQuote" and I get a "401" return code - "unautho

wsdl generation on the fly (newbie question)

2004-05-25 Thread Rudolf Feyerkleist
Is it possible to generate wsdl files on the fly from a webapplication (using AdminClient and Java2wsdl) without restarting the server (in this case tomcat)? Do you Yahoo!?Friends. Fun. Try the all-new Yahoo! Messenger

How do you remove encoding - newbie question!

2004-05-11 Thread Lee, Ken
Title: How do you remove encoding - newbie question! This is probably really simple and hopefully I don't get a RTFM response (or at least let me know the page number!), but I didn't see an answer in the historical posts for this specific question. Question: In the response, ho

Newbie question re attachments sample WSDL

2004-04-05 Thread p2p
Hi, I've seen this question posted a few times, but I don't recall seeing an answer... does anyone know why, when one tries to view the echoattachment sample wsdl, provided with Axis, the following error is returned: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find

newbie question - document/literal service which would work with InfoPath

2004-03-22 Thread Paul Krasucki
I am trying to create a service which would be compatible with MS InfoPath (which requires document/literal style). I have created a test class with signature public class AxisTest{     public int getId(String first, String last) {     // ….     } } And I have generated wsdl usi

newbie question - document/literal service which would work with InfoPath

2004-03-22 Thread Paul Krasucki
I am trying to create a service which would be compatible with MS InfoPath (which requires document/literal style). I have created a test class with signature public class AxisTest{     public int getId(String first, String last) {     // ….     } } And I have generated wsdl usi

Newbie question

2004-03-11 Thread Roger Tanuatmadja
Hi, I've tried to look at the previous mailing list and Google and haven't found anything. My problem : I've inherited a web service that has an RPC/Encoded call with a apachesoap:Element type input parameter and output parameter. We now have a .Net client that tries to make a call to this web s

RE: newbie question about SOAPMonitor

2004-02-26 Thread Sherman, Dennis (END-CHI)
PROTECTED] Sent: Wednesday, February 25, 2004 5:45 PM To: [EMAIL PROTECTED] Subject: newbie question about SOAPMonitor On a Widows platform, do I have to put an entry of some type into axis\WEB-INF\web.xml in order to use the service? I've put the following lines into my wsdl, but, at runtim

RE: newbie question about SOAPMonitor

2004-02-26 Thread Tony Blair
Tony,   Thanks for the response.   I meant to say .wsdd,  not .wsdl.  However, I'm still not seeing output.  Anything else I should be doing?   Thanks,   Dave Oppenheim -Original Message-From: Tony Blair [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 25, 2004 9:22 PMTo: [EMAIL PROT

RE: newbie question about SOAPMonitor

2004-02-26 Thread Oppenheim, Dave
PMTo: [EMAIL PROTECTED]Subject: Re: newbie question about SOAPMonitor Hi there,   The and must go into your wsdd and not in the WSDL.   Cheers, Tony."Oppenheim, Dave" <[EMAIL PROTECTED]> wrote: On a Widows platform, do I have to put an entry of some t

Re: newbie question about SOAPMonitor

2004-02-25 Thread Tony Blair
Hi there,   The and must go into your wsdd and not in the WSDL.   Cheers, Tony."Oppenheim, Dave" <[EMAIL PROTECTED]> wrote: On a Widows platform, do I have to put an entry of some type intoaxis\WEB-INF\web.xml in order to use the service?I've put the following lines into my wsdl, but, at runtime

newbie question about SOAPMonitor

2004-02-25 Thread Oppenheim, Dave
On a Widows platform, do I have to put an entry of some type into axis\WEB-INF\web.xml in order to use the service? I've put the following lines into my wsdl, but, at runtime I'm getting an org.apache.axis.ConfigurationException that it can't find handler name.

Re: newbie question for java2wsdl

2004-02-10 Thread Dhanush Gopinath
- From: Ryuusei Murakami To: [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 2:20 PM Subject: newbie question for java2wsdl Hi.I'm trying to create a WSDL file by using java2wsdl.However, I'm getting following problems.why i can crea

newbie question for java2wsdl

2004-02-10 Thread Ryuusei Murakami
Hi. I'm trying to create a WSDL file by using java2wsdl. However, I'm getting following problems. why i can create WSDL ? org.jagent.service.directory.soap.SOAPServiceDirectoryService uses some javax.agent.* interfaces, and these are put on WEB-INF/classes. --- AXIS_LIB=/cygdrive/g/axis-1_1/lib

Simple Pass of data from Skeleton to Stub of another Service-> newbie question

2003-12-07 Thread Arne Wolf Kösling
Hi ! I've to following problem : I'm building a connection between a wrapper (built in PHP) -> mediator (in Java) -> wrapper (in PHP). The Mediator only passes the values through from the first wrapper to the second one and the other direction. The Mediator and one of the wrappers are offering

[newbie question]

2003-11-10 Thread Kevin J Citron
First. I'm using JBoss-net. Which is in reality Axis 1.1. If I'm posting in the wrong place. Someone please tell me. In any event. I'm attempting to get my first WS  WSDL generated by placing the Calculator.jws example code in the JBoss-net.war folder. When I enter in my endpoint (via the brows

Re: newbie question : List vs. ArrayList vs. []

2003-10-21 Thread Leonardo Mena
At least until Generics comes to life in JDK 1.5... - Original Message - From: "Navneet Joneja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 9:39 PM Subject: RE: newbie question : List vs. ArrayList vs. [] > Speaking as a webservic

RE: newbie question : List vs. ArrayList vs. [ ]

2003-10-21 Thread Navneet Joneja
that easy to work with. - Navneet -Original Message- From: Rumpa Giri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 4:09 PM To: '[EMAIL PROTECTED]' Subject: newbie question : List vs. ArrayList vs. [] 1) public RegInfo[] getList1(RegInfo[] regInfos) {

newbie question : List vs. ArrayList vs. []

2003-10-21 Thread Rumpa Giri
1) public RegInfo[] getList1(RegInfo[] regInfos) { return regInfos; } 2) public ArrayList getList2(ArrayList infos){ return infos; } 3) public List getList3(List infos){ return infos; } Trying

RE: newbie question : List vs. ArrayList vs. [ ]

2003-10-21 Thread Rumpa Giri
, October 21, 2003 3:09 PM > To: '[EMAIL PROTECTED]' > Subject: newbie question : List vs. ArrayList vs. > [] > > 1)public RegInfo[] getList1(RegInfo[] regInfos) { > return regInfos; > } > > 2)public ArrayList getList2(

newbie question: using tcpmon and making a soap client

2003-09-30 Thread Wermus Fernando
I send a message to my server and It returns me: ... ns1:client.noSoapAction no soapAction header! I want to see, throught tcpmon with xmlspy as client, what It is the right http header to send, but I only can receive the wsdl file. When I send a soap message with the xml spy says that the we

Re: Newbie Question About Examples

2003-08-27 Thread Adhamh Findlay
>From the user guide: "Before running the examples in this guide, you'll need to make sure that your CLASSPATH includes (Note: If you build Axis from a CVS checkout, these will be in xml-axis/java/build/lib instead of axis-1_1/lib): * axis-1_1/lib/axis.jar * axis-1_1/lib/jaxrpc.jar *

RE: Newbie Question About Examples

2003-08-27 Thread Harsh Raju Chamarthi
his helps, although you could have resolved this by searching on any general Java Forums for NoClassDefFoundError. tscus hrc -Original Message- From: Donald Manoogian [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 3:00 AM To: [EMAIL PROTECTED] Subject: Newbie Question About Examples

Newbie Question About Examples

2003-08-27 Thread Donald Manoogian
I have successfully installed Axis 1.1 on an Tomcat 4.1.24 server. I am trying to get the stock sample program up an running. It deploys OK, but when I try to run the command line from the %AXISPATH%\samples\stock directory: java -cp .;%AXISCLASSPATH% samples.stock.GetQuote -lhttp://localho

Newbie question: the WSDL element

2003-08-16 Thread D. DeCoudras
As a newcomer to Axis, from what I've read thus far, it looks like the Java2WSDL and WSDL2Java tools that derive from org.apache.axis.wsdl are really going to come in handy for in/out for WSDL / Java transcoding. One of the things I'd like to do is add the element to a description in my WSDL

RE: newbie question

2003-07-21 Thread Irazabal, Alex
rday, July 19, 2003 7:25 PM To: [EMAIL PROTECTED] Subject: Re: newbie question Hi Alex HTTP 500 error code means the http link you are looking for is not present on the server. Probably your service is not deployed properly in the server. Try to access the service through the Axis admin page fro

Re: newbie question

2003-07-19 Thread Akhil Gupta
the following link you can all the standard HTTP errors and the menaing of each error. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Akhil - Original Message - From: "Irazabal, Alex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 8:17 PM

RE: newbie question

2003-07-18 Thread Harindranath P R
Title: RE: newbie question -Original Message- From: David Knox [mailto:[EMAIL PROTECTED] Sent: Sat 7/19/2003 1:49 AM To: [EMAIL PROTECTED] Cc: Subject: RE: newbie question 500 is a standard HTTP error code. You can learn what it means by usingGoogle and

RE: newbie question

2003-07-18 Thread David Knox
500 is a standard HTTP error code. You can learn what it means by using Google and searching on HTTP+500. hth, -- dave > -Original Message- > From: Irazabal, Alex [mailto:[EMAIL PROTECTED] > Sent: Friday, July 18, 2003 1:18 PM > To: '[EMAIL PROTECTED]' > Subjec

newbie question

2003-07-18 Thread Irazabal, Alex
I am getting a (500) Internal Server Error when I try accessing my Web Service with a client. My question is: is there a simple way to debug this problem and find out what the 500 code means? I am in a tight schedule (!) and would rather not wade through all of axis looking for the cause... So i

Re: Newbie Question: Where to start when no WSDL file provided ?

2003-07-14 Thread Srinath Perera
Hi, have a look at axis user guide, in which there is a example for complex type (about BeanSerialization and custom type mapping.) It has a pointer to associated example. have a look at it regards Srinath On Mon, 2003-07-14 at 15:54, Irial Conroy wrote: > Hi, > > I am trying to talk to a Web Ser

Newbie Question: Where to start when no WSDL file provided ?

2003-07-14 Thread Irial Conroy
Hi, I am trying to talk to a Web Service for which no WSDL file is being provided. The company who are providing the Web Service have given me a Word document with the structure of the SOAP requests/responses - they are running Perl SOAP::Lite and from some research on the web it looks like it ma

Re: Newbie question on soap

2003-07-11 Thread Anne Thomas Manes
No. The specification is quite clear. A SOAP response may contain either a valid response message OR a soap:fault message -- not both.   Anne - Original Message - From: Denero Watz To: [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:58 PM Subject: Newbie

Newbie question on soap

2003-07-10 Thread Denero Watz
I need some clarifications!! Can a soap response can conatin a valid response and a fault message at the same time. Possible use case is that, after a partcular execution some records are available to return but some others cannot be returned due to some error occured in them. So if I want to retur

Re: Newbie Question

2003-07-04 Thread Akhil Gupta
y, July 02, 2003 12:26 PM Subject: Newbie Question > Good day. > > I am very new with Axis and SOAP. > I have been trying the examples in the user guide of AXIS 1.1 and to be > exact, the custom serialization example. > > In the example, a user made class Data was gi

Re: Newbie Question

2003-07-02 Thread Srinath Perera
Hello Arvin I belive you got it right. The thing is for each user define type there should be a serializer and desiralizer registered. thats all. The Axis will go in to it recurviely and take care of that. regards Srianth On Wed, 2003-07-02 at 17:26, Arvin Jay Cando wrote: > Good day. > > I am v

Newbie Question

2003-07-02 Thread Arvin Jay Cando
Good day. I am very new with Axis and SOAP. I have been trying the examples in the user guide of AXIS 1.1 and to be exact, the custom serialization example. In the example, a user made class Data was given as an example to be custom serialized/deserialized It has member variables namely a String

Re: Newbie question on Usage and design style

2003-06-20 Thread Davanum Srinivas
To: <[EMAIL PROTECTED]> > Sent: Friday, June 20, 2003 5:16 AM > Subject: RE: Newbie question on Usage and design style > > > > Wilfred, > > > > Thank you for the prompt reply. I hope to generate a healthy debate on the > > issue and see whether I am

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
based authentication if your message is routed through multiple hops. Anne - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 8:42 AM Subject: RE: Newbie question on Usage and design style > Dear AXIS Users, or may be

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
okens, including XCBF (biometric tokens) and XrML (digital rights). Anne - Original Message - From: "Saurabh Arora" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 5:10 AM Subject: Re: Newbie question on Usage and design style > It is impor

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
CTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 5:16 AM Subject: RE: Newbie question on Usage and design style > Wilfred, > > Thank you for the prompt reply. I hope to generate a healthy debate on the > issue and see whether I am crossing the limits of interoperat

RE: Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
Dear AXIS Users, or may be developers like Tom, architects like Sam, Please need your views on this. Regards, Santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: RE: Newbie question on Usage

RE: Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
- From: Wilfred Springer [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:31 AM To: [EMAIL PROTECTED] Subject: Re: Newbie question on Usage and design style > We are considering of introducing axis based web services, as an interop > solution for the interface into our product. We alread

Re: Newbie question on Usage and design style

2003-06-20 Thread Saurabh Arora
It is important to note the SAML is not a proprietary headers (it is hosted at Oasis http://xml.coverpages.org/saml.html). Coming to your question, it is possible to do that using SAAJ api and Messaging style service. only problem would be that you would have to handle the processing of xml intern

Re: Newbie question on Usage and design style

2003-06-20 Thread Wilfred Springer
> We are considering of introducing axis based web services, as an interop > solution for the interface into our product. We already have well > established Authentication and Authorisation services delivered via CORBA, I > wanted to utilise the same and introduce a concept of a token for every > s

Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
Dear Axis users, We are considering of introducing axis based web services, as an interop solution for the interface into our product. We already have well established Authentication and Authorisation services delivered via CORBA, I wanted to utilise the same and introduce a concept of a token for

RE: Newbie question about WSDL2JAVA

2003-03-26 Thread Tom Jordahl
a2WSDL for Axis 1.2. Open source only works if everyone helps. -- Tom Jordahl Macromedia Server Development -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: Newbie question about WSDL2JAVA We have t

Re: Newbie question about WSDL2JAVA

2003-03-26 Thread Nicholas
We have totally given up using Java2WSDL. It just seems so problem ridden with completely inexplicable error messages. Rather, we just deploy a WSDD against the Axis server and then do a GET on the appropriate URL to get the WSDL there. //Nicholas --- Daniel Eschle <[EMAIL PROTECTED]> wrote: >

Re: Newbie question about WSDL2JAVA

2003-03-26 Thread Daniel Eschle
Hi, I had also problems when using WSDL2Java with a Java2WSDL generated wsdl file. I got the following exception: java.io.IOException: Element {http://schemas.xmlsoap.org/wsdl/}in0 is referenced but not defined. I think there is a bug in Java2WSDL which produces a faulty wsdl file when genera

RE: Newbie question about WSDL2JAVA

2003-03-25 Thread Herrick, Mike
: [EMAIL PROTECTED] Subject: Re: Newbie question about WSDL2JAVA I've attached my wsdd file and the generated wsdl file. It would be fine if someone could take a look onto it before I jump out of the window. thanks, Andre [EMAIL PROTECTED] wrote : > Hi, > > I try to use CASTOR

Re: Newbie question about WSDL2JAVA

2003-03-25 Thread andre . dvorak
I've attached my wsdd file and the generated wsdl file. It would be fine if someone could take a look onto it before I jump out of the window. thanks, Andre [EMAIL PROTECTED] wrote : > Hi, > > I try to use CASTOR for object ser/deserialization with AXIS. While searching > the mailing list I f

Newbie question about WSDL2JAVA

2003-03-25 Thread andre . dvorak
Hi, I try to use CASTOR for object ser/deserialization with AXIS. While searching the mailing list I found a link to the AXIS cvs, which has a few classes for this job. I have trouble getting WSDL2JAVA generate my stub classes. I always get the following error: http://localhost:9080/axis/servic

RE: newbie question

2003-03-20 Thread Dennis Sherman
OTECTED]Subject: newbie question Hi,   How can we maintain persistent objects in Axis? meaning, if a user requests a service, is there anyway that I can maintain information about the user (using objects on the service-provider side) , after fulfilling the user request?  

newbie question

2003-03-19 Thread Pramod Gurunath
Hi,   How can we maintain persistent objects in Axis? meaning, if a user requests a service, is there anyway that I can maintain information about the user (using objects on the service-provider side) , after fulfilling the user request?   any pointers is appreciated.   Thanks.

RE: Newbie: Question on Testing Installation of Axis

2003-03-14 Thread Larry
Oooo. Is "GET" only allowed at Axis1.1? Perhaps that is the issue. --- On Fri 03/14, Larry < [EMAIL PROTECTED] > wrote: From: Larry [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 14 Mar 2003 13:45:42 -0500 (EST) Subject: Newbie: Question on Testing Installatio

Newbie: Question on Testing Installation of Axis

2003-03-14 Thread Larry
I am following the "Axis Installation Instructions" posted on the web. I have V1.0 installed over tomcat 4.1.18. So far I have it working down to "Test a JWS EndPoint" where you run EchoHeaders which is provided with the package. The install places this JWS in $CATALINA_HOME/webapps/axis. Wh

RE: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Apostolopoulos Paris
Thanks again Steve , problem solved, I have missed that option! Tomcat output screen is now clear and nice! :) Paris -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 7:53 PM To: [EMAIL PROTECTED] Subject: Re: Newbie question about

Re: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 11:30 Subject: RE: Newbie question about FAULTs (again) and tomcat printing the stack trace! > Thanks for your reply Steve! > &g

RE: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Apostolopoulos Paris
Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 6:56 PM To: [EMAIL PROTECTED] Subject: Re: Newbie question about FAULTs (again) and tomcat printing the stack trace! - Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMA

Re: Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Steve Loughran
- Original Message - From: "Apostolopoulos Paris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 08:44 Subject: Newbie question about FAULTs (again) and tomcat printing the stack trace! > Hi again! > > Is there a way of do

Newbie question about FAULTs (again) and tomcat printing the stack trace!

2003-02-20 Thread Apostolopoulos Paris
Hi again! One more question related to FAULTS (again), but quite specific this time! From my previous question in the mailing list I managed to solve some theoritical problems about the notion of FAULTS (thank you Brian Erwins)! Well here is my case! In my service I use AXIS faults as part of my b

RE: newbie question - installation problems - solved

2003-01-20 Thread NJ Rogers
classpath problem - I needed to put this jar in the classpath with all the other jars nikki > -Original Message- > From: NJ Rogers [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 1:03 PM > To: [EMAIL PROTECTED] > Subject: newbie question - installation proble

Re: newbie question - installation problems

2003-01-16 Thread Steve Loughran
that was http://jakarta.apache.org/commons/discovery.html with an l at the end. oops

Re: newbie question - installation problems

2003-01-16 Thread Steve Loughran
- Original Message - From: "NJ Rogers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 10:02 Subject: newbie question - installation problems > Hi > > I've got axis deployed in tomcat, running on Windows 2K. > > I

RE: newbie question - installation problems

2003-01-16 Thread Daleiden, Mike
Your missing the commons-discovery.jar file, which is causing the error. This should be placed in the same directory as your other Axis libs. -Original Message- From: NJ Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 1:03 PM To: [EMAIL PROTECTED] Subject: newbie

newbie question - installation problems

2003-01-16 Thread NJ Rogers
Hi I've got axis deployed in tomcat, running on Windows 2K. I can validate ok - happyaxis.jsp tells me that I've got all the core axis libraries, but that 1 optional library is missing (xmlsec.jar which I will obtain) But I cannot "View the list of deployed Web services " The tomcat logs for t

Newbie question: Setters and getters don't seem to respond right.

2002-12-06 Thread Jeffrey J Gaynor/jqhome
Hi, I am trying to gt up to speed on using axis to deploy a web service, written in Java. I have followed through a couple of tutorials and, using the WSDL utilities have seemingly correctly deployed my service, which is a bean with two fields, a String and a Vector. All I want to do is see if

How to customize ?WSDL -- Newbie Question

2002-11-12 Thread cmchenry
Hello,         I am trying to have my /axis/services/MyService?wsdl command emit a more complicated wsdl file that is created by default.  I generated my Skeleton and Implemenation files from WSDL2Java off a WSDL file created by someone else.  I am trying to implement the same services on Axis.  

Re: Newbie Question - Marshalling Java Arrays

2002-10-08 Thread dmyaho
the requirement for object can be marshalled is the object has to be a javabean. can you show me your child class? - Original Message - From: "Rick MacConnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 8:59 AM Subject: Newbie Quest

Newbie Question - Marshalling Java Arrays

2002-10-06 Thread Rick MacConnell
I've got a simple Java class that has a member variable which is an array of very simple Java child classes. The child class just has two Strings inside. My question is what should I do to teach Axis that the object coming back contains an array of these other object types. I get an error saying t

newbie question

2002-09-26 Thread Heiko Braun
hi, my client app tries to invoke a service which signature looks like this: public void registerMe(String myName) throws java.rmi.RemoteException, org.company.CustomError; all classes are generated from wsdl. i can see a successful request and response, but for some reason my client h

RE: newbie question (access to response message as DOM)

2002-09-24 Thread Basil Hosmer
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 5:20 PM To: [EMAIL PROTECTED] Subject: RE: newbie question (access to response message as DOM) I too, would love to know how to get this to work.  Anyone? -Original Message- Fro

RE: newbie question (access to response message as DOM)

2002-09-24 Thread nbrennan
BDY.RTF Description: RTF file

RE: newbie question (access to response message as DOM)

2002-09-23 Thread Basil Hosmer
            Generated by mod_soap      http://ocean.cse.ucsc.edu/soap/getCAWeather"/>        -Original Message-From: Basil Hosmer [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 4:17 PMTo: '[EMAIL PROTECTED]'Subject: newbie question (acce

newbie question (access to response message as DOM)

2002-09-23 Thread Basil Hosmer
Title: Message Hi,   Somebody please give me a shove in the right direction: I'm using Axis to make a call to a web service that returns a fairly simple (wsdl attached). I've successfully deserialized using a generated bean, but what I'd really like is to simply access a DOM representation

  1   2   >