Re: [Axis2]

2011-03-03 Thread Chinmoy Chakraborty
It seems you have problem somewhere else. I have variables with 'C' and it works fine (1.4 & 1.5.1). On Fri, Mar 4, 2011 at 10:55 AM, prem_innoviti wrote: > > Hi, > > I am using axis2 as webservice request handler and one of my variable name > is mCouponCode, and it seems axis 2 does not accep

Re: [Axis2]

2011-03-03 Thread prem_innoviti
Hi, I am using axis2 as webservice request handler and one of my variable name is "mCouponCode", and it seems axis 2 does not accept "C" (second later as capital). It may sound weird,but I am facing problem with same.Since the protocol has been closed and so I do not have option to change this

Re: [Axis2]

2011-03-03 Thread prem_innoviti
Hi, I am using axis2 as webservice request handler and one of my variable name is mCouponCode, and it seems axis 2 does not accept "C" (second later as capital). It may sound weired,but I am facing problem with same. Regards, Prem -- View this message in context: http://old.nabble.com/-Axis2-

Re: Why does the axis2-osgi bundle import javax.jms package ?

2011-03-03 Thread Ivan
Not sure I understand you correctly. >From my side, axis2-osgi is not only an uber-bundle, it seems to also support to discovery other sub-modules (e.g. addressing). And in AXIS2-4311, it describes that there are split-package issues in some of those packages, and now axis2-osgi have solved it by i

RE: axis2/java service client set operation

2011-03-03 Thread Martin Gainty
you can assign the serviceName attribute when annotating your service with import javax.jws.WebService; @WebService(serviceName = "EchoMessageService", portName = "EchoMessagePort", targetNamespace = "http://nonanonymous.complextype.test.org";, wsdlLocation = "test-resources/wsdl/EchoMessageSe

Re: Why does the axis2-osgi bundle import javax.jms package ?

2011-03-03 Thread Andreas Veithen
These three things have nothing to do with each other, except that AXIS2-4311 blocks AXIS2-4787. axis2-osgi is an "uber-bundle" that packages multiple Axis2 JARs into a single OSGi bundle. On the other hand, AXIS2-4311 and AXIS2-4787 describe problems when trying to use the Axis2 JARs as individual

Re: axis2/java service client set operation

2011-03-03 Thread Gordon Brown
Hi Sagara, When you say "You can make operation name part of the EPR ", you mean I can do the following? Say I have an service endpoint:    http://host:port/xyz24/webservices1.5?soap=Map24Geocoder51&wsdl_version=2.0 And I have an operation:  RetrieveAddress I can construct

Re: axis2/java service client set operation

2011-03-03 Thread Gordon Brown
Martin, You example is exactly what I used with axis/java 1.4. But now I am using AXIS2/Java, and AXIS2/Java doesn't seem to have these APIs any more. Thanks! Gordon  From: Martin Gainty To: java-...@axis.apache.org; java-user@axis.apache.org Sent: Wed, Marc

Namespace to method parameters in Axis 1.4

2011-03-03 Thread velu1980
Hi, I am using Axis 1.4 to access webservice. My stubs and the skeleton has been generated using WSDL2Java. But when i submit my request to the webservice my namespace to the method parameters is getting overridden with empty namespace. Has anyone faced the same issue. How to over come it. I real

XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog

2011-03-03 Thread ennidhi
Getting this exception in the staging environment alone. This is regarding the WS call. There is no exceptions on the local and DEV environments. Please guide me. We are using axis2 for the server and the client. SEVERE: Couldn't create SOAP message due to exception: XML reader error: com.ctc.wst

Re: Why does the axis2-osgi bundle import javax.jms package ?

2011-03-03 Thread Ivan
Since the axis2-osgi somewhat solves the split packages issue mentioned in AXIS2-4311, how about recovering the removed OSGi configurations in AXIS2-4787 ? Thanks. 2011/3/3 Ivan > Hi, I am trying to use axis2-osgi-1.5.4 bundle in OSGi environment, and the > bundle is failed to resovle due to an