[Axis2] Unordered elements in response

2007-02-23 Thread Vedha Vijayan
Hi, I'm using JiBX for databinding and in my response, the sub-elements of the object that gets marshalled, appear to not be in the order that the schema reflects. The schema uses 'sequence' keyword to order the sub-elements, but the response has the elements jumbled. The object to be marshalled

{Axis2] contextRoot and servicePath settings

2007-02-06 Thread Vedha Vijayan
Hi, I use Axis2-1.1.1 version as an embedded webapp in Tomcat 5.5.17. I've deployed my service and the endpoint to this service is http://localhost:8080/Comergent/ws/matrix/services/UserService . Without changing the settings for contextRoot and servicePath properties in axis2.xml, the service

[Axis2] JiBX schema generation problem

2007-02-02 Thread Vedha Vijayan
Hi, I'm using Axis2-1.1.1 and i'm trying to generate the schema for a binding xml file using jibx SchemaGenerator tool. However, even though i run this before and was successfully able to generate the schema, when i run this tool again, I'm getting "Error: Could not find information for class "

Re: Service not found problem

2007-02-01 Thread Vedha Vijayan
someone ratify this. Also, if i were to continue using "unwrapped" style, what do i need to do to overcome this service location issue. Thanks in advance. vedha On Thu, 2007-02-01 at 14:44 -0800, Vedha Vijayan wrote: > Yes, the services.xml does describe the UserService. I've

Re: Service not found problem

2007-02-01 Thread Vedha Vijayan
ibe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PR

Service not found problem

2007-02-01 Thread Vedha Vijayan
Hi, I'm having trouble fixing the "Service not found operation terminated" problem. The end point in my wsdl in "http://localhost:8080/Comergent/ws/matrix/services/UserService";. I've turned on logging and i see in the logs on the server side, that the 'RequestURIBasedDispatcher handler is try

Re: [Axis2] Service Endpoint related question

2007-01-30 Thread Vedha Vijayan
nd Soap 12 protocols. Is this correct? Is there a fix for this already? Can someone please let me know as to how i can overcome the issues i'm facing. Thanks, vedha On Mon, 2007-01-29 at 17:16 -0800, Vedha Vijayan wrote: > Hi, > > I have few questions regarding the service end point

[Axis2] Service Endpoint related question

2007-01-29 Thread Vedha Vijayan
Hi, I have few questions regarding the service end point in a wsdl: (I'm using Axis2 1.1.1 version) My initial endpoint for UserService was http://localhost:8080/Comergent/services/UserService, and things worked fine. I have Axis2 installed as an embedded webapp. I wanted my service endpoint to

JiBX binding file not found error

2007-01-18 Thread Vedha Vijayan
Hi, I've deployed a service successfully using JiBX databinding framework. The Jibx binding file (binding.xml) has been included in the service archive file (.aar). But when the client invokes the service operation, I see that the server throws the following exception: org.apache.axis2.AxisFa

Re: Custom exception mapping with JibX

2007-01-17 Thread Vedha Vijayan
g framework and when there is no dependency on the UserContactBean class from the client-side, why do i run into this problem? Thanks in advance, vedha On Wed, 2007-01-17 at 11:46 +1300, Dennis Sosnoski wrote: > Vedha Vijayan wrote: > > I'm trying to expose an existing service a

Custom exception mapping with JibX

2007-01-16 Thread Vedha Vijayan
r own serializers/deserializers for mapping custom exceptions? Appreciate the help in advance!! Thanks, vedha -- Vedha Vijayan Senior Software Engineer Comergent Technologies Inc. Ph: 650 232 5833 Fax: 650 232 6010 Email: [EMAIL PROTECTED]

POJO service related question

2007-01-04 Thread Vedha Vijayan
Hi, I'm trying to expose an existing service as a POJO service. I have few queries; 1. I understand that the MessageReceivers defined in the services.xml file have to be in the same order as the methods defined in the service implementation class. Should one define message receivers for only "p

POJO service related question

2007-01-04 Thread Vedha Vijayan
Hi, I'm trying to expose an existing service as a POJO service. I have few queries; 1. I understand that the MessageReceivers defined in the services.xml file have to be in the same order as the methods defined in the service implementation class. Should one define message receivers for only "p

Error in stub generation

2007-01-03 Thread Vedha Vijayan
eason why I'm running into this issue. Thanks in advance. vedha -- Vedha Vijayan http://service.pojo.sample"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:mime="http://schemas.x

Re: Axis2 Newbie question

2007-01-02 Thread Vedha Vijayan
mapping file and byte code > enhancement it supports mapping XML into existing beans. > > Paul > > On 1/2/07, Vedha Vijayan <[EMAIL PROTECTED]> wrote: > > Thanks Paul for your prompt reply. > > > > The primary reason why I want to go the WSDL rout

Re: Axis2 Newbie question

2007-01-02 Thread Vedha Vijayan
ed="false">simple.bean.UserBean > > > Now create an AAR file (just a JAR file) with the following: > META-INF/services.xml > simple/bean/UserBean.class > > Then deploy it (copy the AAR file into the repository/services > directory). Now you can browse > htt

Axis2 Newbie question

2007-01-02 Thread Vedha Vijayan
Hi, I'm new to Axis2 and I'm trying to piece together a web service using axis2. Here is the scenario and the queries i have: I'm trying to publish an existing service as a web service. I use Java2Wsdl to come up with a wsdl from the existing code base. The existing bean has the package "simple

java.sql.Timestamp support

2006-12-20 Thread Vedha Vijayan
Hi, I'm working on exposing an existing feature as a web service. I run java2wsdl task on my java file and the resulting wsdl has the following erroneous schema for java.sql.Timestamp; http://www.w3.org/2001/XMLSchema"; xmlns:ax22="http://sql.java/xsd";

[Axis2] databinding parameters

2006-12-15 Thread Vedha Vijayan
api's to construct the bean. But, is there an alternative approach that I can adopt. Any help/insight will be greatly appreciated. Thanks, vedha -- Vedha Vijayan Senior Software Engineer Comergent Technologies Inc. Ph: 650 232 5833 Fax: 650 232 6010 Email: [EMAIL PROT

Axis2 dynamic usertoken configuration problem

2006-12-14 Thread Vedha Vijayan
om within the client's axis2.xml file. However, when i try to set it programmatically, I end up with this error message. I have included rampart's jar as part of my client classpath. Can anyone please let me know how to resolve this. Thanks, vedha -- Vedha Vijayan Se