Re: Understanding WS-*

2009-04-01 Thread Manjula Peiris
On Wed, 2009-04-01 at 07:21 -0400, Sam Carleton wrote: I know that Axis2/C supports all these WS-* things, I have read over the pages about them, but I still don't understand exactly how to fit them into the big picture. Can anyone recommend where I could go (or maybe a book I could read)

Using JAX-B in Axis2 Service without JAX-WS

2009-04-01 Thread D'Arcy, Hamlet B
Is it possible to use JAX-B binding without using JAX-WS deployment? As an example, I have a User class that is annotated with JAX-B annotations. And I have a simple service that creates users: public interface MyService { public User createUser(User userSpecification); } And I have a

Where is Axis 1.3 Final download site?

2009-04-01 Thread Abu Bakr Awad
Hello All, I am trying to find Axis 1.3 Final release but i can't find in download section, all the download mirrors have deleted the file!!! If any have the dist it would be great to re-upload it as Axis 1.4 have a severe bug for me. Regards, Abu Bakr Awad

Re: Where is Axis 1.3 Final download site?

2009-04-01 Thread Andreas Veithen
You can always get old artifacts from the central Maven repository [1], but these are only the individual JARs. Andreas [1] http://repo2.maven.org/maven2/axis/axis/ On Wed, Apr 1, 2009 at 14:59, Abu Bakr Awad bakr.a...@gmail.com wrote: Hello All, I am trying to find Axis 1.3 Final release but

Re: Where is Axis 1.3 Final download site?

2009-04-01 Thread Abu Bakr Awad
Thanks, But if you have the whole package it would be great. On Wed, Apr 1, 2009 at 3:08 PM, Andreas Veithen andreas.veit...@gmail.comwrote: You can always get old artifacts from the central Maven repository [1], but these are only the individual JARs. Andreas [1]

Re: Where is Axis 1.3 Final download site?

2009-04-01 Thread Anton Smit
Abu Bakr Awad schreef: I am trying to find Axis 1.3 Final release but i can't find in download section, all the download mirrors have deleted the file!!! If any have the dist it would be great to re-upload it as Axis 1.4 have a severe bug for me. http://archive.apache.org/dist/ws/axis2/1_3/

The client keeps running when using Sandesha2

2009-04-01 Thread José Ricardo da Silva
Hi, I've been doing some tests with Sandesha2, mainly following the user guide (http://ws.apache.org/sandesha/sandesha2/userGuide.html). Despite some errors in the documentation and the usage of some deprecated stuff, I've managed to make the ping and the echo examples run using Sandesha2. There's

Re: Cannot see service give 500 Error

2009-04-01 Thread keith chapman
You could grab the war distribution for Axis2 and simple drop it into Tomcat. You dont need to configure anything, It will work out of the box. Thanks, Keith. On Wed, Apr 1, 2009 at 2:27 AM, Cyril Furtado cyr...@skire.com wrote: Hi I deployed axis1.4.1 on Tomcat 5.0 , using all the jars

Re: AxisFault namespace mismatch require

2009-04-01 Thread keith chapman
The exception says it all... The server expects your request to be in the http://hello.axis2.com/xsd namespace but your request was in the http://hello.axis2.com http://hello.axis2.com/xsd namespace. If you fix this it would work. BTW how did you write your client? If you used wsdl2Java to

Is it possible to invoke the same ws from intranet and internet?

2009-04-01 Thread pino lollo
I am lost.   Is it possible to invoke the same webservice from intranet (port: 8080)  or internet (public ip address:80)? And have automatically the right wsdl file?   Is there any document that can help me?   My configuration is: Axis2 1.4.1 over Tomcat (6.0) behind an Apache http server

Re: Problem with two services in a serviceGroup with scope soapsession sharing ServiceGroupContext

2009-04-01 Thread Manuel Lozano Melero
I am new in AXIS2 and the problem is in this configuration: - Two clases, in each class there is a service with operations to invoke. - The first class(service Autenticacion) it is used to autenticate the user in the application - The second class(service Directorio) do a job, but it validates

Re: AxisFault namespace mismatch require

2009-04-01 Thread bandrm
Thank you for responding, Keith. I don't understand why it is resulting in an exception, since I have generated the wsdl using ant (Class org.apache.axis2.tool.ant.Java2WSDLTask). There were no changes made to the wsdl after it was generated by this tool. Please note I didn't use Eclipse here,

JAVA2WSDL -l option (HTTPS)

2009-04-01 Thread kumaresan.balasundaram
Hi, We are using apache axis 1.2 java2wsdl to generate the WSDL, when we specify java2wsdl -l http:\\url.. - WSDL is getting genrated with the specified port address - https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl# wsdl:service name=xxx -

Services are not seen is there something Im doing wrong? please help

2009-04-01 Thread Cyril Furtado
I look at /HappyAxis.jsp It says all core jars are found and located I have deployed StockQuoteService service as given in the examples When I open http://localhost:8081/axis2-web/listService.jsp It says There seems to be no services listed! Try hitting refresh Also I keep getting 2009-04-01

RE: Services are not seen is there something Im doing wrong? please help

2009-04-01 Thread Martin Gainty
the service.xml packaged inside your aar is not valid unzip your .aar locate service.xml contained within .aar and validate service.xml with a XML Validator..e.g. http://www.stg.brown.edu/service/xmlvalid Martin __ Disclaimer and confidentiality

Adding Axis2 service to existing web application.

2009-04-01 Thread Azazel Se
I have a working web application and want to add an axis2 service to it. The aar file I have been testing with is a simple java class with a public method which echos a string. The service is tested and worked in axis2 standalone server and when axis2 is a web application in Tomcat

Line breaks in SOAP response when recombining MTOM+XOP

2009-04-01 Thread Matthew Davis
Hi, I've run into an interesting problem with MTOM response handling. Not sure if this is a bug or intended functionality to keep schema compliance (not an expert in MTOM+XOP). Currently using Axis2 v1.4.1 and Axiom v1.2.7. The service I'm calling is returning responses as SOAP/MTOM+XOP, but

Needs help with ServiceLifeCycle

2009-04-01 Thread Alain Drolet
Hi Everyone I work in a team that is creating a new web service using jax-ws. Our SOAP interface is defined using a wsdl file. We generate code from our wsdl using wsimport under maven. Initial attempt failed at using the aar archive format, so we got success packaging our web service as a jar

Re: Line breaks in SOAP response when recombining MTOM+XOP

2009-04-01 Thread Andreas Veithen
Matt, If my interpretation of the specs [1] is correct, then your service doesn't return a valid XOP package (see points 3 and 4 in section 3.1). Andreas [1] http://www.w3.org/TR/xop10/ On Wed, Apr 1, 2009 at 23:32, Matthew Davis gazat...@gmail.com wrote: Hi, I've run into an interesting

Re: Adding Axis2 service to existing web application.

2009-04-01 Thread robert lazarski
On Wed, Apr 1, 2009 at 6:13 PM, Azazel Se azazel...@hotmail.com wrote: java.lang.ClassNotFoundException: javax.wsdl.xml.WSDLLocator You need that class, the wsdl4j jar that was released with axis2 should contain one. Try putting that jar in WEB-INF/lib . - R

Re: Line breaks in SOAP response when recombining MTOM+XOP

2009-04-01 Thread Matthew Davis
Andreas, Thank you for the quick reply. It's actually point 5 of section 3.1 that motivated my original email. It seems to indicate that xop:Include is a serialized element in the XML Infoset, not text under the ns:Document element (thus white spaces between ns:Document and xop:Include should

RE: Adding Axis2 service to existing web application.

2009-04-01 Thread Azazel Se
Date: Wed, 1 Apr 2009 19:09:23 -0300 Subject: Re: Adding Axis2 service to existing web application. From: robertlazar...@gmail.com To: axis-user@ws.apache.org On Wed, Apr 1, 2009 at 6:13 PM, Azazel Se azazel...@hotmail.com wrote: java.lang.ClassNotFoundException:

Re: Line breaks in SOAP response when recombining MTOM+XOP

2009-04-01 Thread Andreas Veithen
Whitespace is never ignored by the parser: An XML processor must always pass all characters in a document that are not markup through to the application. A validating XML processor must also inform the application which of these characters constitute white space appearing in element content.

Re: Line breaks in SOAP response when recombining MTOM+XOP

2009-04-01 Thread Matthew Davis
Andreas, Thanks for your response. I get your point. Will just write a workaround. Thanks again On Wed, Apr 1, 2009 at 3:51 PM, Andreas Veithen andreas.veit...@gmail.comwrote: Whitespace is never ignored by the parser: An XML processor must always pass all characters in a document

Services and Group services last problem is http 500 problem before axis2 is up

2009-04-01 Thread Cyril Furtado
Sorry for one more item, I do not know how to reply to the message!. After going thru the log and configuring the servlet, I found that the service cannot be seen under services, but can be seen under service groups. I see the following List Single service StockQuoteService Service EPR :

RE: Adding Axis2 service to existing web application.

2009-04-01 Thread Martin Gainty
pls download wsdl4j.jar into WEB-INF/lib http://www.java2s.com/Code/Jar/AXIS2/Downloadwsdl4j162jar.htm Martin __ Disclaimer and confidentiality note This message is confidential and may be privileged. If you are not the intended recipient, we