Re: Lookup for an EJB on a JBoss AS 7 from an Axis2 Webservice runs into a javax.naming.NameNotFoundException

2013-08-02 Thread robertlazarski .
On Fri, Aug 2, 2013 at 2:50 AM, Jörg wrote: > Hello, > first of all I'm new on this mailing list but I'm working for several years > with Axis2. > But now after reading some books and articles I've a problem with the > collaboration of Axis2 and JBoss AS7. > Our situation: we run a bunch of Webser

Re: Axis2 / Spring3 / .aar file

2013-10-15 Thread robertlazarski .
On Tue, Oct 15, 2013 at 7:03 AM, Simone wrote: > Hi, > > I try to deploy a webservice with axis2 and spring 3.2. > > I wrote a SpringInit: > ClassLoader classLoader = service.getClassLoader(); > ClassPathXmlApplicationContext appCtx = new > ClassPathXmlApplicationContext( >

Re: Axis2 / Spring3 / .aar file

2013-10-15 Thread robertlazarski .
On Tue, Oct 15, 2013 at 8:48 AM, Simone wrote: > I copied the mysql connector jar to the web-inf/lib folder... now it works. > But I prefer that it's using the jars from the .aar file. > Is the lib folder the correct place for the jars in the .aar file??? > > Some libs like hibernate and DB drive

Re: [Axis2] - intermittent error "The input stream for an incoming message is null."

2013-12-11 Thread robertlazarski .
On Wed, Dec 11, 2013 at 3:48 PM, Amit Lonkar wrote: > Was anyone able to reproduce this on local ? Is it a bug or something wrong > in the client that I have? > I found this doing some quick googling: http://stackoverflow.com/questions/14440582/axis2-fault-the-input-stream-for-an-incoming-messag

Re: about the complicated object used in Axis2

2013-12-23 Thread robertlazarski .
On Mon, Dec 23, 2013 at 2:50 AM, 劉 恒鵬 wrote: > Dear Axis2's developers: > > We have a web service built by Axis and now we want to rebuild it in Axis2. > But we are not reluctantly to change the source code of the clients. > We have known some problems when we rewrote the interfaces which included

Re: Regex problems with XMLBeans

2014-02-14 Thread robertlazarski .
On Fri, Feb 14, 2014 at 8:14 PM, T. Allen wrote: > I did not receive any replies about this problem but was able to get past > it. Changing the regex from: > > > to: > > > fixed the problem. It seems XML Beans does not interpret the leading ^ > symbol correctly. Is this by design or should I

Re: Axis2-1.6.2 - Test Errors while building from source

2014-03-25 Thread robertlazarski .
On Tue, Mar 25, 2014 at 7:32 PM, George E. Moore wrote: >> [INFO] Apache Axis2 - JAXWS .. FAILURE I would skip everything by passing: -Dmaven.test.skip=true - To unsubscribe, e-mail: java-user-unsubs

Re: Axis response ends in 0???

2014-04-02 Thread robertlazarski .
On Wed, Apr 2, 2014 at 10:08 PM, Chris Hyzer wrote: > I"m using Axis 2 1.6.1, we made beans, did java2wsdl, and axis handles > everything for us. > > We had an error report that occasionally clients are failing because an > extra 0 is sent after the response. > > > 0 On the client side you can

Re: Service Classpath

2014-06-02 Thread robertlazarski .
On Mon, Jun 2, 2014 at 10:34 AM, Billy Buzzard wrote: > This thread originally asked about Service Classpath and it was hijacked > asking how to make a web service using Kepler and Axis2. Please in the > future create a new thread if you want to ask a question that is NOT > related to the subjec

Re: axis2, problem creating/testing a simple web service

2014-06-10 Thread robertlazarski .
On Tue, Jun 10, 2014 at 10:12 AM, Stcd Cerdec wrote: > Caused by: java.lang.ClassNotFoundException: > com.javapapers.jee.AnimalTypeService > > > Any thoughts? I see the class not found but that's the class that I'm > compiling. Figuring it's some config issue. > > v/r, > > Frank What's in your s

Re: axis2, problem creating/testing a simple web service

2014-06-10 Thread robertlazarski .
On Tue, Jun 10, 2014 at 1:56 PM, Stcd Cerdec wrote: > Obviously I did not create these as they where generated. > > services.xml: > > > Please Type your service description here > > > http://www.w3.org/2004/08/wsdl/in-only"; > class="org.apache.axis2.rpc.receivers.R

Re: axis2, problem creating/testing a simple web service

2014-06-11 Thread robertlazarski .
On Tue, Jun 10, 2014 at 2:15 PM, Stcd Cerdec wrote: > Oh ok I guess this version.aar? > > $ find . -print | grep aar > ./repository/services/version.aar Its unlikely you named your project 'version' and created a version.aar . Check the date on the file. My guess is your generated aar has a diffe

Re: axis2, problem creating/testing a simple web service

2014-06-13 Thread robertlazarski .
On Fri, Jun 13, 2014 at 9:42 AM, Stcd Cerdec wrote: > I'm thinking it maybe more of an eclipse issue now. Running kepler IDE fro > Java EE developers Version 2.0.2.20140224-. I have jdk 1.8 installed > also. > > All of the aar fiels that are generated from eclipse have the same contents > and

Re: Log xml request file

2015-03-06 Thread robertlazarski .
On Fri, Mar 6, 2015 at 3:29 PM, Oscar Rugama wrote: > So because I have changed the soap header I want to know how exactly the > soap envelope will go I mean the soap request which is a xml file just to > compare with the structure I know that should be sent. > > For me it is ok if something lik

Re: Service endpoint not found

2015-07-27 Thread robertlazarski .
Can you access "The happy axis2 page" (axis2-web/index.jsp I think? That should show the state of the server and also the valid endpoint url's. On Mon, Jul 27, 2015 at 12:00 PM, Jack Sprat wrote: > I know I've run in to this problem before but cannot recall the cause of it. > I have an Axis 1.6.

Re: Service endpoint not found

2015-07-27 Thread robertlazarski .
On Mon, Jul 27, 2015 at 12:12 PM, Jack Sprat wrote: > No, I cannot access that page. There are no services with the axis2-web > context root. There are 7 other services running fine on this server. > > Thanks, > T > > > > On Monday, July 27, 2015 11:05 AM, robertlaz

Re: Relative path keystore Axis2

2016-04-27 Thread robertlazarski .
On Wed, Apr 27, 2016 at 12:25 PM, Oscar Rugama wrote: > Hi all: > > I'm developing a web service using axis2 & tomcat . > > My project could be like that, so at first glance my keystore is placed at > the what I thought is the root level, so just writing > > System.setProperty("javax.net.s

Re: using wsdl2java fails Migrating from AXIS to AXIS2

2016-09-28 Thread robertlazarski .
On Wed, Sep 28, 2016 at 1:58 AM, Dinshaw, Afshad wrote: > Hello, > > > > Currently we are using the axistools-maven-plugin 1.4 to generate java > stubs/classes etc from our WSDL (which I have modified for privacy and > attached). > > The plugin is being used in our pom. > > > > We need to move to

Re: [Axis2] Migration from Axis 1.4 to Axis2 1.7.5

2017-07-21 Thread robertlazarski .
On Thu, Jul 20, 2017 at 1:44 PM, Jon Wong wrote: > Dear all, > > I am currently trying to upgrade an existing Web Service that was written in > Axis 1.4 to Axis2 1.7.5. I have taken the existing Axis 1.4 WSDL and used > the Axis2 1.7.5 Wsdl2Java tool to create the Java files with the following > c

Re: [Axis2] Migration from Axis 1.4 to Axis2 1.7.5

2017-07-24 Thread robertlazarski .
On Mon, Jul 24, 2017 at 10:34 AM, Jon Wong wrote: > Thank you for the helpful response Robert. I managed to generate my classes > with the Wsdl2Java without an extra "E" at the end by making modifications to > my Wsdl. > > I still have some questions about embedding Axis2 into an existing > app

Re: [Axis2] - java.lang.UnsupportedClassVersionError: Bad version number in .class file

2017-08-16 Thread robertlazarski .
On Wed, Aug 16, 2017 at 4:00 PM, Luis D. Arrieta wrote: > Hello, > > > > I would like to know if Apche Axis2 is actually copiable with java 1.5 as > stated in the installation guide > > > > I’m getting the error in the subject using Java 1.5.0_22 > > > > best > > > > > That error typically mean

Re: [Axis2] - java.lang.UnsupportedClassVersionError: Bad version number in .class file

2017-08-16 Thread robertlazarski .
On Wed, Aug 16, 2017 at 5:38 PM, Luis D. Arrieta wrote: > Hello Robert > > > > Thnx for your help > > > > Unfornatelly i’m force to use java 1.5 execution enviroment so 1.8 is not > posible > > > > Its there a way to make axis2 v 1.7.X compatible with JRE 1.5 > > > > Sorry but my english its not

Re: [AXIS2} v1.7.6 not appearing as Axis2 Wizard in Eclipse Neon

2017-11-01 Thread robertlazarski .
On Mon, Oct 30, 2017 at 4:16 PM, HUSSEY, STEPHEN LANCE wrote: > I have installed Eclipse Neon and AXIS2 1.7.6 service generator plug-in. > I can run the wsdl2java at a command prompt without issue. I cannot get > Eclipse to make the AXIS2 Wizards available under New -> Other. > > > > I have trie

Re: [Axis2} - Upgrade to TLS1.2 with Axis2 1.5

2017-11-06 Thread robertlazarski .
On Nov 6, 2017 12:24 AM, "Ashish Mantri" wrote: Hi, As part of my project we are upgrading to TLS1.2, currently I am using Axis2 version 1.5. I wan't to know if TLS1.2 will be supported with Axis2 1.5 or I will need to update Axis2. Thanks in advance. Ashish Mantri 1.5 is no longer supported

Re: [Axis2} - Upgrade to TLS1.2 with Axis2 1.5

2017-11-06 Thread robertlazarski .
On Mon, Nov 6, 2017 at 10:00 AM, Ashish Mantri wrote: > Hi, > > Thanks for your response, but i am currently only using axis2 to generate > client side code.’ > > Sent from my iPhone > > Are you using client certificates with axis2 via javax.net.ssl.SSLContext? You will have to explain your code

Re: Axis2 Upgrade to latest version

2017-12-06 Thread robertlazarski .
On Wed, Dec 6, 2017 at 9:00 AM, akash prasad wrote: > Yes one of the jsp file have not updated. But still i am not able to see > my services. Is there any configuration changes or need to add any other > node or so in services.xml file. > I have compared with the samples as well. I couldn't find

Re: Axis2 Upgrade to latest version

2017-12-06 Thread robertlazarski .
On Wed, Dec 6, 2017 at 10:35 AM, robertlazarski . wrote: > > > On Wed, Dec 6, 2017 at 9:00 AM, akash prasad wrote: > >> Yes one of the jsp file have not updated. But still i am not able to see >> my services. Is there any configuration changes or need to add an

Re: Axis2 Upgrade to latest version

2017-12-06 Thread robertlazarski .
On Wed, Dec 6, 2017 at 11:14 AM, robertlazarski . wrote: > > > On Wed, Dec 6, 2017 at 10:35 AM, robertlazarski . < > robertlazar...@gmail.com> wrote: > >> >> >> On Wed, Dec 6, 2017 at 9:00 AM, akash prasad wrote: >> >>> Yes one of the jsp

Re: Axis2 : Problem

2018-03-06 Thread robertlazarski .
On Tue, Mar 6, 2018 at 12:32 PM, Victor Moran wrote: > Hello, > > I have to get axis2 (version 1.7.7, or any version) working in Geronimo > 3.0.1 with embedded Tomcat 7.0.39.1 on Windows 10, but I encountered a > problem. > I have followed the steps in the tutorial (from the axis.apache website)

Re: Axis2: Exceptions getting throw with soapenv:Receiver instead of soapenv:Sender

2018-05-14 Thread robertlazarski
On Fri, May 11, 2018 at 11:28 AM, Kristina T. wrote: > I’m working on a project where we’ve we are programming against an API > defined via a VMware wsdl file. When we encountered an error conditions > we throw exceptions using classes defined from the axis2 WSDL code > generation process. > >

Re: [AXIS2]

2018-08-10 Thread robertlazarski
On Fri, Aug 10, 2018 at 7:17 AM Viji wrote: > > Hi, > > I have an error when running axis2 client with stub generated using Java 1.8 > and Axis2 1.7.8 > > org.apache.axis2.AxisFault > > at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) > at > org.apache.axis2.transport.Tra

Re: [AXIS2]

2018-08-10 Thread robertlazarski
On Fri, Aug 10, 2018 at 7:48 AM Viji wrote: > yes you are right, same issue i had reported in developer mail list. I got > subscribed to developer mail list by mistake. so I've unsubscribed and > added account in user list . > > Regarding the issue , > > In mimebuilder > String type = ct.getPara

Re: [AXIS2]

2018-08-14 Thread robertlazarski
On Mon, Aug 13, 2018 at 11:07 PM Viji wrote: > hello , > > i've tried > options.setProperty(Constants.Configuration.CONTENT_TYPE, > Constants.MIME_CT_TEXT_XML); > > Which is: > > public static final String MIME_CT_TEXT_XML = "text/xml"; > > > but no change, same error getting . > > Your payl

Re: Axis2 / Java: java.lang.NullPointerException at org.apache.axis2.context.MessageContext.isFault(MessageContext.java:4304)

2018-08-30 Thread robertlazarski
On Thu, Aug 30, 2018 at 2:46 PM Alex Borschenko wrote: > Hi All! > I have deployed archive of services which consume/produce XMLs and now I'm > trying to add one more service who will consume/produce JSON. > It is simple service which operates with POJOs. > > To enable JSON operations I added to

Re: Axis2 with HttpAsyncClients

2018-11-13 Thread robertlazarski
On Sat, Nov 10, 2018 at 12:36 PM Bhuvan Gupta wrote: > Hello All, > > Can Axis2 be used with HttpAsyncClient? > If yes which version and are there any samples. > > > > > Axis2 absolutely supports async connections over HTTP, check out the test package org.apache.axis2.transport.testkit.tests.asyn

Re: org.apache.axiom.om.OMException while reading answer of a soap request

2019-05-27 Thread robertlazarski
On Mon, May 20, 2019 at 11:22 PM Eddie wrote: > Hi, > > I am using a java client for accessing a SOAP service. As long as the > expected answer is less than 4 kB I have no problems. But when the answer > is larger (for this request, I have no problems reading larger binary data > with other reque

Re: Axis2: Security Bug Severity 1

2019-06-19 Thread robertlazarski .
On Tue, Jun 18, 2019 at 9:28 PM pavan landge wrote: > > > -- Forwarded message - > From: pavan landge > Date: Thu 13 Jun, 2019, 3:30 PM > Subject: Axis2: Security Bug Severity 1 > To: > Cc: pavan landge > > > Hi Team, > > I am using Axis2 jar for SAOP (Request/Response). In log

Re: Axis2: Security Bug Severity 1

2019-06-21 Thread robertlazarski .
est regards, > Pavan landge > > On Wed 19 Jun, 2019, 8:49 PM robertlazarski ., > wrote: > >> >> >> On Tue, Jun 18, 2019 at 9:28 PM pavan landge >> wrote: >> >>> >>> >>> -- Forwarded message - >>>

Re: Custom wsa:To value in SOAP responses

2019-10-07 Thread robertlazarski .
Hello, please see my comments inline. On Sun, Sep 29, 2019 at 11:40 PM Auke Schrijnen wrote: > Hi, > > We are trying to implement a couple of services in Apache Axis2 and Apache > Synapse which must conform to the Dutch specifications ‘Digikoppeling’ and > 'SuwiML Transactiestandaard’. This is b

Re: Axis2 receiving and sending in one Method fails

2019-10-08 Thread robertlazarski .
Please see my comments inline. On Tue, Oct 1, 2019 at 11:51 PM camikusch wrote: > Hi, > > I'm trying to implement something like a SOAP Proxy. > Database sends SOAP request to my Tomcat Server, Tomcat Server sends a > Request to > a Remote Server. The Answer from the Remote Server gets back to T

Re: Custom wsa:To value in SOAP responses

2019-10-10 Thread robertlazarski .
On Tue, Oct 8, 2019 at 1:42 AM Auke Schrijnen wrote: > Our question is more about the WS-Addressing spec and if Axis2 and Synapse > have implemented it correctly than how to work around the current behavior > of Axis2 and Synapse. > I see. These Axis2 contributions were made by fairly wide rang

Re: No valid CSRF token found in request for the POJO Web Services using Apache Axis2

2019-10-17 Thread robertlazarski .
That is very similar to my server environments though I don't use the admin console. Been a while since I looked at that tutorial. Do you see any server side logs that would shed more light on the problem? The main idea is that you need to put the aar file in the WEB-INF/services directory. You ca

Re: No valid CSRF token found in request for the POJO Web Services using Apache Axis2

2019-10-18 Thread robertlazarski .
make a folder like c:\j\tomcat >> Put tomcat, put exploded war, in there web-inf...copy aar file. >> >> On Fri, 18 Oct, 2019, 19:24 albert kao, wrote: >> >>> How to put the aar file in the WEB-INF/services directory manually >>> without the admin console? >>&

Re: java_first_jaxws ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender

2019-10-20 Thread robertlazarski .
Looks like your problem is on the LocalTransportSender class, do you have the axis2-transport-local-1.7.9.jar in the expanded war dir axis2.war/WEB-INF/lib ? Regards, Robert On Sat, Oct 19, 2019 at 5:21 AM albert kao wrote: > I am learning axis2 by doing the "samples/java_first_jaxws". > > $ cd

Re: java_first_jaxws ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender

2019-10-21 Thread robertlazarski .
Two things to try, if you are still stuck I will try running the samples on my copy of Wildfly. 1) Put Axis2 in trace mode via the logging.properties file, and paste the logs. 2) Classloaders can act in unexpected ways, that sometimes can be fixed by expanding them into WEB-INF/classes ... so try

Re: java_first_jaxws ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender

2019-10-24 Thread robertlazarski .
e.log4j.ConsoleAppender > log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout > log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n > > # LOGFILE is set to be a File appender using a PatternLayout. > log4j.appender.LOGFILE=org.apache.log4j.FileAppender > log4j.appender.LOGFIL

Re: java_first_jaxws ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender

2019-10-28 Thread robertlazarski .
he.commons.logging.impl.Log4JLogger' > cannot be found or is not useable. > at > org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:874) > at > org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:604) > at >

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-05 Thread robertlazarski .
I don't know much about rampart, though this seems to be your problem? Caused by: org.apache.ws.security.components.crypto.CredentialException: Proxy file (smb://fileserver/cert/cert.jks) not found. On Wed, Dec 4, 2019, 23:01 viji wrote: > Hello, > > i am working on a web application and one of

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-05 Thread robertlazarski .
You need an input stream of some sort, the three choices I would apply would be to store the cert in a DB in PEM format, in the WEB-INF/classes dir and use getResourceAsStream(), or figure out how to use the smb protocol from Java - in that order. On Wed, Dec 4, 2019 at 11:01 PM viji wrote: > He

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-06 Thread robertlazarski .
I am not a rampart user though the examples I see in the docs use a file path on the local file system. So I would deploy it under WEB-INF/classes and pass a relative path to it. On Fri, Dec 6, 2019 at 12:10 AM viji wrote: > > the rampart configuration is done like following > > rampartConfig(S

Re: jaxws-calculator : Failed to access the WSDL at: http://localhost:8080/axis2/services/CalculatorService.CalculatorServicePort?wsdl

2019-12-10 Thread robertlazarski .
I suggest you try this URL as a diagnostic test, to see if there are any clues about the state of this service and axis2 in general. http://localhost:8080/axis2/axis2-web/HappyAxis.jsp On Tue, Dec 10, 2019 at 2:31 AM albert kao wrote: > > I did these: > $ cd $AXIS2_HOME/samples/jaxws-calculator

Re: jaxws-calculator : Failed to access the WSDL at: http://localhost:8080/axis2/services/CalculatorService.CalculatorServicePort?wsdl

2019-12-13 Thread robertlazarski .
That looks good, this should show the calculator service, with it highlighted containing a link to the wsdl. http://localhost:8080/services/listServices On Tue, Dec 10, 2019 at 2:31 AM albert kao wrote: > > I did these: > $ cd $AXIS2_HOME/samples/jaxws-calculator > $ mvn clean install > > Two fi

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-18 Thread robertlazarski .
Looks like a 15 second timeout , try passing this to maven: -Dexec.cleanupDaemonThreads=false On Fri, Dec 13, 2019 at 12:49 PM albert kao wrote: > > I am following samples/transport/https-sample/README.txt. > > Running the Sample Client get the expected result. > > However, how to fix the follow

Re: Upgrade of Apache Axis2

2019-12-19 Thread robertlazarski .
The release notes for 1.7.0, when it was released a while back, provides a guide: https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html Regards, Robert On Wed, Dec 18, 2019 at 9:07 PM Junxiong Sun (NCS) wrote: > > Hi Apache Team, > > > > Is there any documentation or guides that I ca

Re: samples json : "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in prolog; expected '<'"

2019-12-23 Thread robertlazarski .
The next release will include improved json docs and a few bug fixes, as this is the direction my day job has moved into for some time now. What I suspect is your problem, is that you need the right axis2.xml file config that supports json. Its setup for SOAP by default. Here's how mine looks. No

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-23 Thread robertlazarski .
[INFO] Total time: 6.148 s > [INFO] Finished at: 2019-12-21T07:45:39-05:00 > [INFO] > > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java > (default-cli) on project http

Re: samples json : "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in prolog; expected '<'"

2019-12-26 Thread robertlazarski .
Service.aar. > run.client still got the error: > com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code > 123) in prolog; expected '<' > > > > When the next release be available? > > On Mon, Dec 23, 2019 at 10:09 AM robertlazarski . >

Re: samples json : "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in prolog; expected '<'"

2019-12-26 Thread robertlazarski .
in any way - docs and testing included - feel free to inquire about it on this list. All it takes is 3 +1 votes from existing committers. Regards, Robert On Thu, Dec 26, 2019 at 5:00 AM robertlazarski . wrote: > > I forgot to mention the json builders and formatters, see below. > > Al

Re: Port axis1 codes to axis2 with WSDL2Java and xmlbeans

2019-12-26 Thread robertlazarski .
I need about an hour to look into this question but I haven't forgotten about it. I expect to respond in the next day or so. On Sat, Dec 21, 2019 at 2:20 AM albert kao wrote: > > I want to port some axis1 codes to axis2 with WSDL2Java and xmlbeans. > > e.g. > axis1 generated this code: > public c

Re: samples json : "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in prolog; expected '<'"

2019-12-27 Thread robertlazarski .
got the error: > [java] Response status code: 500 > [java] Response body: > [java] xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://www.w3.org/2005/08/addressing/soap/faultsoapenv:Rec

Re: [EXTERNAL]Re: Upgrade of Apache Axis2

2019-12-30 Thread robertlazarski .
69141 | Reg. No: 198101793G > E junxiong@ncs.com.sg | M +65.9185-0135 | W www.ncs.com.sg > > -Original Message- > From: robertlazarski . > Sent: Friday, 20 December 2019 12:36 AM > To: java-user@axis.apache.org > Subject: [EXTERNAL]Re: Upgrade of Apache Axis2 >

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
vice" used the port 8443 in the steps > 2.) "-XX-XX XX:XX:XX. XXX:INFO::Started SslSocketConnector@0.0.0.0:8443" > 3.) https://localhost:8443/services/SimpleService?wsdl > > On Mon, Dec 23, 2019 at 10:16 AM robertlazarski . > wrote: >> >> Port 8443

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
:8443" On Mon, Dec 30, 2019 at 4:41 AM robertlazarski . wrote: > > Somehow I missed before, that you are running the transport/https-sample . > > Configuring your server for https is a separate step, for recent > Wildfly versions it uses a self signed cert you should be able to

Re: Port axis1 codes to axis2 with WSDL2Java and xmlbeans

2020-01-03 Thread robertlazarski .
sdl. http://shameerarathnayaka.blogspot.com/2011/09/introducing-enum-support-with-apache.html Regards, Robert On Thu, Dec 26, 2019 at 5:11 AM robertlazarski . wrote: > > I need about an hour to look into this question but I haven't > forgotten about it. I expect to respond in the next day or so. > > O

Re: [EXTERNAL]Re: Upgrade of Apache Axis2

2020-01-07 Thread robertlazarski .
Pte. Ltd. (A member of the SingTel Group ) > 5 Ang Mo Kio Street 62 Singapore 569141 | Reg. No: 198101793G > E junxiong@ncs.com.sg | M +65.9185-0135 | W www.ncs.com.sg > > -Original Message- > From: robertlazarski . > Sent: Monday, 30 December 2019 10:26 PM >

Re: [EXTERNAL]Re: Upgrade of Apache Axis2 Kernel

2020-01-11 Thread robertlazarski .
logic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51) > at > weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200) > at > weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:

Re: [EXTERNAL]Re: Upgrade of Apache Axis2 Kernel

2020-01-11 Thread robertlazarski .
I just noticed you need "org.apache.axis2.dispatchers.RequestURIBasedDispatcher" , not "org.apache.axis2.engine.RequestURIBasedDispatcher" . For example, in your axis2.xml: Regards, Robert On Sat, Jan 11, 2020 at 8:10 AM robertlazarski . wrote: > >

Re: [EXTERNAL]Re: Upgrade of Apache Axis2 Kernel

2020-01-14 Thread robertlazarski .
ication.ModuleException: [HTTP:101216]Servlet: "AxisServlet" > failed to preload on startup in Web application: "test.war". > > org.apache.axiom.om.DeferredParsingException: > javax.xml.stream.XMLStreamException: Error at Line:419, token:[SPACE] ( > > )Unbalanced ELEMENT

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-06 Thread robertlazarski
We have some Websphere specific instructions here. I am not a recent Websphere user myself. https://axis.apache.org/axis2/java/core/docs/app_server.html I suggest trying the "Happy Axis" page, something like: http://localhost:8080/axis2/axis2-web/HappyAxis.jsp Axis2 uses commons-logging interna

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-06 Thread robertlazarski
e optional, and generally are for advanced use cases. The concept of aar and mar files are further explained in the docs. https://axis.apache.org/axis2/java/core/docs/adv-userguide.html Robert On Sun, 6 Sep 2020, 11:07 pm robertlazarski, > wrote: > >> We have some Websphere specific inst

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-06 Thread robertlazarski
on. > > Thank you so much for your patience and help.. > > > On Mon, 7 Sep 2020, 12:02 am robertlazarski, > wrote: > >> Please see my comments inline: >> >> On Sun, Sep 6, 2020 at 7:54 AM Murali Challa >> wrote: >> >>> Hi Robert ,

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-06 Thread robertlazarski
You also need WEB-INF/conf/axis2.xml . The docs explain all this ... I am going by memory. Robert On Sun, Sep 6, 2020 at 9:34 AM robertlazarski wrote: > You can put the aar file of your axis2 code in your existing application, > by creating a WEB-INF/services directory that includes yo

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-06 Thread robertlazarski
Yes, and also WEB-INF/conf/axis2.xml. On Sun, Sep 6, 2020 at 9:44 AM Murali Challa wrote: > So in this case adding aar file in my webinf is enough and no need to add > axis2 war file in websphere, is it? > > On Mon, 7 Sep 2020, 1:04 am robertlazarski, > wrote: > >> You

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-07 Thread robertlazarski
ny services.xml created in my workspace. Can you please > confirm if we need to create it manually ? and what all the details to be > mentioned in services.xml file?. > > Thanks in advance.. > > Murali > > On Mon, 7 Sep 2020, 1:04 am robertlazarski, > wrote: > >

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-07 Thread robertlazarski
he .aar file and > services.xml. Please confirm if my understanding is correct? > > .aar file need to be created for my Stub file or I need to include any > other files in building .aar? > > On Mon, 7 Sep 2020, 9:42 pm robertlazarski, > wrote: > >> version-1.7.9.aar is distribute

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-08 Thread robertlazarski
reated by using Axis2? > > In my case, we are using wsdl of some other application (where the > services are not created by Axis2) to generate stubs using axis2. Will this > cause any problem? > > > > On Mon, 7 Sep 2020, 9:58 pm robertlazarski, > wrote: > >> The

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-08 Thread robertlazarski
ng wsdl and > use the stubs to call the services . > > On Tue, 8 Sep 2020, 8:50 pm robertlazarski, > wrote: > >> You need to create an aar file for your own services. >> >> Web services clients and servers can use different implementations, both >> sid

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-09 Thread robertlazarski
ng the most of required jars but still no luck. > > Do you have any idea why it failing ? > > Thanks & Regards, > Murali > > On Tue, 8 Sep 2020, 9:12 pm robertlazarski, > wrote: > >> Yep, if you are just using Axis2 as the client then no need for an aar, >>

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-09 Thread robertlazarski
have specific log4j configuration as well to monitor Axis2 logs? > > On Thu, 10 Sep 2020, 6:42 am robertlazarski, > wrote: > >> We are going to need some logging in order to help. If you put the >> log4j.properties file distributed by Axis2 into your client classes dir, &g

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-09 Thread robertlazarski
lla wrote: > So I can remove the log4j jar that came with axis2 and can just add the > below lines you shared? > > I believe Log4j and Log4j2 jars have different implementation right? > In that case if I remove log4j jar, it will cause issues right? > > On Thu, 10 Sep 2020, 8

Re: [Axis2] - Need Help in Migrating from Axis1 to Axis2

2020-09-09 Thread robertlazarski
at 5:50 PM Murali Challa wrote: > I have added the appenders as mentioned above but still no error logs are > displayed. > > On Thu, 10 Sep 2020, 9:12 am robertlazarski, > wrote: > >> Axis2 internally uses Apache commons-logging, which describes itself as >> &quo

Re: Apache Axis2 version 1.7.x and 1.7.9

2020-10-15 Thread robertlazarski
I am the current chair of the Axis project and I can assure you that this project has no such sunset plans. All Apache projects file a quarterly report that is public record. https://whimsy.apache.org/board/minutes/Axis.html As long as those reports are approved and there are at least three acti

Re: [Axis2] Dont get example POJOGUIDESPRING to run

2020-10-28 Thread robertlazarski
Hello, This link should show the correct url of your service, if it is installed correctly. http://localhost:8080/axis2/services/listServices This url will show the state of axis2, and will identify problems. http://localhost:8080/axis2/axis2-web/HappyAxis.jsp BTW, I don't think it's related t

Re: [Axis2] Dont get example POJOGUIDESPRING to run

2020-10-28 Thread robertlazarski
Also, check the logs in Tomcat as there could be an obvious problem there. If so, please post the entire stack trace. On Wed, Oct 28, 2020 at 9:03 AM robertlazarski wrote: > > Hello, > > This link should show the correct url of your service, if it is installed > correctly. >

Re: Axis2 not working with TLS V1.2

2020-11-05 Thread robertlazarski
I run all of my axis2 projects over TLS v1.2 without any problems. What error are you getting, exactly? Can you post a stack trace? On Thu, Nov 5, 2020 at 8:38 AM Fernando Cesar da Silva < fsi...@synchro.com.br> wrote: > Hi all... > > We are consuming a SOAP WS that changed the security protocol

Re: [Axis2] Possible flaw in wsdl2java documentation? (jaxbri supported or not)

2021-01-31 Thread robertlazarski
I started to look into this. Jaxbri support was added after these docs were initially written, and they never got updated. Just wanted to reply to say I expect to have some upcoming commits here. I'll reply here when I know more ... It's fairly quick work but I haven't got to it yet. On Wed, Ja

Re: Axis2 1.8.0 Release timelines

2021-04-19 Thread robertlazarski
We are wrapping up the release now. We are volunteers so it's hard to say exactly when the release will be. The largest hurdle has been AXIS2-5959 regarding the complete removal of commons httpclient 3.x. I did a lot of coding in the last week on this. All that is remaining is some doc updates an

Re: Axis2 1.8.0 Release timelines

2021-04-19 Thread robertlazarski
mentioned i.e., > AXIS2-5959. > And also facing issue with one of the security vulnerability in Axis2 > 1.7.9 : * CVE-2020-0822.* > > > > > > *From:* robertlazarski > *Sent:* Monday, April 19, 2021 6:08 PM > *To:* java-user@axis.apache.org > *Subject:* Re: Axis2 1.

[Announce] Release of Apache Axis2 1.8.0

2021-08-08 Thread robertlazarski
The Apache Axis2 team is pleased to announce the general availability of the Axis2 1.8.0 release. The new version can be downloaded here: http://axis.apache.org/axis2/java/core/download.cgi It is also available from Maven central. -- The Apache Axis2 team

Re: [Axis2] Migration Issues

2021-09-29 Thread robertlazarski
While there has not been an official axis 1 release since 1.4 in 2006, there has been hundreds of commits to the project in git since then. https://github.com/apache/axis-axis1-java The Apache security team requires all active repos to have vulnerabilities fixed. There are no open CVE's in the pr

Re: [Axis2] Migration Issues

2021-09-29 Thread robertlazarski
021, 05:48 robertlazarski wrote: > While there has not been an official axis 1 release since 1.4 in 2006, > there has been hundreds of commits to the project in git since then. > > https://github.com/apache/axis-axis1-java > > The Apache security team requires all active repos to

Re: [Axis2] Migration Issues

2021-09-30 Thread robertlazarski
s mentioned there is one member who keeps the Axis1.x updated throughout > the years, is it possible to share his/her contact here? We would like to > reach out to him/her to understand more about current Axis1.x latest build. > > > > Thank you. > > > > > > Kind Regar

Re: Disabling retries with AXIS2/J 1.8.0

2021-10-20 Thread robertlazarski
I looked at the source going back a few years and at one point there was some axis2 java test coverage for commons httpclient 3.x features using HttpMethodParams.RETRY_HANDLER. When we converted over to httpclient 4.x, we redid EchoRawMTOMFaultReportTest. See the history for testEchoFaultSync() an

Re: [Axis2] Issue with wsdl2java

2021-10-21 Thread robertlazarski
I took a look at the source, the best I can tell is that your policy is not in the couple default policies supported - but it is close. http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization http://schemas.xmlsoap.org/ws/2004/09/policy/encoding This is a case where you need to lo

Re: Axis2 How to use my own HttpClient with SSL cert

2021-11-04 Thread robertlazarski
I don't see where the cert is loaded in your code. BTW, the latest httpclient version is 4.5.13. Anyways, if unsure you can find the cert of the target server via: openssl s_client -connect myserver.com:443 -showcerts Then you can set up httpclient like so ... tested with

[axis2] For users before 1.8.0, old Apache HTTPClient versions and CVE-2012-5785

2021-12-20 Thread robertlazarski
See AXIS2-6018, for users of Axis2 1.8.0 there is no issue. For users of 1.7.x who have upgraded to Apache HTTPClient 4.x as described in AXIS2-5959 and are using a recent version of Apache HTTPClient unaffected by CVE-2014-3577 from 2014 there is no issue. All users are always encouraged to upgr

Re: Help regarding generation of wsse:Security headers

2022-01-21 Thread robertlazarski
The wsse:Security sections are part of the soap envelope defined by the Axis sub project rampart: https://axis.apache.org/axis2/java/rampart/ I am not a current user of Rampart though I help maintain it. On Thu, Jan 13, 2022 at 6:31 PM Yeikel Valdes Santana wrote: > Hi all, > > > > I am new to

Re: [Axis2] log4j inquiry

2022-01-26 Thread robertlazarski
The latest log4j2 is 2.17.1. That's the version used in our pom.xml in git. 1.6.x actually ships with log4j 1.x. The Axis2 release of 1.8.0 shipped log4j2 jars, which unfortunately needs to be patched manually via the latest jars. We'll be releasing 1.8.1 soon that will fix that. On Wed, Jan 26

Re: Re: [Axis2] log4j inquiry

2022-01-26 Thread robertlazarski
his point. Should we just use the latest axis2-1.8.0.war and patch the > lower log4j 2.14.1 version to the newer 2.17.0? Has that been done and > proven to work on your end? > > > > When can we expect the 1.8.1 to be available? > > > > Thanks. > > > > >

Re: [axis2-jaxws] Errors occurred while build effective model

2022-02-02 Thread robertlazarski
I see the problem, I just compiled the axiom from the latest in git: [DEBUG] org.codehaus.mojo:aspectj-maven-plugin:jar:1.14.0 [DEBUG]org.aspectj:aspectjrt:jar:1.9.7:runtime [DEBUG]org.aspectj:aspectjtools:jar:1.9.7:runtime [DEBUG]com.sun:tools:jar:11.0.2:system Yet it seems part of t

  1   2   >