RE: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Chen, Lizhao
Hi, dims, How about the problem of https://issues.apache.org/jira/browse/AXIS2-2898? it seems still not resolved. Best Regards! Lizhao Chen 86-021-50800850-8395 -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 9:00 PM To: [EMAIL

Re: [Axis2] Making objects available on the response MessageContext (1.3-RC2) [SEC=UNCLASSIFIED]

2007-07-26 Thread greg . lee-shoy
Thank you Deepal, I have tested the fix and it seems to solve the problem we are having. Cheers, Greg Deepal Jayasinghe <[EMAIL PROTECTED]> 26/07/2007 06:14 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: [Axis2] Making objects available on the res

Re: [1.3-RC2] Build JAX-WS server from wsdl in maven2 project

2007-07-26 Thread Davanum Srinivas
Farrukh, You can use WSDLJava.bat/sh from the command line (either nightly or 1.3 RC2) with "-d jaxbri" to select the JAXB RI as the data binding. -- dims On 7/26/07, Farrukh S. Najmi <[EMAIL PROTECTED]> wrote: Davanum Srinivas wrote: > Farrukh, > > I just updated the ant task and maven2 mojo

Re: [1.3-RC2] Build JAX-WS server from wsdl in maven2 project

2007-07-26 Thread Farrukh S. Najmi
Davanum Srinivas wrote: > Farrukh, > > I just updated the ant task and maven2 mojo this morning :) docs are > still in the works. will try to post something as soon as possible. Sounds good. Do you advice building against latest svn bits? Also, is it possible to use JAXB RI from Sun with Axis 2?

Re: [1.3-RC2] Build JAX-WS server from wsdl in maven2 project

2007-07-26 Thread Davanum Srinivas
Farrukh, I just updated the ant task and maven2 mojo this morning :) docs are still in the works. will try to post something as soon as possible. thanks, dims On 7/26/07, Farrukh S. Najmi <[EMAIL PROTECTED]> wrote: Hello, I am a newbie to Axis2 and looking for a sample and/or bootstrap instr

[1.3-RC2] Build JAX-WS server from wsdl in maven2 project

2007-07-26 Thread Farrukh S. Najmi
Hello, I am a newbie to Axis2 and looking for a sample and/or bootstrap instructions on creating a service from a WSDL 2.0 source within a maven 2 project. In particular I am not finding wsdl4j:wsdl4j:pom:1.6.2 anywhere. Unfortunately I am unable to find docs, archived emails or wiki entries t

Axis2 article with databinding comparison

2007-07-26 Thread Dennis Sosnoski
My devWorks article comparing ADB, XMLBeans, and JiBX data binding with Axis2 has now been published: http://www.ibm.com/developerworks/webservices/library/ws-java3 I *am* the primary developer for JiBX, but tried to give a fair representation of all three frameworks in the article. It also inc

any working example of WSE 3.0 WS-1 webservice and apache axis 2 client

2007-07-26 Thread shantanu chawla
I need to create a java client that will access a .net web service using WSE3.0 . The web service is secured using x509 certificates. I dont know how I can connect to it using apache axis. Does anyone has a working sample "Hello Word" program that shows apache axis client connecting to secured .ne

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
Please add a comment there asking for the priority to be set as blocker. thanks, dims On 7/26/07, Nadir Amra <[EMAIL PROTECTED]> wrote: dims, how about http://issues.apache.org/jira/browse/AXIS2-3017 ( I even attached a very simple example that illustrates the problem). Nadir K. Amra "Davan

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Nadir Amra
dims, how about http://issues.apache.org/jira/browse/AXIS2-3017 ( I even attached a very simple example that illustrates the problem). Nadir K. Amra "Davanum Srinivas" <[EMAIL PROTECTED]> wrote on 07/26/2007 07:59:30 AM: > Folks, > > We've cut 2 RC's for 1.3 release and nightlies are up and

Re: [Axis2] accessing a policy-secured webservice using a WSDL2Java client

2007-07-26 Thread Brian Baldwin
thank you for the reply, Amila. The example you provided is basically what I'm using, however I'm now getting the error "Could not validate signature using any of the supported token types" I compared the weblogic debug logs when I hit it with a clientgen client (works) and with my Axis2 client (

Re: [Axis2] Extra characters in HTTP request

2007-07-26 Thread Scott Sauyet
Davanum Srinivas wrote: On 7/26/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: I'm bothered by some extra characters that appear in the the HTTP requests and responses sent by Axis. http://wso2.org/library/952 Perfect. Thank you very much. -- Scott -

Re: [Axis2] Extra characters in HTTP request

2007-07-26 Thread Davanum Srinivas
http://wso2.org/library/952 On 7/26/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: I'm trying to use Axis2 as the client to a SOAP service supplied by an external system (RemObjects5 / Delphi). Because of certain problems, I've backed off a bit to test Axis2 itself, and I'm bothered by some extra

[Axis2] Extra characters in HTTP request

2007-07-26 Thread Scott Sauyet
I'm trying to use Axis2 as the client to a SOAP service supplied by an external system (RemObjects5 / Delphi). Because of certain problems, I've backed off a bit to test Axis2 itself, and I'm bothered by some extra characters that appear in the the HTTP requests and responses sent by Axis. I

ALEServiceMessageReceiverInOut 1.3-RC2

2007-07-26 Thread Anton Zhilin
Hi! After wsdl2java code generation you can see: public class ALEServiceMessageReceiverInOut extends org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver{... where AbstractInOutSyncMessageReceiver is marked as deprecated. What is the right approach: use AbstractInOutSyncMessageRe

Re: From Axis to Axis

2007-07-26 Thread Demetris G
And thanks much to you David as well for the information below. I was expecting that some work at least will need to be done on the client side. david wrote: Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4 WSDL (rpc-encoded) as so-called to assume the document-literal

Re: [Axis2] From Axis to Axis2

2007-07-26 Thread Demetris G
Thanks much Deepal - I will check out the links and see what I can use from them. Deepal Jayasinghe wrote: Hi , Well , you have bit of work to do and some of them (most commonly used ) are described in [1] . If you want to migrate to Axis2 without changing your service you could try with WSO

Re: handleFault never invoked on server side

2007-07-26 Thread kevintsmith
I am also having this problem. If I throw a JAXRPCException or a SOAPFaultException, a SOAP fault is not generated. Is this a bug in Axis 1.4? Anyone? mangoo4j wrote: > > I'm using Axis 1.4 on server side and implemented a handler extending > javax.xml.rpc.handler.GenericHandler. > > I ext

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
Raghu, Did you try with Axis2 1.3 RC2? thanks, dims On 7/26/07, Raghu Upadhyayula <[EMAIL PROTECTED]> wrote: Hi Dims, I have a JIRA logged in long back Axis2-2352, the status shows as resolved, though it is not yet resolved. Thanks Raghu -Original Message- From: Davanum Srini

RE: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Raghu Upadhyayula
Hi Dims, I have a JIRA logged in long back Axis2-2352, the status shows as resolved, though it is not yet resolved. Thanks Raghu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 6:00 AM To: [EMAIL PROTECTED]; axis-user@ws.apache.o

Re: ExtensionMapper

2007-07-26 Thread Michael Bell
Hi, the problem is that the actual code generation blocks the use of the generated packages with common types by different web services because the generated ExtensionMappers are not identical if the web services do not share all XML/WSDL types. So it is not possible for me to write some com

Urgent Help is need, Axis1.1 <--> C# (VS2005)

2007-07-26 Thread Srinivasa Rao K
Hello Everybody, We have being trying to fix interoperablity issues, Axis1.1 to C#(VS2005), for last few days without much progress. I was asking some question for the same.. Any help is hightly appreciated. It's a kind of urgent. The below are the 5 services configured in WSDD file(RAD6).

Re: [Axis2] StackOverflowError after 3 hours stress campain

2007-07-26 Thread Davanum Srinivas
Fredric, What exactly does the stress tool does? call "?wsdl" repeatedly? thanks, dims On 7/26/07, Frederic MOLINIERES <[EMAIL PROTECTED]> wrote: Hi, We use Axis2 v1.2 on tomcat 5.5.9. We use stress tools to ensure that axis works fine but 30 Vusers on 3 hours. [2007-07-25 19:02:25,53

[Axis2] StackOverflowError after 3 hours stress campain

2007-07-26 Thread Frederic MOLINIERES
Hi, We use Axis2 v1.2 on tomcat 5.5.9. We use stress tools to ensure that axis works fine but 30 Vusers on 3 hours. [2007-07-25 19:02:25,536] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/axis2].[Axis Servle t].invoke :: Servlet.service() for servlet AxisServlet th

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
Stefan, Please try the same scenarios with nightly and open a JIRA bug if you would like them fixed. thanks, dims On 7/26/07, stlecho <[EMAIL PROTECTED]> wrote: Dims, - Is there a release of Rampart available that is compliant with this latest RC release ? - Not reported as JIRA issues, but

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
I believe you can use Rampart nightly with Axis2 nightly http://people.apache.org/dist/rampart/nightly/ thanks dims On 7/26/07, stlecho <[EMAIL PROTECTED]> wrote: Dims, - Is there a release of Rampart available that is compliant with this latest RC release ? - Not reported as JIRA issues, bu

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread Jack Sprat
I'm using Axis2 version 1.2. I've already got a log4j.xml config. file in place. I'll set the debugging level on oprg.apache to DEBUG and post back. Thanks again for the help. T robert lazarski <[EMAIL PROTECTED]> wrote: What version are you using? That's a pretty strange problem. There are p

wsdl2java generates invalid xml file

2007-07-26 Thread Babette v. Gijlswijk
Hi, I have a question about the wsdl2java plugin for eclipse. I used the wsdl2Java plugin to generate a wsdl file. I have a service class and an exceptionclass which are defined in different packages. When I generate the wsdl file, the plugin defines a second namespace in a second shema definiti

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread robert lazarski
What version are you using? That's a pretty strange problem. There are people that use this tool and I've never heard of an issue like this. We're about to do a release soon - can you try these? http://people.apache.org/dist/axis2/nightly/axis2-1.3-SNAPSHOT-bin.zip http://people.apache.org/dist/a

bean string attribute getting encoded as bytes?

2007-07-26 Thread Siddhartha Ganapati Subramanian
Hi Am using Java Axis 1.3 and every now and then when there is a bean that has a single string attribute, the value gets encoded and sent across from the client as a base64Binary. (namespaces left out intentionally) base64encided value instead of stringvalue The WSDL specifically states th

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread stlecho
Dims, - Is there a release of Rampart available that is compliant with this latest RC release ? - Not reported as JIRA issues, but quite annoying: http://www.nabble.com/-Axis2-1.1.1--Unable-to-generate-WSDL-for-this-service-tf3832868.html, http://www.nabble.com/-Axis2-1.1.1--Exception-generated-

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread Jack Sprat
Hi Robert, Only the Java executable (javaw.exe) is using the port. It does not matter what port I set in web.xml - it is always in use by the Java executable. I thought I could find an open port, but it does not seem to matter which one I use. It is *always* taken by javaw.exe. It''s almost l

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread robert lazarski
What is connected to 3901 ? There's 65,000 or so ports, so I'm sure you should be able to find one of them open ;-) . HTH, Robert On 7/26/07, Jack Sprat <[EMAIL PROTECTED]> wrote: > Hi Robert. > > I used ActivePorts for Windows, as suggested earlier. This showed the port > specified in web.xml a

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread Jack Sprat
Hi Robert. I used ActivePorts for Windows, as suggested earlier. This showed the port specified in web.xml as occupied by javaw.exe. What could be the problem here? Thanks again for trying to help. T robert lazarski <[EMAIL PROTECTED]> wrote: I'm not a windows user, but you do have the nets

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
Yep! On 7/26/07, robert lazarski <[EMAIL PROTECTED]> wrote: So am I correct in assuming this is branch: axis2-1.3-SNAPSHOT-war.zip axis2-1.3-SNAPSHOT-src.zip axis2-1.3-SNAPSHOT-war.zip And this is head? axis2-SNAPSHOT-bin.zip axis2-SNAPSHOT-src.zip axis2-SNAPSHOT-war.zip FYI, hope to finish

Re: [Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread robert lazarski
So am I correct in assuming this is branch: axis2-1.3-SNAPSHOT-war.zip axis2-1.3-SNAPSHOT-src.zip axis2-1.3-SNAPSHOT-war.zip And this is head? axis2-SNAPSHOT-bin.zip axis2-SNAPSHOT-src.zip axis2-SNAPSHOT-war.zip FYI, hope to finish testing the parts I use - spring, xmlbeans and the soapmonitor

out of memory in Axis 1.4

2007-07-26 Thread Firas Khasawneh (fkhasawn)
Hi, I am getting the following error intermittently: - Exception: java.lang.OutOfMemoryError I am sending 1 MB payloads but I have enough memory heap size (512 MB), anybody knows what might be the issue? is there a parameter or setting I need to set or initialize? The failure seems to happe

Axis2 Read time out with https

2007-07-26 Thread DOMINGUEZ Felipe
Hello. I am having a problem with axis2 when connecting to a https server. No matter what I do I get a "Read time out" error. I do not get the same problem when using axis 1.4 I can connect to the http server using HttpClient as explained at http://jakarta.apache.org/commons/httpclient/sslgui

Re: [Axis2] SOAPMonitorApplet port

2007-07-26 Thread robert lazarski
I'm not a windows user, but you do have the netstat command that can help you track your occupied ports. On linux it'd be 'netstat -ancp | grep 5001' . You can engage the module in either services.xml or axis2.xml - but not both. engaging in axis2.xml make the module available for all services, wh

[Axis2] "Speak Now or Forever Hold Your Peace!"

2007-07-26 Thread Davanum Srinivas
Folks, We've cut 2 RC's for 1.3 release and nightlies are up and running for the 1.3 branch as well *PLEASE* test your scenarios with the latest RC and/or nightly and log a JIRA bug with all details needed to recreate your problem if you see something wrong. 1.3 RC2 - http://people.apache.org/~

Re: Custom Response using POJO Approach

2007-07-26 Thread Deepal Jayasinghe
Hi Jaskin , At the moment there is no way to control that , what Axis2 does is it serialize the Java bean to XML. Thanks Deepal > Hi, > > Some questions on Axis2 using POJO approach. > > The question is how can I control the response xml output/payload to > the client. > > For example, > 90 >

Re: From Axis to Axis

2007-07-26 Thread david
Hello Demetris, Ann Manes (above-the-call-of-duty) rewrote my Axis1.4 WSDL (rpc-encoded) as so-called to assume the document-literal binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2. The only caveat is: the client has to be migrated likewise. HTH, David. Demetris G w

[AXIS2] Fault Message

2007-07-26 Thread Lorenzo
Hi all, i want create a MessageContext with an error. I tryed this: msgCtx.getEnvelope().getBody().addFault(new AxisFault("MyError")); But nothing happens, the body don't change. I'm trying to replicate this command org.apache.axis.Message(new AxisFault("MyError")); Where is the error? Thx -

Re: Axis2 send xsi types

2007-07-26 Thread Deepal jayasinghe
> HI Amila, > > I'm using ADB clients and I've seen in the generated stub that he > searches for the xsi schema. > > The problem is the response that sends the Axis server. How I do for > send the xsi types? At the server side you can not set that , it will set that automatically. Please try with

Re: Axis2 send xsi types

2007-07-26 Thread Jose Luis Alba
HI Amila, I'm using ADB clients and I've seen in the generated stub that he searches for the xsi schema. The problem is the response that sends the Axis server. How I do for send the xsi types? Thanks, Jose Amila Suriarachchi <[EMAIL PROTECTED]> escribió: if you use ADB data binding at the

Re: Axis2 send xsi types

2007-07-26 Thread Amila Suriarachchi
if you use ADB data binding at the client it should support this feature. when sending the request it sets the xsi:type correctly and parse it accordingly. Amila. On 7/26/07, Jose Luis Alba <[EMAIL PROTECTED]> wrote: Hi Deepal, I'm using POJO web services. All the in-out messages are managed

Re: Axis2 send xsi types

2007-07-26 Thread Jose Luis Alba
Hi Deepal, I'm using POJO web services. All the in-out messages are managed by Axis engine, then I don't wrote the response messages. Is there any configuration parameter or I've to do something different so as to Axis sends the xsi types? Thanks Jose Deepal Jayasinghe <[EMAIL PROTECTED]> es

Re: Axis2 send xsi types

2007-07-26 Thread Deepal Jayasinghe
Hi Jose, You can send them as below; http://ws.apache.org/axis2";> 10 http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" /> http://www.w3.org/2001/XMLSchema-instance"; xsi:nil="true" />

Re: [Axis2] Making objects available on the response MessageContext (1.3-RC2) [SEC=UNCLASSIFIED]

2007-07-26 Thread Deepal Jayasinghe
No need to create a JIRA , I fixed the issues and commit to both trunk and the branch. Thanks Deepal Deepal jayasinghe wrote: > Hi > please create a JIRA (if possible please attach test case as well). > > Thanks > Deepal > >> Hello, >> >> We have just upgraded our application to the new Axis2

Axis2 send xsi types

2007-07-26 Thread Jose Luis Alba
Hi all, How I can send schema xsi types from Axis2 so as to do polymorphism on the client? Thanks in advance, Jose - Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te ayuden!.

Re: Axis2 byte[] transfer/serialization bug ?!

2007-07-26 Thread Paul Fremantle
Georgi The DataHandler is a wrapper around any type of data source. Its documented here: http://java.sun.com/j2ee/1.4/docs/api/javax/activation/DataHandler.html We provide (in Axiom) a DataSource that works with an existing byte[]: So if you have byte[] bytes you can just do: import javax.activa

Re: Generated C-Code from WSDL2C

2007-07-26 Thread Amila Suriarachchi
please raise this question at [1] Axis2 c list. [1]http://ws.apache.org/axis2/c/lists_issues.html On 7/20/07, Mustafa Cavus <[EMAIL PROTECTED]> wrote: Hello, I have generated C-code from a wsdl-file, but I have a lot of files and methods. I'm looking for an API or something like that, which e

Re: axis2: Parser already accessed!

2007-07-26 Thread Amila Suriarachchi
please try with ADB if it is a solution. ADB handles Mtom in an optimised way. On 7/23/07, Angus Ng <[EMAIL PROTECTED]> wrote: > > HI, > > We have an intermittent problem when sending a large XML message > which has an encoded PDF attachment with base64. > We are using a generated stub from xml