Re: thread safe axis2 client stub

2008-12-09 Thread David Ojeda
Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ -- David Ojeda

Re: Adressing, async services and responses

2008-11-20 Thread David Ojeda
, if you forward the result somewhere else (i.e. no client), then msg #5 won't be related to anything on the receiver side, right? Michele On 20 Nov 2008, at 14:47, David Ojeda wrote: Hello Michele, Thank you for your response. If a HTTP 200 acknowledgement is always sent back

Re: Adressing, async services and responses

2008-11-20 Thread David Ojeda
Agreed! On Thursday 20 November 2008 14:21:38 Michele Mazzucco wrote: On 20 Nov 2008, at 17:39, David Ojeda wrote: - I don't understand how it would be possible to respond to the client replyTo or faultTo and then notifying an external system. My understanding is that replying

Re: Adressing, async services and responses

2008-11-20 Thread David Ojeda
ws soap implementations). David On Thursday 20 November 2008 14:23:00 Michele Mazzucco wrote: On 20 Nov 2008, at 17:39, David Ojeda wrote: I am saying it is not possible because I need some validation on the webservice implementation and then respond. As you said in your first response

Adressing, async services and responses

2008-11-19 Thread David Ojeda
://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html?page=4 http://www.ibm.com/developerworks/webservices/library/ws-axis2/ http://today.java.net/pub/a/today/2006/12/13/invoking-web-services-using- apache-axis2.html -- David Ojeda

Axis2-1.4.1 and Xmlbeans 2.4.0

2008-11-11 Thread David Ojeda
specifically use xmlbeans 2.4.0 for code generation, could this be a problem since axis2 uses 2.3.0? Thank you -- David Ojeda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 and maven2 aar generation pom (sample pom)

2008-11-05 Thread David Ojeda
and xmlbeans databinding Author: David Ojeda dojeda /at/ integra.la Date: 20081105 -- project parent artifactIdws-parent/artifactId groupIdmy.group/groupId version0.0.1-SNAPSHOT/version /parent modelVersion4.0.0/modelVersion groupIdmy.group/groupId

More questions about maven and axis2

2008-11-04 Thread David Ojeda
implementation works for me too). Thanks for you attention -- David Ojeda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven2 and Axis2

2008-10-16 Thread David Ojeda
that generates AAR files (http://ws.apache.org/axis2/tools/1_4_1/maven-plugins/maven-aar-plugin.html) and a code generation plugin (http://ws.apache.org/axis2/tools/1_4_1/maven- plugins/maven-wsdl2code-plugin.html) Thank you -- David Ojeda

Re: Maven2 and Axis2

2008-10-16 Thread David Ojeda
-wsdl2code-plugin.html) Those plugins are to create service and module archives. But I do not fully understand your problem , what really you trying to do ? Thank you! Deepal Thank you -- David Ojeda - To unsubscribe, e-mail

Re: Maven2 and Axis2

2008-10-16 Thread David Ojeda
? Thank you! Deepal Thank you -- David Ojeda - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 and Axis2

2008-10-16 Thread David Ojeda
. The best thing I can do is use a web application structure and embed axis2. Anyway, I will try this and then the plugins. I'll report back Thanks On Thursday 16 October 2008 17:12:50 David Ojeda wrote: On Thursday 16 October 2008 15:38:44 Deepal Jayasinghe wrote: Sorry I did not explained myself

Re: Error when generating the proxies using xmlbeans

2008-10-01 Thread David Ojeda
://www.micros.com/ -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error when generating the proxies using xmlbeans

2008-10-01 Thread David Ojeda
: David Ojeda [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 10:08 AM To: axis-user@ws.apache.org Subject: Re: Error when generating the proxies using xmlbeans In my experience, I have to delete everything except the skeleton, message receiver, and fault classes if any. I do

Re: axis/tomcat restart problem

2008-09-26 Thread David Ojeda
tomcat is restarted. This doesnt happen when i restart my local tomcat. the worst thing is i can't seem to find a similar situation anywhere.. thanks for your effort David David Ojeda wrote: Hello, I don't think that your problem is related to the way you installed axis. I believe most

Re: How disable auto converting date

2008-09-26 Thread David Ojeda
/2008 00:00 - 23/09/2008 16:00 -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis/tomcat restart problem

2008-09-26 Thread David Ojeda
on the remote server machine which runs on linux gentoo. when i restart that tomcat,my own service is no longer visible on the ...8080/axis/servlet/AxisServlet url. and yes,this instance of tomcat is instaled using emerge command. David Ojeda wrote: Hello, What do you mean by every time tomcat

Re: axis/tomcat restart problem

2008-09-25 Thread David Ojeda
will be greatly appreciated. thanks -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread David Ojeda
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Problem using an AXIS2 client on Oracle Application Server

2008-08-20 Thread David Ojeda
for having put me on track on this. Cheers, Patrick. David Ojeda wrote: Hello, You should configure your deployment to prefer web-inf classes rather than classes of OAS. I am not sure how this is configured but I think that it could be the solution you are looking for On Wednesday 20

Adding header elements to a response

2008-08-13 Thread David Ojeda
://10.21.17.196:8080/WebServices/services/WSIterautoID; / /wsdl:port /wsdl:service /wsdl:definitions -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Adding header elements to a response

2008-08-13 Thread David Ojeda
I forgot to mention that I am using Axis 2 1.4 On Wednesday 13 August 2008 03:56:38 pm David Ojeda wrote: Hello all, I've never used the soap header in a WS client or server, but now I need to add a simple true/false element to a soap response. How can I do this? I managed to declare

Re: Adding header elements to a response

2008-08-13 Thread David Ojeda
I have managed to solve this using the toOM method in the MessageReceiverInOut generated by the wsdl. On Wednesday 13 August 2008 03:59:42 pm David Ojeda wrote: I forgot to mention that I am using Axis 2 1.4 On Wednesday 13 August 2008 03:56:38 pm David Ojeda wrote: Hello all, I've

Re: [AXIS2] how to control logging using log4j

2008-08-05 Thread David Ojeda
(StAXUtils.java:191) - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader Ash -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [AXIS2] how to control logging using log4j

2008-08-05 Thread David Ojeda
\Tomcat5.5.26\work\Catalina\localhost\testapp\axis218320version- 1. 3.aar 2008-08-05 10:51:25,759 DEBUG [Thread-1] util.StAXUtils (StAXUtils.java:191) - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader Ash -- Ing. David Ojeda Integra Consultores Caracas, Venezuela

Re: Problem testing Axis2 service with saaj + jsp

2008-08-04 Thread David Ojeda
Hello, I couldn't solve my problem, so I gave up using SAAJ. I decided to create a jar with the stubs generated by wsdl2java and used xmlbeans to parse the xml. If anyone was watching... sorry :S On Friday 01 August 2008 12:33:28 pm David Ojeda wrote: Yet another update: I think I found

Re: XMLBeans ? is there a better approach

2008-08-01 Thread David Ojeda
And Regards Sriram P --- On Fri, 1/8/08, David Ojeda [EMAIL PROTECTED] wrote: From: David Ojeda [EMAIL PROTECTED] Subject: Re: XMLBeans ? is there a better approach To: axis-user@ws.apache.org Date: Friday, 1 August, 2008, 3:50 AM Hello, I had a similar problem with XMLBeans

Problem testing Axis2 service with saaj + jsp

2008-08-01 Thread David Ojeda
commands, e-mail: [EMAIL PROTECTED] -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem testing Axis2 service with saaj + jsp

2008-08-01 Thread David Ojeda
) at java.lang.Thread.run(Thread.java:619) /Exception/detail/soapenv:Fault/soapenv:Body/soapenv:Envelope On Friday 01 August 2008 11:15:13 am David Ojeda wrote: Hello, I read the thread Send direct XML rather than using Java classes and followed the example at http://users.skynet.be

Re: Problem testing Axis2 service with saaj + jsp

2008-08-01 Thread David Ojeda
? On Friday 01 August 2008 12:08:04 pm David Ojeda wrote: Update: I just checked with a tcp monitor and the request does arrive to the server, but responds with an error 500 and the same exception I mentioned before. ?xml version='1.0' encoding='UTF-8'?soapenv:Envelope xmlns:soapenv=http

Re: XMLBeans ? is there a better approach

2008-07-31 Thread David Ojeda
initialization of the servlet. Thanks And Regards Sriram P    . Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/ -- Ing. David Ojeda Integra Consultores Caracas, Venezuela

Re: [Axis2] Activate Log4j

2008-07-14 Thread David Ojeda
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ing. David Ojeda Integra Consultores Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

WSDL2Java throws NullPointerException with out-only service.

2008-06-26 Thread David Ojeda
location=http://10.21.17.196:8080/WebServices/services/WSIterautoID; / /wsdl:port /wsdl:service /wsdl:definitions -- Ing. David Ojeda Integra Consultores Caracas, Venezuela ?xml version=1.0 encoding=UTF-8? wsdl:definitions name

Re: Send direct XML rather than using Java classes

2008-06-16 Thread David Ojeda
/2008 17:52 -- Ing. David Ojeda Integra Consultores +58 416 6262898 Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I get rid of xsi:type attributes?

2008-06-11 Thread David Ojeda
=literal so I tried wrapped with setEncodingStyle. Thanks! Roger P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ing. David Ojeda Integra Consultores +58 416 6262898

Re: How do I get rid of xsi:type attributes?

2008-06-11 Thread David Ojeda
a different object... On Wednesday 11 June 2008 10:19:10 am Roger P wrote: Hi, On 6/11/08, David Ojeda [EMAIL PROTECTED] wrote: Hello, I am sorry I am not replying because I can help you. I was just wondering where do you set this SEND_TYPE_ATTR? First I'm using Axis 1.2.1 so I don't

Re: org.apache.axis2.AxisFault: Two services cannot have same name.

2008-06-09 Thread David Ojeda
. -- Ing. David Ojeda Integra Consultores +58 416 6262898 Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: lib in .aar ignored?

2008-06-04 Thread David Ojeda
. David Ojeda Integra Consultores +58 416 6262898 Caracas, Venezuela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 Exclude packages

2008-06-03 Thread David Ojeda
are curious). I was hoping to generate the classes first with xmlbeans and then generate the services implementations, excluding ngoss types. Thanks, David -- Ing. David Ojeda Integra Consultores +58 416 6262898 Caracas, Venezuela

Re: Axis2 Exclude packages

2008-06-03 Thread David Ojeda
I forgot to mention that I am using axis2 1.4. Also, I am using xmlbeans instead of adb. On Tuesday 03 June 2008 09:44:21 am David Ojeda wrote: Hello, I am trying to move from axis to axis-2. When using wsdl2java, I have not been able to find the exclude package functionality of axis