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
If you are using a web server to handle all the requests and then forward to j2ee container (as typically is done) then the web server will handle all the ssl stuff for you. WSS4J is a ws-security implementation by apache if you want to actually encrypt and/or sign the xml messages sent by axis.

Re: Newbie Question: No compiler found in your classpath

2004-11-18 Thread Roger Turnau
I'm an Axis newbie, not a Java newbie. I tried all those already. I have the 5.0 JDK installed. I tried reinstalling it to C:\java\jdk1.5.0 in case the space in the path was causing the class loader to throw a rod. Didn't work. I had already set up, and checked, all of the environment variables

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread smcardle
This is definately not how to solve this issue. First make sure you have a JDK installed and not a JRE. Then ensure your environment variable JAVA_HOME is set to point to your JDK directory. This will fix your problem Regards Quoting [EMAIL PROTECTED]: > Hey, > > I had a quite similar probl

RE: Newbie Question: No compiler found in your classpath

2004-11-18 Thread s1190202
Hey, I had a quite similar problem. Try the following: copy the file tools.jar from your jsdk\lib\ into the folder common\lib\ from your tomcat server. Hope it helps you Olaf > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 18, 2004 3:

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 - Axis 1.

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
Shaun   I think u can manually editall the "in0" to "username" in the WSDL and then again generate the Stubs and Skeletons using WSDL2Java tool.   I dont hink this will cause any problem as along as the type is xsd:string.   Cheers   Dhanush - Original Message - From: Shaun

RE: newbie question about SOAPMonitor

2004-02-26 Thread Sherman, Dennis (END-CHI)
I hope you meant server-config.wsdd below, not wsdl... And did you compile the soap monitor and put it in the classpath? -- Dennis R. Sherman Endeavor Information Systems 847-227-2976 [EMAIL PROTECTED] http://www.endinfosys.com -Original Message- From: Oppenheim, Dave [mailto:[EMAIL PRO

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

Re: newbie question for java2wsdl

2004-02-10 Thread Dhanush Gopinath
I think the problem is in your java command. It points to the Axis Servlet here. Actually it should point to your webservice deployed.   it should be something like this   # java -cp ${CLASSPATH} org.apache.axis.wsdl.Java2WSDL -oSOAPServiceDirectoryService.wsdl-l http://localhost:8080/ax

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
Speaking as a webservices consumer and publisher, I prefer the the array method. Since there's no language-neutral binding for List, I would assume the WSDL would use the type as xsd:any or soapenc:Array, which would mean the list could contain anything. Your consumers will probably not find that e

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

2003-10-21 Thread Rumpa Giri
Reading the guide, suggested that use the Specific type array. So is this the preferred way? Java Collections Some of the Collection classes, such as Hashtable, do have serializers, but there is no formal interoperability with other SOAP implementations, and nothing in the SOAP specifications whic

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
>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: Instead of running from the above mentioned path , run from two directories higher i.e from %AXISPATH% Alternatively u can set classpa

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
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 from Internet Browser to see if it is deployed properly or not. >From the following

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]' > Subject: newbie question > > I a

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

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 quest

Re: Newbie Question

2003-07-04 Thread Akhil Gupta
Hi Arvin My understanding is that if your complex type is implementing like a JavaBean interface i.e. there is getter/setter for each attribute then you can just simply use BeanSerializer/BeanDeserializer for all of these type of objects. Now in case you write your own data structure then you nee

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

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

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

RE: newbie question

2003-03-20 Thread Dennis Sherman
I'm a newbie too, but apparently not quite as new -- I've got the answer!   Deploy your service with session scope.  In the deploy.wsdd     ...    ...   In the client,  ServiceLocator service = new ServiceLocator();  service.setMaintainSession(true);   See the javadocs for setMaintainSe

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 Installation of Axis I am fo

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 doing something better? How can I sti

RE: newbie question - installation problems - solved

2003-01-20 Thread NJ Rogers
Hi > 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. > Thanks - and also to Steve Loughran - (I just needed convincing as I already had the commons-discovery.jar file) in fact this was a classpath pro

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 can validate ok - happyaxis.jsp > tells me th

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 questi

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 Question - Marshalling Java Arr

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
Title: Message Sorry, here's the WSDL:    targetNamespace="http://ocean.cse.ucsc.edu/soap/getCAWeather.wsdl" xmlns:tns="http://ocean.cse.ucsc.edu/soap/getCAWeather.wsdl" xmlns:xsd1="http://ocean.cse.ucsc.edu/soap/getCAWeather.wsdl"   xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:so

Re: Newbie Question! HELP

2002-06-27 Thread Noel Tijerino
Have you checked to see if $JAVA_HOME/lib/tools.jar is in your classpath? At 09:33 AM 6/27/2002 -0700, you wrote: >Hi, > >I am trying to set up axis and run calculator.jws example on Tomcat 3.3.1 >and jdk1.3.1_03 > >I keep getting this error > >Exception in thread "main" java.lang.RuntimeExcept

RE: NewBie Question

2002-06-27 Thread BRICKER_JONATHAN_E
Jonathan Bricker Lilly Research Labs Java ATG/PChem Toolkit Anthony Smith <[EMAIL PROTECTED]> 06/27/2002 08:36 AM Please respond to axis-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        RE: NewBie Question I am still a little confus

RE: NewBie Question

2002-06-27 Thread Anthony Smith
(AdminClient.java:250) at org.apache.axis.client.AdminClient.main(AdminClient.java:335) -Original Message- From: jeff drost [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: RE: NewBie Question I have also had this symptom. I'm

RE: NewBie Question

2002-06-26 Thread jeff drost
Source) > at java.lang.Thread.run(Thread.java:539) > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 3:57 PM > To: [EMAIL PROTECTED] > Subject: RE: NewBie Question > > > > T

RE: NewBie Question

2002-06-26 Thread Anthony Smith
Source) at java.lang.Thread.run(Thread.java:539) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:57 PM To: [EMAIL PROTECTED] Subject: RE: NewBie Question Then the port your accessing it on - 5049 - may be blocked by a

RE: NewBie Question

2002-06-26 Thread Kevin . Bedell
Then the port your accessing it on - 5049 - may be blocked by a firewall at your company. Anthony Smith <[EMAIL PROTECTED]> on 06/26/2002 05:10:47 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: NewBie Qu

RE: NewBie Question

2002-06-26 Thread Anthony Smith
3:50 PM To: [EMAIL PROTECTED] Subject: Re: NewBie Question Sounds as if either: - The URL you are building for the endpoint has the incorrect port. The line: String endpoint = "http://localhost:"; + options.getPort() + "/axis/Calculator.jws"; may not be resol

Re: NewBie Question

2002-06-26 Thread Kevin . Bedell
Sounds as if either: - The URL you are building for the endpoint has the incorrect port. The line: String endpoint = "http://localhost:"; + options.getPort() + "/axis/Calculator.jws"; may not be resolving to the correct port. Do a System.out.print and see if the endpoint is the s

Re: Newbie question - running samples

2002-06-06 Thread Martin Jericho
I have been having the same problem, and sent a question to this mailing list a couple of days ago but it didn't seem to get through for some reason. The problem is caused by a null pointer exception on the server (stack trace included below), but I have no idea what is causing that. To get start

RE: Newbie question - running samples

2002-06-06 Thread Minh Duong
Pavel, I'm a newbie too but it seems to me that you need to replace "java -cp %CP% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd" with the actual java class file you intend to use as a service. In this case it would be stock. so it would be

RE: Newbie Question

2002-05-16 Thread Provencher, Samuel
The answer is simple, none of them are standalone clients. You must use the Locator class to acquire a stub which you can then use just like a local object - a little more digging is required on your part because this is all covered in the users's guide; very straightforward. You're almost t