Re: difference in wsdl output between codegen and command line

2008-05-15 Thread D P
On Tue, May 13, 2008 at 11:07 PM, Amila Suriarachchi < [EMAIL PROTECTED]> wrote: > use -ap > > thanks, > Amila. > > > On Tue, May 13, 2008 at 2:24 AM, D P <[EMAIL PROTECTED]> wrote: > >> Hello all: >> >> Eclipse 3.2.2 and Codegen Wizard 1.3

difference in wsdl output between codegen and command line

2008-05-12 Thread D P
Hello all: Eclipse 3.2.2 and Codegen Wizard 1.3 on WinXP Axis1.3 on Redhat linux I noticed that the the wsdl output from the code gen wizard contains bindings for both soap 1.1 and 1.2, but the wsdl output from the command line tool does not. Is there a switch in the command line tool that allows

axis1.2 and REST

2007-08-20 Thread D P
Hello all, I would like to sent a POST message to a service RESTfully. I reviewed the Axis1.2 docs and understand how the message is automatically placed in the body element of a SOAP message on the way in. On the way out to the client, should my in/out message receiver class attempt to place the

Re: specifying retries of client stub

2007-07-05 Thread D P
Sorry, I forgot to mention I'm using Axis2 v1.2 On 7/4/07, D P <[EMAIL PROTECTED]> wrote: Hello all, How can I set the client service stub to retry if the underlying http connection times out or throws some other error? I believe that sandesha2 can do this, but I'm not ab

specifying retries of client stub

2007-07-04 Thread D P
Hello all, How can I set the client service stub to retry if the underlying http connection times out or throws some other error? I believe that sandesha2 can do this, but I'm not able to deploy any additional modules to axis2 at this time. Are there any other options? P

Re: Axis 2 v1.1.1: disabling auto generated WSDL file

2007-03-22 Thread D P
Sorry everyone, I discovered I made a mistake with the services.xml file. Please consider my question resolved. On 3/22/07, D P <[EMAIL PROTECTED]> wrote: Thanks for all your replies. Krishna: I followed your directions, and changed the case of the parameter. However, I'm still ob

Re: Axis 2 v1.1.1: disabling auto generated WSDL file

2007-03-22 Thread D P
lements. Amila: I'm sorry, but I don't quite follow your response. Are you saying that the issue in general is known, or the specific observations I made in #2 of my email is known? On 3/22/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: On 3/21/07, D P <[EMAIL PROTECTE

Axis 2 v1.1.1: disabling auto generated WSDL file

2007-03-21 Thread D P
Hello all, When a client queries the service wsdl at http://../../serviceName?wsdl, I would like the service to return the wsdl which I packaged in the .aar file, _not_ an auto generated wsdl. I came across a possible solution here: http://www.mail-archive.com/axis-user@ws.apache.org/msg25033.htm

axis 2 v1.1.1: Obtaining SOAP response headers from Axis2 client stub

2007-03-02 Thread D P
How do I get custom SOAP headers in a response using the WSDL2Java generated client stub? I've researched the issue, and discovered some custom solutions, but nothing that would appear to be auto generated via WSDL2Java. In addition, I checked the newsgroup archive, and ran across a couple of po

Re: [Axis2] Re: Which WSDL should I use?

2006-09-07 Thread D P
e endpoints properly.AjithOn 9/6/06, D P <[EMAIL PROTECTED] > wrote:> Axis2 v1.0>> When i need to distribute a WSDL file to clients, or post at a particular> URL, should I use the original WSDL that I authored, or the one that is> produced as a result of running my original WSDL thro

Which WSDL should I use?

2006-09-06 Thread D P
Axis2 v1.0When i need to distribute a WSDL file to clients, or post at a particular URL, should I use the original WSDL that I authored, or the one that is produced as a result of running my original WSDL through the WSDL2Java tool?

Re: Axis2 v1.0: Namespace prefix error

2006-08-12 Thread D P
Thanks for the feedback. I will check in on the wstx mailing list. Do you know the version of WSTX that Axis2 uses? TIA.On 8/12/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: Hi,Hmm.. the error popped up from the underlying pull parser ! A WSTXimplementation issue   perhaps ?AjithOn 8/11/0

Axis2 v1.0: Namespace prefix error

2006-08-11 Thread D P
Hello everyone:Axis2 v1.0CF 7.0I'm attempting to send the following SOAP message through cold fusion to a service I've written.  SOAP message: http://schemas.xmlsoap.org/soap/envelope/">http://webservices.company.com/credential " xmlns="http://webservices.company.com/credential" soapenv:mustUnderst

Axis2 v1.0: AxisSOAPServlet null pointer exception

2006-08-08 Thread D P
Hello all:Axis 2, v1.0I plan to only use SOAP for my web services ( as opposed to REST) and was going to use the AxisSOAPServlet class in my web.xml file like so:        AxisServlet     Apache-Axis Servlet        org.apache.axis2.transport.http.AxisSOAPServlet        1     B

Re: how to do some init jobs in my web service ?

2006-07-26 Thread D P
You can initialize the Axis servlet itself by overriding the axis servlet class and implementing an init method. Alternatively, you can init a specific service by placing a public void init(ServiceContext serviceContext) method in your service skeleton class. You can control how often the service's

Re: General error handling question

2006-07-23 Thread D P
e know. On 7/21/06, robert lazarski < [EMAIL PROTECTED]> wrote: If you're using WSDL, just define an error message as a string andcode as an int, catch exceptions and populate the vars, converselywith success messages. Otherwise, not sure.HTH,Robert http://www.braziloutsource.com/On 7/20

General error handling question

2006-07-20 Thread D P
When an uncaught exception occurs, I would like to send a generic message saying only that an error occurred, instead of the default behavior which returns the exception message to the client in a soap fault.  While I do have appropriate exception handling in my services, does axis2 have any functi

Re: Axis2 v1.0: Cannot add property to Service Context from Security phase

2006-06-30 Thread D P
Would u mind reposting that link?  I clicked on it and got a file not found error. Sorry for the inconvenience.On 6/29/06, Ruchith Fernando < [EMAIL PROTECTED]> wrote:Hi,Please see my comments inline: On 6/28/06, D P <[EMAIL PROTECTED]> wrote:> 1.  Am I correct in assuming the rea

Axis2 v1.0: Cannot add property to Service Context from Security phase

2006-06-28 Thread D P
Hello all:I'm writing an authentication handler in the Security inflow phase.  (clients don't support ws-security).  If authentication is successful, intent was to generate a unique id that is set in the soap reply header via an outflow phase handler.  Clients would reuse this unique id as an authe

ServiceContext javadoc concern

2006-06-22 Thread D P
Hello all: I'm sure this has been asked before, but i searched the archives on among other terms"ServiceContext" and "clearly defined" but could n't find anything. The javadocs for the ServiceContext class in Axis2 1.0 include a comment: "Well this is never clearly defined, what it does or the lif