Just a thought - axis2

2007-02-02 Thread Harish Hirasave
I tried migrating from axis 1 to axis 2 but had to stop after a month's effort as our clients are not ready for it. Axis 2 does not support soap encoding and this involves changes on our client's side and they are not ready for it. Axis 2 has better features compared to axis 1 in terms of documenta

non java client

2007-02-01 Thread Harish Hirasave
Hi All, I am trying to test my document/literal Java web service in axis2 with a non java client but unsuccessful. Either the client generates a soap encoded message or the xml generated is malformed and the service provider returns a client error. I have tried with python, php and windows xp s

RE: Getting error invoking axis2 service from php client - databinding jibx

2007-01-30 Thread Harish Hirasave
on client is sending an RPC/encoded message, but Axis2 does not support RPC/encoded. This is probably the source of your problem. You either need to find a Python SOAP framework that supports doc/literal, or you'll need to construct your SOAP messages programmatically. The PHP message you p

RE: Getting error invoking axis2 service from php client - databinding jibx

2007-01-30 Thread Harish Hirasave
ge- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 6:32 AM To: axis-user@ws.apache.org Subject: Re: Getting error invoking axis2 service from php client - databinding jibx This message is still not accurate. must be namespace qualified. Anne On 1/25/07, Ha

RE: Getting error invoking axis2 service from php client - databinding jibx

2007-01-25 Thread Harish Hirasave
client is not producing a valid message. According to the WSDL, the request message is supposed to look like this: http://bellsouth_ivrservice_axis2.webservice.rrt.com/xsd";> 7709733488 Anne On 1/23/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: > > > > > Hi, &g

RE: [Axis2] JiBX, ADB, XMLBeans comparison code

2007-01-23 Thread Harish Hirasave
Dennis/Ajith, I have tried unwrapping with adb and it does not work for the response object. I had to use jibx instead. Thanks Harish -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 4:11 PM To: axis-user@ws.apache.org Subject: Re: [Axis

RE: Question axis 2 Java2WSDL tool

2007-01-17 Thread Harish Hirasave
-Original Message- From: Harish Hirasave [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 1:31 PM To: axis-user@ws.apache.org Subject: RE: Question axis 2 Java2WSDL tool Hi Anne, I am using axis 2-1.1.1 and not axis 1.x. I am migrating from axis 1.2 to axis 2 -1.1.1. I did the

RE: Question axis 2 Java2WSDL tool

2007-01-17 Thread Harish Hirasave
oc/literal convention. On 1/16/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: > Hello Anne, > > I could not find this feature of automatic unwrapping. The Java2WSDL and > WSDL2Java in axis2-1.1.1 work in the same way as the axis2-1.1. The code > gets generated wrapped and I am un

RE: Question axis 2 Java2WSDL tool

2007-01-16 Thread Harish Hirasave
oking for is automatic "unwrapping" of the wrapper element, and that has only recently been implemented. Anne On 1/11/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: > > > > > I want document literal style but not wrapped. I am trying to convert an > application fr

RE: Unable to enable logging for axis 2 in Jboss server

2007-01-12 Thread Harish Hirasave
s and just get your logs out of server.log . You could also refine the categories, starting by changing that to: You then have to decide what other of the vast apache libs you want to log, in the latter config. HTH, Robert On 1/10/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: &g

RE: Question axis 2 Java2WSDL tool

2007-01-12 Thread Harish Hirasave
Java2WSDL tool Try using Axis2 1.1.1. What you're looking for is automatic "unwrapping" of the wrapper element, and that has only recently been implemented. Anne On 1/11/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: > > > > > I want document literal style but no

RE: Question axis 2 Java2WSDL tool

2007-01-11 Thread Harish Hirasave
d say java2WSDL -style rpc . in AXIS2 , you would java2WSDL -st but I am not sure what the supported values are. Mj On 1/11/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hi, I have a pojo from which I am trying a generate a wsdl. The pojo has the method

Question axis 2 Java2WSDL tool

2007-01-11 Thread Harish Hirasave
Hi, I have a pojo from which I am trying a generate a wsdl. The pojo has the method public String getEligibleIVRPromotions(String phone) throws RemoteException { String errorMsg = "IVRServiceSoapBindingImpl.getEligibleIVRPromotions(String):"; String xml = nu

Unable to enable logging for axis 2 in Jboss server

2007-01-10 Thread Harish Hirasave
I tried the instructions below which was suggested by Robert and it did not work. I did the following 1. Uncommented the following line in commons.logging.properties org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogg er 2. Added the following in log4j.properties log4j.rootCa

RE: Error on invoking service with axis 2 1.1

2007-01-03 Thread Harish Hirasave
PROTECTED] Sent: Wednesday, January 03, 2007 6:26 AM To: axis-user@ws.apache.org Subject: Re: Error on invoking service with axis 2 1.1 Please log a bug in JIRA so that we can track it. thanks, dims On 1/2/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: > Hi, > > I am getting the

Error on invoking service with axis 2 1.1

2007-01-02 Thread Harish Hirasave
Hi, I am getting the following error while invoking a service from the client. org.apache.axis2.AxisFault: Service not found operation terminated !! at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:308) at com.rrt.webservice.ellsouth_ivrse

RE: Axis 1.2 to Axis 2.1.1 migration question

2006-12-18 Thread Harish Hirasave
Will the next version of axis support rpc/encoded style wsdls? -Original Message- From: Harish Hirasave [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 4:58 PM To: axis-user@ws.apache.org Subject: RE: Axis 1.2 to Axis 2.1.1 migration question Though I was able to generate

RE: Axis 1.2 to Axis 2.1.1 migration question

2006-12-18 Thread Harish Hirasave
are adb, xmlbeans and jibx. See the code generation guide on how to deal with all the xsb files and the like with xmlbeans. HTH, Robert On 12/14/06, Harish Hirasave <[EMAIL PROTECTED]> wrote: > Axis team, > > I am migrating a webservice which is axis 1.2 to axis 2.1.1. I get the

Axis 1.2 to Axis 2.1.1 migration question

2006-12-14 Thread Harish Hirasave
want. What is the best way to handle this? Is xmlbeans the only option now? I read thru the documentation but I am not clear what databinding axis 1.* used that I did not have a problem. Please help. Thanks Harish -Original Message- From: Harish Hirasave [mailto:[EMAIL PROTECTED] Sent: Thu

RE: setting actor in the outgoing wsse headers

2006-12-14 Thread Harish Hirasave
Axis team, I am migrating a webservice which is axis 1.2 to axis 2.1.1. I get the following error when I generate code using the wsdl in axis 2.1.1 When I used xmlbeans as the databinding type I was able to generate the code but it generates a lot of other classes(xmlbeans) which I don't want. Wha

Unable to access a webservice

2006-10-06 Thread Harish Hirasave
Hi all, I am getting the following error when I try to hit a web service. Does it mean that axis is using HTTP 1.0 instead of Http 1.1? If so how can I make access axis use HTTP 1.1? I am using axis 1.3. Any help is appreciated. Thanks Harish 2006-10-06 14:59:53,011 DEBUG [org.apache.axis.trans

Errror installing axis.war in axis 2

2006-06-12 Thread Harish Hirasave
folder which I did but did not help. Do we require these jars for axis 2 ? How do I figure out which jars are missing. Please help.   Thanks Harish   From: Harish Hirasave Sent: Thursday, June 08, 2006 3:38 PM To: 'axis-user@ws.apache.org' Subject: RE: any help will be welcom

RE: any help will be welcome

2006-06-08 Thread Harish Hirasave
pping. HTH, Robert http://www.braziloutsource.com/ On 6/8/06, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hi All,   I am getting this when I am trying to install axis2. I have copied the  files form the axis war to the deploy directory in Jboss 3.2.3 and then restarted the server

RE: any help will be welcome

2006-06-08 Thread Harish Hirasave
Hi All,   I am getting this when I am trying to install axis2. I have copied the  files form the axis war to the deploy directory in Jboss 3.2.3 and then restarted the server. I get the home page but when I try to validate I get this error. The server.log does not indicate much. What is m

RE: Customizing SOAP messages

2006-06-08 Thread Harish Hirasave
I am also having the same issue. Any help will be appreciated. -Original Message- From: Phani Sekhar [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 11:06 AM To: axis-user@ws.apache.org Subject: RE: Customizing SOAP messages Hi chinthaka, Thanks for ur response. I have installed

RE: Error invoking Web Service from a Java client

2006-06-06 Thread Harish Hirasave
  Please also supply your client code and a trace of your message. btw -- I strongly encourage you to not use rpc/encoded and switch to wrapped document/literal. Anne On 6/5/06, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hi All ,   I am re-submitting my problem. Attached is th

RE: Error invoking Web Service from a Java client

2006-06-05 Thread Harish Hirasave
Hi All ,   I am re-submitting my problem. Attached is the WSDL. Any help would be appreciated.   Thanks Harish     I am getting the error below when I invoke my webservice from a java client using both axis-1.2 and axis-1.3.  Please help.     AxisFault  faultCode: {http://schema

RE: Error invoking Web Service from a Java client

2006-05-31 Thread Harish Hirasave
Attached is the WSDL.   Thanks Harish   From: Nicolas Guaneme [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 5:22 PM To: axis-user@ws.apache.org Subject: Re: Error invoking Web Service from a Java client   Harish Hirasave wrote:   Hi,   I am getting the

RE: Error invoking Web Service from a Java client

2006-05-31 Thread Harish Hirasave
  Hi,   I am getting the error below when I invoke my webservice from a java client using both axis-1.2 and axis-1.3.  Please help.   Thanks Harish   AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException  faultSubcode:  faultString: org.xml.sax.SA