Re: how to display original WSDL file

2007-04-12 Thread Nate - Hotmail
To display the original WSDL in Axis2 place the following in your services.xml file: true -- Nate - Original Message - From: "sagara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2007 6:19 AM Subject: how to display original WSDL file Hi, (1) how to

Re: Antwort: Re: Help Read in Properties File

2007-03-20 Thread Nate - Hotmail
I am using this method: your.package.YourClass.class.getResourceAsStream("/yourconfig.cfg") to access my .properties file. I have the location in my classpath, but am still not able to find the file. Does the file need to be inside Tomcat to be read, or can I have it anywhere on the file

Re: service request location

2007-03-20 Thread Nate - Hotmail
://ws.apache.org/axis2/1_1_1/api/org/apache/axis2/context/ MessageContext.html#getCurrentMessageContext() Michele On 19 Mar 2007, at 18:06, Nate - Hotmail wrote: When I try to make the calls, I have the following error: The method getCurrentContext() is undefined for the type MessageCont

Re: service request location

2007-03-19 Thread Nate - Hotmail
t; Sent: Monday, March 19, 2007 1:51 PM Subject: Re: service request location On Mon, 2007-03-19 at 13:46 -0400, Nate - Hotmail wrote: I guess the problem I have now is where do I make these calls? Do I put it in my service code? Yes. MessageContext msgContext = MessageContext.getCurrentContext

Re: service request location

2007-03-19 Thread Nate - Hotmail
ntLocal = false; } -- From: Nate - Hotmail [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 9:55 AM To: axis-user@ws.apache.org Subject: service request location Is there a way to find out where a client is making a request from, ie: localhost or somewhere else?

service request location

2007-03-19 Thread Nate - Hotmail
Is there a way to find out where a client is making a request from, ie: localhost or somewhere else? Thanks, Nate

Help Read in Properties File

2007-03-14 Thread Nate - Hotmail
I am having issues trying to read in a properties file to my web service. I've attempted to read in the properties file using getResourceAsStream(), with no success. I was wondering if there was a certain way to read a properties file in using web services or Axis in particular. I am using Ax

No operation name specified!

2007-03-13 Thread Nate - Hotmail
Hello, I am having a problem calling a couple of methods from a web service through my client. The methods that are having an issue are ones that have no parameters. When called they return a No operation name specified! fault exception. The client I am using is written using axis 1.4.

error displaying WSDL

2007-03-13 Thread Nate - Hotmail
Hello, I am trying to have my custom WSDL display but am getting the follwoing error: Unable to generate WSDL for this service If you wish Axis2 to automatically generate the WSDL, then please use one of the RPC message receivers for the service(s)/operation(s) in services.xml. If y

axis2-1.1 and ssl

2007-01-08 Thread Nate - Hotmail
Hello, I am trying to setup my webservice to use ssl. I have gone through the steps (http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html) to setup ssl. I was thinking that this is all I had to do to set it up, but I notice that when I go to my webservice (https://domain/services/webser

defining wsdl in service.xml

2007-01-03 Thread Nate - Hotmail
I have my web service up and running, using the WSDL generated by Axis. I now would like to use my defined WSDL rather than the generated one. I have been quite unsuccessful in finding examples/instructions on defining my WSDL within the service.xml file. Is there somewhere I can find this in

Re: WSDL2Java Issue

2006-12-20 Thread Nate - Hotmail
following command to get the result: WSDL2Java -uri test.wsdl -ss -sd Thank you, Nate Douglas - Original Message - From: Amila Suriarachchi To: axis-user@ws.apache.org ; Nate - Hotmail Sent: Wednesday, December 20, 2006 1:41 AM Subject: Re: WSDL2Java Issue

WSDL2Java Issue

2006-12-19 Thread Nate - Hotmail
When I execute the WSDL2Java command, I get the skeleton code, but the generated signatures are all void when they shouldn't be. Is this normal for the code generation, and I just change the signatures as I need them, or should they have been correctly generated from the WSDL? Thanks, Nate