[Axis2] Building axis-1.1.1 falis

2007-03-12 Thread Kedar, Shahar
Hi, I get the following error when trying to build the source dist of Axis2: BUILD FAILED File.. C:\devhome\axis2-1.1.1\src\etc\maven.xml Element... attainGoal Line.. 43 Column 41 The build cannot continue because of the following unsatisfied dependencies:

RE: Unsubscribing

2007-01-17 Thread Kedar, Shahar
block axis-user@ws.apache.org On 1/16/07, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, I'm trying to unsubscribe from the mailing list, but when I try to confirm it I get an error that the address I'm trying to send it to does not exist. Any suggestion will be helpful. Thanks, Shahar

Unsubscribing

2007-01-16 Thread Kedar, Shahar
Hi, I'm trying to unsubscribe from the mailing list, but when I try to confirm it I get an error that the address I'm trying to send it to does not exist. Any suggestion will be helpful. Thanks, Shahar

FW: Array within an array is translated into a 2-dimensional array

2006-12-19 Thread Kedar, Shahar
Does anyone have an answer??? Am I the only one with this problem? From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 7:06 PM To: axis-user@ws.apache.org Subject: Array within an array is translated into a 2-dimensional array

Array within an array is translated into a 2-dimensional array

2006-12-14 Thread Kedar, Shahar
Hi, Could someone please explain to me why SOAP clients (such as .NET or Axis1) translate the rows element under the ConnInfoSet complexType into a 2-dimensional array of ConnInfoCell instead of generating a ConnInfoRow object? How can I prevent those clients of performing such translation?

FW: [Axis2] SOAP message is sent corrupted

2006-11-30 Thread Kedar, Shahar
The reason for the corruption was that I used chunked Transport-Encoding and the server I communicated with did not support HTTP/1.1. Shahar From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 8:07 PM To: axis-user

[Axis2] SOAP message is sent corrupted

2006-11-29 Thread Kedar, Shahar
Hi, I'm using Axis2 client API to dynamically invoke WS. I detected that when working against a remote computer (not localhost) the SOAP message is sent corrupted (I've monitored the communication). To be more specific, the size of the SOAP envelope (in Hex) is written to the HTTP request

[Axis2] Exception initialization

2006-11-23 Thread Kedar, Shahar
Hi, I've generated server side code using Axis2 and ADB databinding. In addition to the skeleton, message receiver and schema classes, Axis2 also generates exception and fault classes for each operation. My first question is - WHY?? OK... assuming that those exceptions are necessary, what is

[Axis2] SoapAddress location

2006-11-23 Thread Kedar, Shahar
Hi, I'm supplying Axis2 with a hard coded WSDL file, and I was wondering why Axis2 doesn't update the SoapAddress location with the Axis2 machine's IP address. Thanks, Shahar.

[Axis2] Transport out return null

2006-11-16 Thread Kedar, Shahar
Hi, I tried to invoke a web service using my Axis2 ServiceClient API, and I kept getting a null pointer. So I decided to debug the source code and I found out that the transportsOut HashMap in the AxisConfiguration class is empty. This means that Axis2 could not really infer the transport out

FW: [Axis2] Transport out return null

2006-11-16 Thread Kedar, Shahar
erWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:534) Any ideas? Thanks, Shahar Kedar From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: FW: [Axis2] Transport out return null

2006-11-16 Thread Kedar, Shahar
()), procedure.getExternalWsServicePortName()); Thanks Deepal Kedar, Shahar wrote: Update: I now understand the problem. Instead of passing an empty configuration context, I should have passed null. Now I am facing a different problem. I'm receiving the following error when trying to invoke a web service more

[Axis2] Compiling the source code of Axis2

2006-11-15 Thread Kedar, Shahar
Hi, Where can I get all the JARs required for compiling all Axis2 modules? I was hoping the after running Maven, I will have all the jars downloaded to some directory, but if they did, I can't find them now. Thanks, Shahar Kedar

RE: [Axis2] Compiling the source code of Axis2

2006-11-15 Thread Kedar, Shahar
.. ~Thilina On 11/15/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, Where can I get all the JARs required for compiling all Axis2 modules? I was hoping the after running Maven, I will have all the jars downloaded to some directory, but if they did, I can't find them now. Thanks

RE: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-14 Thread Kedar, Shahar
. What do I do from here? Why can't I use the RPCMessageReceiver in this case? Thanks, Shahar Kedar -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 5:19 PM To: Kedar, Shahar Cc: axis-user@ws.apache.org Subject: Re: [Axis2] JIRA AXIS2

RE: FW: [Axis2] Incoming message input stream is null when usingRPCInOnlyMessageReceiver

2006-11-09 Thread Kedar, Shahar
when usingRPCInOnlyMessageReceiver -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kedar, Shahar wrote: Hi, I've noticed that no one is assigned to this JIRA. I see it as a rather big bug. I've uploaded all the information needed for reproduction of the bug. Could someone please take a look

[Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-09 Thread Kedar, Shahar
Hi, Will this issue be resolved soon? If I can't change the WSDL and change elements' names then I cannot provide a robust API through my web services. Thanks and regards, Shahar Kedar

RE: FW: Schema question

2006-11-09 Thread Kedar, Shahar
you'll need some other attribute or element to hold information resolving the ambiguity. The schema parser is not involved in handling this, however. The application must deal with this ambiguity. Jeff Kedar, Shahar wrote: Ann, To add to my questions below, how can a schema parser

RE: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-09 Thread Kedar, Shahar
, dims On 11/9/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, Will this issue be resolved soon? If I can't change the WSDL and change elements' names then I cannot provide a robust API through my web services. Thanks and regards, Shahar Kedar -- Davanum Srinivas : http

RE: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-09 Thread Kedar, Shahar
, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, Will this issue be resolved soon? If I can't change the WSDL and change elements' names then I cannot provide a robust API through my web services. Thanks and regards, Shahar Kedar -- Davanum Srinivas : http://www.wso2.net (Oxygen

RE: [Axis2] Complex objects when using RPCMessageReceiver

2006-11-07 Thread Kedar, Shahar
objects when using RPCMessageReceiver Please open a JIRA bug and upload your sources and aar. thanks, dims On 11/2/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, Is there a limit to the complexity of the objects I'm passing on the wire when using the RPCMessageReceiver. I'm asking

FW: [Axis2] Incoming message input stream is null when using RPCInOnlyMessageReceiver

2006-11-06 Thread Kedar, Shahar
Hi, I've noticed that no one is assigned to this JIRA. I see it as a rather big bug. I've uploaded all the information needed for reproduction of the bug. Could someone please take a look? Thanks, Shahar. -Original Message- From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Thursday

[Axis2] Complex objects when using RPCMessageReceiver

2006-11-02 Thread Kedar, Shahar
Hi, Is there a limit to the complexity of the objects I'm passing on the wire when using the RPCMessageReceiver. I'm asking because I'm getting a null pointer when passing a rather complex object to one of my operations. I guess there was some kind of problem in the serialization on the

[Axis2] major problem with the new RC-2 release

2006-11-02 Thread Kedar, Shahar
Hi, I've opened a JIRA (AXIS2-1586). I'd appreciate a quick response because my project is totally stuck due to this problem. Thanks and Regards, Shahar Kedar

RE: [Axis2] Axis 2 1.1 RC

2006-11-01 Thread Kedar, Shahar
will be out soon. If you want to help us testing, please move to RC2 when it was released. Thilina, any updates on RC2? -- Chinthaka Michele Mazzucco wrote: http://ws.zones.apache.org/dist/axis2/nightly/ Kedar, Shahar wrote: Hi, Where can I get the latest RC (jars and source code

[Axis2] Axis 2 1.1 RC

2006-10-26 Thread Kedar, Shahar
Hi, Where can I get the latest RC (jars and source code) for Axis2 1.1? Thanks, Shahar

[Axis2] empty arrays are not parsed correctly by Axis client

2006-10-26 Thread Kedar, Shahar
Hi, My webservice sometimes returns an empty array of some object (which is properly declared in the WSDL). In those cases, the Axis2 generated client fails to parse to SOAP message. I'm getting the following error message: java.lang.RuntimeException: java.lang.RuntimeException:

[Axis2] Incoming message input stream is null when using RPCInOnlyMessageReceiver

2006-10-26 Thread Kedar, Shahar
Hi, I'm using the RPCInOnlyMessageReceiver for one of my web methods, and I keep getting the following exception: org.apache.axis2.AxisFault: Incoming message input stream is null at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64) at

RE: [Axis2] empty arrays are not parsed correctly by Axis client

2006-10-26 Thread Kedar, Shahar
need the soap request and response and the wsdl/schemas. Please create a new JIRA issue and upload them. thanks, dims On 10/26/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, My webservice sometimes returns an empty array of some object (which is properly declared in the WSDL). In those

[WSDL4J] SOAP binding type

2006-10-18 Thread Kedar, Shahar
Hi, I wanted to send this question to WSDL4J's mailing list, but apparently there is no such thing. So I decided to try my luck with the Axis list. Is it possible to get via WSDL4J the binding method (1.1, 1.2, http) for a certain port? Is there any other way I can retrieve the

RE: Schema question

2006-10-16 Thread Kedar, Shahar
/ s:complexType name=foobarType s:sequence s:element ref=tns:foo/ s:element name=bar type=s:string/ /s:sequence /s:complexType Anne On 10/15/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, Can someone explain to me when and where the {ref} attribute should be used inside

FW: Schema question

2006-10-16 Thread Kedar, Shahar
Ann, To add to my questions below, how can a schema parser distinguish between a reference to an {element} and to a {complexType} if they have the same name? Thanks, Shahar -Original Message- From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 2:30 PM To: axis

FW: [Axis2] ADB properties file location

2006-10-15 Thread Kedar, Shahar
Anyone??? I'm really stuck on this one! - Shahar From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 2:52 PM To: axis-user@ws.apache.org Subject: [Axis2] ADB properties file location Hi, Where can I put a custom properties file for the ADB

Schema question

2006-10-15 Thread Kedar, Shahar
Hi, Can someone explain to me when and where the {ref} attribute should be used inside an XML schema? Also, is it valid for an {element} to refer to a different {element} and not a {type}? Thanks, Shahar.

RE: [Axis2] RPCMessageReceiver is missing

2006-10-11 Thread Kedar, Shahar
] RPCMessageReceiver is missing Kedar, Shahar wrote: I'm using the latest nightly, and I was surprised to find that RPCMessageReceiver no longer exists!! Was it finally decided NOT to support RPCMessage (only raw xml)? Which distribution are you talking about here? If it is the std distro

[Axis2] ADB properties file location

2006-10-11 Thread Kedar, Shahar
Hi, Where can I put a custom properties file for the ADB framework? What should be the value of org.apache.adb.properties in each case? Thanks, Shahar Kedar

RE: [Axis2] RPCMessageReceiver is missing

2006-10-11 Thread Kedar, Shahar
be included in the minimal distro... ~Thilina On 10/11/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Thanks Chinthaka, I found the JAR in the normal distribution. Why is not included in the minimal distribution?? Thanks, Shahar Kedar -Original Message- From: Eran Chinthaka [mailto:[EMAIL

[Axis2] List of neceessary jars

2006-10-09 Thread Kedar, Shahar
Hi, The standard distribution comes with lots of jars, and I was wondering if there's a list somewhere of the must have jars for standard usage of Axis (for example, I do not need to support Spring or to generate client code). I'm embedding Axis2 in another product and would like to

RE: [Axis2] List of neceessary jars

2006-10-09 Thread Kedar, Shahar
-SNAPSHOT-bin.z ip HTH, Robert On 10/9/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, The standard distribution comes with lots of jars, and I was wondering if there's a list somewhere of the must have jars for standard usage of Axis (for example, I do not need to support Spring

[Axis2] RPCMessageReceiver is missing

2006-10-05 Thread Kedar, Shahar
Hi, I'm using the latest nightly, and I was surprised to find that RPCMessageReceiver no longer exists!! Was it finally decided NOT to support RPCMessage (only raw xml)? Thanks, Shahar Kedar

RE: [Axis2] RPCMessageReceiver is missing

2006-10-05 Thread Kedar, Shahar
codegen jar. -- dims On 10/5/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi, I'm using the latest nightly, and I was surprised to find that RPCMessageReceiver no longer exists!! Was it finally decided NOT to support RPCMessage (only raw xml)? Thanks, Shahar Kedar -- Davanum Srinivas

[Axis2] ServiceClient fails to read WSDL

2006-10-05 Thread Kedar, Shahar
Hi, I'm getting the following exception when trying to initialize a new ServiceClient: org.apache.axis2.AxisFault: WSDLExceptionWSDLException (at /SOAP-ENV:Envelope): faultCode=INVALID_WSDL: Expected element '{http://schemas.xmlsoap.org/wsdl/}definitions'. My code is:

FW: [Axis2] different servlet mapping for axis2

2006-10-03 Thread Kedar, Shahar
Hi, Can anyone comment on the issue below? Thanks, Shahar Kedar From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 6:42 PM To: axis-user@ws.apache.org Subject: [Axis2] different servlet mapping for axis2 Hi, I'm using both Axis1

[Axis2] different servlet mapping for axis2

2006-09-26 Thread Kedar, Shahar
Hi, I'm using both Axis1 and Axis2 servlets under the sane Tomcat 5.5 server. I specified in the web.xml file of my web application the following servlet mappings: servlet servlet-nameAxis2Servlet/servlet-name display-nameApache-Axis Servlet/display-name servlet-class

[Axis2] suuport in RPC encoded

2006-09-26 Thread Kedar, Shahar
Hi, Does Axis2 support RPC encoded web services? If it does, then does it support reading an RPC encoded WSDL file which is located under the META-INF directory? Thanks, Shahar Kedar

RE: [Axis2] Undeploying a web service

2006-09-25 Thread Kedar, Shahar
not have the locking problem. Can you please test and confirm? thanks, dims On 9/21/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi All, Let say I want to undeploy a web service while Axis is running. What is the best way of doing that? Is it simply deleting the service folder (structured

RE: [Axis2] Undeploying a web service

2006-09-25 Thread Kedar, Shahar
directory (service group name folder). Most of the times I fail to delete it. Thanks, Shahar Kedar -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 3:29 PM To: Kedar, Shahar Cc: axis-user@ws.apache.org Subject: Re: [Axis2] Undeploying a web

RE: [Axis2] Undeploying a web service

2006-09-25 Thread Kedar, Shahar
/Utilities/ProcessExplorer.html) and see which files are locked? (and please open a JIRA with info in this email and the info about the locked files) thanks, dims On 9/25/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi Dims, Let me explain: I do not use .aar files but directories

RE: [Axis2] Using 'type' attribute for the message part

2006-09-21 Thread Kedar, Shahar
are using document style, your message part MUST reference an element. Anne On 9/21/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi Anne, Does this mean that if I'm using the Doc style, and my operation has an input of native type (let say integer), then I'm required to have an element tag

[Axis2] Undeploying a web service

2006-09-20 Thread Kedar, Shahar
Hi All, Let say I want to undeploy a web service while Axis is running. What is the best way of doing that? Is it simply deleting the service folder (structured as an aar file)? The reason I'm asking is that sometimes when trying to delete a folder or even a single file, I am denied by

RE: [Axis2] Using 'type' attribute for the message part

2006-09-20 Thread Kedar, Shahar
Hi Anne, Does this mean that if I'm using the Doc style, and my operation has an input of native type (let say integer), then I'm required to have an element tag in the schema with @type xsd:integer, and in the message tag have a wsdl:part tag with @element and not @type? Regards, Shahar Kedar

RE: [AXIS2] Issue with WSDL generated by AXIS2

2006-09-17 Thread Kedar, Shahar
Hi Deepal, I followed you instructions but still Axis 2.0 completely changes my WSDL, adding unnecessary bindings and changing message parts' names. This is the original WSDL: ?xml version=1.0 encoding=UTF-8? wsdl:definitions xmlns:http=http://schemas.xmlsoap.org/wsdl/http/;

RE: AXIS: Problem deploying web service

2006-09-12 Thread Kedar, Shahar
Hi Thorsten, I encountered the same problem with one of the previous nightlies, but it seems to be fixed in the latest nightly. Regards, Shahar. -Original Message- From: Thorsten Kraus [mailto:[EMAIL PROTECTED] Sent: Saturday, September 09, 2006 1:48 PM To: axis-user@ws.apache.org

RE: [Axis2]How to deploy/undeploy service programmatically?

2006-08-28 Thread Kedar, Shahar
Hi Eran, Is there any way of getting the Axis2 configuration without implementing a service class or handler? The reason I'm asking is that according to my understanding, both handlers and service implementations are only invoked when sending a request to an already deployed service. But what if

RE: [Axis2]How to deploy/undeploy service programmatically?

2006-08-28 Thread Kedar, Shahar
Thanks Eran. This is what I suspected. -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:59 AM To: axis-user@ws.apache.org Subject: Re: [Axis2]How to deploy/undeploy service programmatically? Kedar, Shahar wrote: Hi Eran, Is there any

[Axis2] Type mappings in Axis2

2006-08-16 Thread Kedar, Shahar
Hi, In Axis 1.0 one could define a typeMapping tag in the server-config.wsdd to map certain classes to a certain QName. For example: typeMapping xmlns:ns=urn:ServerManager qname=ns:Server type=java:com.dummy.server.runtime.axis.Server

[Axis2] - Bug in deployment

2006-08-15 Thread Kedar, Shahar
Hi, I think I found a bug in the Axis2 deployment mechanism. Looking at the code of org.apache.axis2.deployment.RepositoryListener, it seems that if there are no files under the services folder then Axis will not check whether existing services were removed. This is what I think is

[Axis2] - Programmatically deploying and undeploying a Web Service

2006-08-09 Thread Kedar, Shahar
Hi all, Is it possible to deploy and undeploy web services programmatically and without any file system involvement? I looked at the deployment API currently available, and it seems that adding a new web service should be quite simple. My code goes as follows: AxisService axisService