Re: Help with old service that uses soap encoding

2022-12-07 Thread robertlazarski
While Axis 1.4 was the last official release in 2006, we have a github repo with hundreds of commits since then related to security and build purposes. See below: git clone https://github.com/apache/axis-axis1-java.git The downside is that no active Axis committers are using 1.x in their own

Re: Help with old service that uses soap encoding

2022-12-07 Thread Thiago Milczarek Sayão
Hi Robert, Thanks for the reply. I still didn't have success. I'm thinking about using axis 1.4. Cheers. Em ter., 6 de dez. de 2022 às 11:13, robertlazarski < robertlazar...@gmail.com> escreveu: > I mean to include this link, which at the end of a page there is a better > xmlbeans example. > >

Re: Help with old service that uses soap encoding

2022-12-06 Thread robertlazarski
I mean to include this link, which at the end of a page there is a better xmlbeans example. https://axis.apache.org/axis2/java/core/tools/CodegenToolReference.html On Tue, Dec 6, 2022 at 4:04 AM robertlazarski wrote: > Did you ever figure this out? > > I got busy this past week, however I am

Re: Help with old service that uses soap encoding

2022-12-06 Thread robertlazarski
Did you ever figure this out? I got busy this past week, however I am interested in seeing how this could work. I'd start here, by running this xmlbeans example with wsdl2java. Then compare your wsdl with soap encoding to see what is missing.

Re: Help with old service that uses soap encoding

2022-11-30 Thread Thiago Milczarek Sayão
Robert, Thanks for the reply. I will try with xmlbeans as databinding. One question: cur.insertElementWithText("processSyncReturn","this is array element 2"); This is the example on stackoverflow. How would I insert a complex type, instead of a string? My guess it to serialize de

Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Sorry, wrong link: https://stackoverflow.com/questions/11561194/how-can-i-get-axis2-to-handle-an-array On Tue, Nov 29, 2022 at 10:56 AM robertlazarski wrote: > Axis2 doesn't support soapenc. > > Axis 1.x does, but you likely don't want to use that. > > Some have claimed that you can use the

Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Axis2 doesn't support soapenc. Axis 1.x does, but you likely don't want to use that. Some have claimed that you can use the XMLBeans API directly, after you run wsdl2code. See the bottom of this link for an example.

Help with old service that uses soap encoding

2022-11-29 Thread Thiago Milczarek Sayão
Hello, I've posted the question here: https://stackoverflow.com/questions/74577973/how-to-use-array-soap-encoding-type-with-axis2-xmlbeans I want to use this service: https://farmaciapopular-autorizador.saude.gov.br/farmaciapopular-autorizador/services/ServicoSolicitacaoWS?wsdl It

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, > > >

Help regarding generation of wsse:Security headers

2022-01-13 Thread Yeikel Valdes Santana
Hi all, I am new to Axis and I am trying to use it to integrate with an external Soap Service. I generated the stub using the following maven configuration : org.apache.axis2 axis2-wsdl2code-maven-plugin ${axis2.version} wsdl2code

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

2020-09-09 Thread robertlazarski
;> >>>> >>>> >>>> >>>> Robert >>>> >>>> On Wed, Sep 9, 2020 at 4:41 PM Murali Challa >>>> wrote: >>>> >>>>> We already using log4j2 in our application for logs

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

2020-09-09 Thread Murali Challa
li Challa >>> wrote: >>> >>>> We already using log4j2 in our application for logs. >>>> >>>> Do we need have specific log4j configuration as well to monitor Axis2 >>>> logs? >>>> >>>> On Thu, 10 Sep 2020,

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

2020-09-09 Thread robertlazarski
gt; On Wed, Sep 9, 2020 at 4:41 PM Murali Challa >> wrote: >> >>> We already using log4j2 in our application for logs. >>> >>> Do we need have specific log4j configuration as well to monitor Axis2 >>> logs? >>> >>> On Thu, 10 Sep 2020, 6

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

2020-09-09 Thread Murali Challa
j2 in our application for logs. >> >> Do we need 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 pu

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

2020-09-09 Thread robertlazarski
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,

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

2020-09-09 Thread Murali Challa
We already using log4j2 in our application for logs. Do we need 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

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

2020-09-09 Thread robertlazarski
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, i.e. classes/log4j.properties , there should be some errors in the logs or console. Robert On Wed, Sep 9, 2020 at 12:42 PM Murali Challa wrote: >

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

2020-09-09 Thread Murali Challa
gt;>>>>>>> robertlazar...@gmail.com> wrote: >>>>>>>> >>>>>>>>> You can put the aar file of your axis2 code in your existing >>>>>>>>> application, by creating a WEB-INF/services dire

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

2020-09-08 Thread robertlazarski
> your >>>>>>>> aar. Your aar file can include your axis2 code though that could >>>>>>>> alternatively go into WEB-INF/classes as normal. >>>>>>>> >>>>>>>> The aar file needs at least your ser

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

2020-09-08 Thread Murali Challa
rmal. >>>>>>> >>>>>>> The aar file needs at least your services.xml. >>>>>>> >>>>>>> The axis2 jar dependencies depends on your use case. Here's what I >>>>>>> use for my json and soap services,

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

2020-09-08 Thread robertlazarski
ncies depends on your use case. Here's what I >>>>>> use for my json and soap services, as an example. >>>>>> >>>>>> axis2-adb-1.7.9.jar axis2-jaxws-1.7.9.jar >>>>>> axis2-spring-1.7.9.jar >>>>>

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

2020-09-08 Thread Murali Challa
gt;>> axis2-json-1.7.9.jaraxis2-transport-local-1.7.9.jar >>>>> axis2-codegen-1.7.9.jar axis2-kernel-1.7.9.jar >>>>> axis2-java2wsdl-1.7.9.jar axis2-metadata-1.7.9.jar >>>>> >>>>> Robert >>>>> >>>>> On

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

2020-09-07 Thread robertlazarski
;>>> >>>> Robert >>>> >>>> On Sun, Sep 6, 2020 at 9:04 AM Murali Challa >>>> wrote: >>>> >>>>> So if I keep the Axis2 war file in my websphere, there is no need to >>>>> keep Axis2 jar in lib folde

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

2020-09-07 Thread Murali Challa
, 2020 at 9:04 AM Murali Challa >>> wrote: >>> >>>> So if I keep the Axis2 war file in my websphere, there is no need to >>>> keep Axis2 jar in lib folder of actual application? >>>> >>>> And in which location of websphere I nee

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

2020-09-07 Thread robertlazarski
w >>> my app is going to refer to that war to run the webseries of my application? >>> >>> Might be asking more questions, but want to understand how Axis2 war >>> integrated in our actual application. >>> >>> Thank you so much for your patience a

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

2020-09-06 Thread Murali Challa
this Axis2 war and how >> my app is going to refer to that war to run the webseries of my application? >> >> Might be asking more questions, but want to understand how Axis2 war >> integrated in our actual application. >> >> Thank you so much for your patience an

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

2020-09-06 Thread Murali Challa
6, 2020 at 9:04 AM Murali Challa >>> wrote: >>> >>>> So if I keep the Axis2 war file in my websphere, there is no need to >>>> keep Axis2 jar in lib folder of actual application? >>>> >>>> And in which location of websphere I ne

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

2020-09-06 Thread robertlazarski
nd how >>> my app is going to refer to that war to run the webseries of my application? >>> >>> Might be asking more questions, but want to understand how Axis2 war >>> integrated in our actual application. >>> >>> Thank you so much for your patienc

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

2020-09-06 Thread Murali Challa
gt;> And in which location of websphere I need to keep this Axis2 war and how >> my app is going to refer to that war to run the webseries of my application? >> >> Might be asking more questions, but want to understand how Axis2 war >> integrated in our actual application. &g

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

2020-09-06 Thread robertlazarski
nd in which location of websphere I need to keep this Axis2 war and how >> my app is going to refer to that war to run the webseries of my application? >> >> Might be asking more questions, but want to understand how Axis2 war >> integrated in our actual application. &g

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

2020-09-06 Thread robertlazarski
n. > > 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 Murali Challa
questions, but want to understand how Axis2 war integrated in our actual application. 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: &g

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

2020-09-06 Thread robertlazarski
>> >> Axis2 uses commons-logging internally. The default is log4j, I am using >> log4j2 in my own Axis2 projects. I would expect at least some console >> output on errors. >> >> Robert >> >> >> >> >> On Sun, Sep 6, 2020 at 7:

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

2020-09-06 Thread Murali Challa
jsp > > Axis2 uses commons-logging internally. The default is log4j, I am using > log4j2 in my own Axis2 projects. I would expect at least some console > output on errors. > > Robert > > > > > On Sun, Sep 6, 2020 at 7:11 AM Murali Challa > wrote: > >> Can anyo

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

2020-09-06 Thread robertlazarski
ns-logging internally. The default is log4j, I am using log4j2 in my own Axis2 projects. I would expect at least some console output on errors. Robert On Sun, Sep 6, 2020 at 7:11 AM Murali Challa wrote: > Can anyone from this group help me out please.. > > I'm debugging it from last 1 week

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

2020-09-06 Thread Murali Challa
Can anyone from this group help me out please.. I'm debugging it from last 1 week but not getting any clue to resolve it. Thanks & Regards, Murali On Sun, 6 Sep 2020, 10:38 pm Alexey Borschenko, wrote: > No idea how it works under WebSphere. Sorry. > > On 6 Sep 2020, at 20:04,

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

2020-09-06 Thread Alexey Borschenko
t is not working and no errors > to debug the issue. > > So kindly help to suggest if any changes need to be done at app server end > other than adding jars. > > Thanks again for your consideration and help. > > Thanks & Best Regards, > Murali > > On Sun, 6 Sep 2

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

2020-09-06 Thread Murali Challa
client is getting initialized and the specified service call is getting executed. But when I deployed same stub in my server, it is not working and no errors to debug the issue. So kindly help to suggest if any changes need to be done at app server end other than adding jars. Thanks again

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

2020-09-06 Thread Alexey Borschenko
> logs to debug the issue. > By adding some sysouts statements, we are guessing that the flow is breaking > while creating _serviceClient object. > > Kindly help to know if we are missing something. Also please confirm if we > need to add any configurations in our webshpere to

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

2020-09-06 Thread Murali Challa
the issue.By adding some sysouts statements, we are guessing that the flow is breaking while creating _serviceClient object. Kindly help to know if we are missing something. Also please confirm if we need to add any configurations in our webshpere to use axis2 jar. Please note that we just generated

Help debugging org.apache.axis2.AxisFault: WSDoAllReceiver: security processing failed (actions mismatch)

2016-08-19 Thread ariel sabiguero yawelak
Hello. I am trying to invoke a WS using a cliente based on Axis 1.6.4 + Rampart 1.6.4. There is no access to the server to access log files or get other information. The WSDL includes this "simple" policy: http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512

RE: Need help getting XMLStreamException: end reached! axis2 1.3

2014-07-09 Thread Sharma, Vipin K
, 2014 10:57 AM To: 'java-user@axis.apache.org' Subject: Need help getting XMLStreamException: end reached! axis2 1.3 Hi I am consuming a SOAP webservice , using axis2 1.3 and JDK 1.7_04. We have installed security certificate also. Sometimes we get below exception

RE: Need help getting XMLStreamException: end reached! axis2 1.3

2014-07-09 Thread Sharma, Vipin K
' Subject: RE: Need help getting XMLStreamException: end reached! axis2 1.3 On Unix machine we are able to call webservice successfully only once after java server( Standalone java program which runs some threads ) restart. And all calls after that are getting failed. This exception doesn't say

Need help getting XMLStreamException: end reached! axis2 1.3

2014-07-08 Thread Sharma, Vipin K
Hi I am consuming a SOAP webservice , using axis2 1.3 and JDK 1.7_04. We have installed security certificate also. Sometimes we get below exception org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: end reached! at

Fwd: Fwd: Need Help Regarding AXIS2 Client Implementation

2014-01-16 Thread Rajnish Thakur
Hi, Please somebody cab help me on issue below. Regards, Rajnish Thakur -- Forwarded message -- From: Rajnish Thakur rajneesh...@gmail.com Date: Mon, Jan 13, 2014 at 5:19 PM Subject: Re: Fwd: Need Help Regarding AXIS2 Client Implementation To: java-...@axis.apache.org Hi All

Re: Fwd: Fwd: Need Help Regarding AXIS2 Client Implementation

2014-01-16 Thread Rajnish Thakur
. One possible way to handle that would be is to get the working version of the client and send it through TCP monitor and find the correct message format that the service is asking for. Then create the OMElement with that format. Deepal Hi, Please somebody cab help me on issue below

Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
Hello all, I'm new to Apache Axis2. I'm currently following tutorial at http://axis.apache.org/axis2/java/core/docs/userguide-creatingclients.html#createclientsfor generating a axis2 client. For ADB method it says to create a client.java class which contains the code at Listing 7. But link for

Re: Help for generating axis2 client

2013-11-24 Thread suresh
()); System.out.println(res.getItemId());} catch(Exception e){ e.printStackTrace();System.out.println(\n\n\n);}}} -- View this message in context: http://axis.8716.n7.nabble.com/Help-for-generating-axis2-client-tp114361p114362.html Sent from

RE: Help for generating axis2 client

2013-11-24 Thread Martin Gainty
of the phillipines routers do appear in your pathping listing then clear your arp cache e.g. arp -d * ) Martin -- __ From: chrishan...@gmail.com Date: Sun, 24 Nov 2013 15:08:29 -0800 Subject: Re: Help for generating axis2 client To: java-user

Re: Axis2 WSDL2Java ClientStub - Exceptions with same Qname - please help!

2013-08-22 Thread raz
-help-tp5001310p5006078.html Sent from the Axis2-user mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

help

2012-12-14 Thread Maria Din
;}} and the interface CalculatorWS.java: import javax.jws.WebService;import javax.xml.ws.Holder; @WebService(targetNamespace = http://superbiz.org/wsdl;)public interface CalculatorWs { public void sumAndMultiply(int a, int b, HolderInteger sum, HolderInteger multiply);} Please, can someone help

RE: Axis SSL authentication help!

2012-11-15 Thread Martin Gainty
which accepts self-signed certs into production! Obrigado, Martin __ Por favor...não alterar ou interromper esta comunicação. From: oscas...@hotmail.com To: java-user@axis.apache.org Subject: RE: Axis SSL authentication help! Date: Thu, 15 Nov 2012

Re: Axis SSL authentication help!

2012-11-15 Thread am am
I am using Tomcat. But the question is about client side. NOT server side From: Martin Gainty mgai...@hotmail.com To: java-user@axis.apache.org Sent: Thursday, November 15, 2012 9:22 PM Subject: RE: Axis SSL authentication help! Good Point if...you

RE: Axis SSL authentication help!

2012-11-14 Thread Martin Gainty
, 13 Nov 2012 22:27:37 -0800 From: akme...@yahoo.com Subject: Re: Axis SSL authentication help! To: java-user@axis.apache.org Also why are you mentioning about the refactoring to different web apps? I am asking about client side code From: Martin Gainty mgai...@hotmail.com To: java-user

Re: Axis SSL authentication help!

2012-11-14 Thread am am
...@hotmail.com To: java-user@axis.apache.org Sent: Wednesday, November 14, 2012 3:43 PM Subject: RE: Axis SSL authentication help! You need 2 different webapps one which implements SunFakeTrustSocketFactory for implementing unsigned server certs ..which would NEVER be used in Production

Re: Axis SSL authentication help!

2012-11-14 Thread Andreas Veithen
To: java-user@axis.apache.org Sent: Wednesday, November 14, 2012 3:43 PM Subject: RE: Axis SSL authentication help! You need 2 different webapps one which implements SunFakeTrustSocketFactory for implementing unsigned server certs ..which would NEVER be used in Production Environment

Re: Axis SSL authentication help!

2012-11-14 Thread am am
authentication help! I think that the socket factory is cached. Therefore changing the properties after the first request will have no effect. What I would do is to write my own socket factory that implements the necessary logic to distinguish between the two cases. Andreas On Wed, Nov 14, 2012

RE: Axis SSL authentication help!

2012-11-14 Thread Oscar Rugama
Sure properties are global, this kind of info is cached Regards Date: Wed, 14 Nov 2012 22:14:23 -0800 From: akme...@yahoo.com Subject: Re: Axis SSL authentication help! To: java-user@axis.apache.org So AxisProperties is global? From the docs it is unclear if they are bound to threads

Axis SSL authentication help!

2012-11-13 Thread am am
for this? If you could help me here it would be great guys! Thank you

RE: Axis SSL authentication help!

2012-11-13 Thread Martin Gainty
help! To: java-user@axis.apache.org Hi,I am using Axis 1 and need to do SSL authentication of a web service.I found that I need to use: AxisProperties.setProperty(axis.socketSecureFactory, com.example.MySSLSocketFactory); to set my custom factory and trust managers.Problem: I also need to skip

Re: [AXIS2][AXIOM] org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR with OMElement created from XML file. HELP ME PLEASE, IMPORTANT!

2012-10-02 Thread Andreas Veithen
stAXOMBuilder = new StAXOMBuilder(omFactory, parser); OMElement documentElement = stAXOMBuilder.getDocumentElement(); But it didn't work. How can i creat an AXIOM object, with a child created from XML File? Please help me, i'm in big trouble! Thanks in advance, Agazzi

Re: [AXIS2][AXIOM] org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR with OMElement created from XML file. HELP ME PLEASE, IMPORTANT!

2012-10-02 Thread FILIPPO AGAZZI
(omFactory, parser); OMElement documentElement = stAXOMBuilder.getDocumentElement(); But it didn't work. How can i creat an AXIOM object, with a child created from XML File? Please help me, i'm in big trouble! Thanks in advance, Agazzi

[AXIS2][AXIOM] org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR with OMElement created from XML file. HELP ME PLEASE, IMPORTANT!

2012-10-01 Thread FILIPPO AGAZZI
); OMElement documentElement = stAXOMBuilder.getDocumentElement(); But it didn't work. How can i creat an AXIOM object, with a child created from XML File? Please help me, i'm in big trouble! Thanks in advance, Agazzi

RE: newbie needs help with WSDL

2012-07-25 Thread Doughty, Michael
/ /wsdl:message From: ashi...@eastlink.ca [mailto:ashi...@eastlink.ca] Sent: Wednesday, July 25, 2012 12:30 PM To: java-user@axis.apache.org Subject: newbie needs help with WSDL Hi there, I've created a wsdl file attached, and when I run WSDL2Java I get the following error message

Re: Help

2012-07-15 Thread Andreas Veithen
, help me, I am really blocked - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Re: Help

2012-07-07 Thread robert lazarski
this Error: The type org.apache.axis.enum.Style cannot be resolved. It is indirectly referenced from required .class files Please, help me, I am really blocked Looks like an axis 1.x issue with old JVM's: http://objectmix.com/java/75732-org-apache-axis-cannot-resolved-type-syntax-error-token-enum

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
Thanks - the elementFormDefault isn't declared and I believe the default is unqualified. I've played around quite a bit with those arguments for creating the OMNamespace and am less certain that is the cause of my error. I'm not sure why I am not getting an attachment back from the call. Is this

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread Andreas Veithen
On Tue, May 22, 2012 at 6:36 PM, eric johnson ejjohn...@gmail.com wrote: Thanks - the elementFormDefault isn't declared and I believe the default is unqualified.  I've played around quite a bit with those arguments for creating the OMNamespace and am less certain that is the cause of my error.

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
I am attempted to attach a binary file to my response and was hoping to use mtom. I am working with XMLBeans objects from generating code via wsdl2java and using the org.apache.axis2.receivers.AbstractInOutMessageReceiver implementation that was generated. Is this possible? Now that I've found

[axis2 1.6.0] with rampart - help required for X509

2012-04-25 Thread Natanasabai C
are the properties that you need to set in Rampart config. Appreciate your help. My sample SOAP request is below. soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:test=http://www.walgreens.com/test/; soapenv:Header wsse:Security xmlns:wsse= http

Help required for axis2 1.6.0 keep alive configuration

2012-04-01 Thread Natanasabai C
Hi, I am trying to use the keep alive property for axis 2 1.6.0. I require some help related to this. As per the documentation provide by the link http://axis.apache.org/axis2/java/core/docs/http-transport.html#CommonsHTTPTransportSender I have made the following changes. client side axis2.xml

Re: Need help in using X509 certificate with rampart

2012-03-26 Thread Ruchith Fernando
is not present in the other 2 xmls (signed , encrypted). Instead wsse:BinarySecurityToken tag with certid is present in these requests. My assumption is that the other 2 xmls (signed , encrypted) are also using X509 certificates. Can someone confirm if they use X509 certificates. Your help

somebody can help me

2012-02-10 Thread bohr.qiu
country:null ns2:country node have been assigned null,why this happy ,please somebody help me,thx.

Re: somebody can help me

2012-02-10 Thread Shameera Rathnayaka
null,why this happy ,please somebody help me,thx. ** ** ** ** -- Shameera Rathnayaka Undergraduate Department of Computer Science and Engineering University of Moratuwa. Sri Lanka. Blog : http://shameerarathnayaka.blogspot.com/

Re: Help: Element is referenced but not defined

2012-02-09 Thread Sagara Gunathunga
// /wsdl:port /wsdl:service /wsdl:definitions * -- View this message in context: http://old.nabble.com/Help%3A-Element-is-referenced-but-not-defined-tp33291168p33291168.html Sent from the Axis - User mailing list archive at Nabble.com

Re: Help: Element is referenced but not defined

2012-02-09 Thread Andreas Veithen
* -- View this message in context: http://old.nabble.com/Help%3A-Element-is-referenced-but-not-defined-tp33291168p33291168.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user

HELP: Issue with ADB MTOMAwareOMBuilder

2012-01-30 Thread Wallace Dennis Jr .
Hello, I am trying to create a service to return a composite of response elements from other services. I am able to successfully serialize the response by obtaining an OMElement like this: OMElement elem = response.getOMElement(

Re: help plz

2011-12-19 Thread Andreas Veithen
of java-user-h...@axis.apache.org, I have tried to contact even the list owner, who is OK to be slower than the list robot but... Well, I could redirect the list to /dev/null but I don't like resource wastage :) Could someone please be so kind as to help a me, a lame, to unsubscribe from here

Re: Help with fault implementation

2011-12-06 Thread Kishanthan Thangarajah
Hi, On Mon, Dec 5, 2011 at 9:39 PM, Sathunuri, Hariprasad (US - Arlington) hsathun...@deloitte.com wrote: Hi, I am trying to replicate the fault handling using AXIS2 withe the help of example provided in the AXIS2 WAR file (BankServcieSkelton.Java). The service class is throwing the below

help plz

2011-12-06 Thread ilab
tried to contact even the list owner, who is OK to be slower than the list robot but... Well, I could redirect the list to /dev/null but I don't like resource wastage :) Could someone please be so kind as to help a me, a lame, to unsubscribe from here? Thanks in advance, ilab

Help with fault implementation

2011-12-05 Thread Sathunuri, Hariprasad (US - Arlington)
Hi, I am trying to replicate the fault handling using AXIS2 withe the help of example provided in the AXIS2 WAR file (BankServcieSkelton.Java). The service class is throwing the below exceptions : * InsufficientFundFaultMessage * AccountNotExistFaultMessage Could you please provide

help with axis2 error

2011-11-07 Thread John Igor Bandeira da Cruz
perfectly. Please, could someone help me to find a solution?

Re: error handling - please help

2011-10-25 Thread Grant Maxwell
Hi Can anyone help with this please ? suggestion to use tools like tcp monitor will not work. We need to get = the error information inside the application and handle the error.=20 advice on how to get the original incoming packet containing the error = information would be much appreciated

Re: error handling - please help

2011-10-25 Thread Dan Haywood
wireshark? On 25 October 2011 10:58, Grant Maxwell grant.maxw...@maxan.com.au wrote: Hi Can anyone help with this please ? suggestion to use tools like tcp monitor will not work. We need to get = the error information inside the application and handle the error.=20 advice on how to get

error handling - please help

2011-10-20 Thread Grant Maxwell
Hi I am writing a java/axis2 program to access a remote service written in .Net. The problem I am having is that when the remote service does not like our request for some reason it does not return a soap message but rather outputs an http message like: Server was unable to process request.

Help

2011-09-12 Thread imran ismail
Hi All, I am just new to web services. However I have found a tutorial to develop Axis2 base web services using eclipse. But, when I'm trying to install the Axis2 into eclipse i find a error saying that, unable to install axis2 core 1.1 and in the details it says Nullpointer exception. Is any

RE: Help

2011-09-12 Thread Tony HEDOUX
: Help To: java-user@axis.apache.org Hi All,I am just new to web services. However I have found a tutorial to develop Axis2 base web services using eclipse. But, when I'm trying to install the Axis2 into eclipse i find a error saying that, unable to install axis2 core 1.1 and in the details it says

Re: Help

2011-09-12 Thread Kanchana Welagedara
Hi Imran There are inbuilt eclipse plugins to Axis java 2,Here is another tutorials which describes things very clear and step by step. http://wso2.org/library/1719 It has been successful for me.I still doubt about the Nullpoint error due to this. Can you please post the full error Thanks

Re: Help

2011-09-12 Thread imran ismail
...@hotmail.com To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:01 PM Subject: RE: Help Hi, What do you exactly means by install Axis2 ? If you use Eclipse WTP, you just have to give Axis2 binary path to Eclipse. Maybe have you this null pointer exception when you try

Re: Help

2011-09-12 Thread imran ismail
Hi, After I remove the plugin directory I couldn't start the eclipse. regards, Imran From: Tony HEDOUX hedo...@hotmail.com To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Stop Eclipse. Make a backup of your

RE: Help

2011-09-12 Thread Tony HEDOUX
: rishar...@yahoo.com Subject: Re: Help To: java-user@axis.apache.org Hi,After I remove the plugin directory I couldn't start the eclipse. regards,Imran From: Tony HEDOUX hedo...@hotmail.com To: java-user@axis.apache.org Sent: Monday, September 12, 2011 12:59 PM Subject: RE: Help Hi, Stop Eclipse

Re: Help

2011-09-12 Thread imran ismail
Hi, Thanks for the correction, Any way still I am having the same problem. Kind regards, Imran From: Tony HEDOUX hedo...@hotmail.com To: java-user@axis.apache.org Sent: Monday, September 12, 2011 4:42 PM Subject: RE: Help Hi, Sorry, eclipse/plugin

Need help on rampart

2011-08-23 Thread jing
Hi, everyone: I am using UsernameToken Authentication policy in rampart to secure my axis 1.4 web service. Here is my call-back handler class on the service side: public class PWHandler implements CallbackHandler { private String sessionID = null; public void handle (Callback[]

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread Sagara Gunathunga
On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 adolf@gmail.com wrote: Hi :       Does anyone face the following problems ? I use Spring + Axis2 1.4 to develop my web services and package it as a WAR file. Finally, I deploy my problem into Jetty 6. However, I found my web service will be 

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your replies. I am sure it should not have other exceptions happened before the updeployment. However, I also think the rout cause should be caused by Axis2. But, I have no idea how to clarify the actual fact. 2011/8/21 seba.wag...@gmail.com seba.wag...@gmail.com Is

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-22 Thread 浮生半世情
Dears: Thanks for your suggestions, I will try to revise my configure to check if the event will happen again. 2011/8/22 Sagara Gunathunga sagara.gunathu...@gmail.com On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 adolf@gmail.com wrote: Hi : Does anyone face the following problems

[Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-21 Thread 浮生半世情
Hi : Does anyone face the following problems ? I use Spring + Axis2 1.4 to develop my web services and package it as a WAR file. Finally, I deploy my problem into Jetty 6. However, I found my web service will be undeployed automatically after a few days. I can't sure the duration.But, I

Re: [Help][Axis2 1.4 + Jetty 6] My Web Service Suffers Automatically Undeployed

2011-08-21 Thread seba.wag...@gmail.com
Is there maybe an exception / problem beforehand that leads to this? Some other exception? I guess it might be sth external that can lead to that. Axis will surely be not the root reason to *auto-undeploy* your webapp. Sebastian 2011/8/21 浮生半世情 adolf@gmail.com: Hi :       Does anyone face

Re: axis2 over HTTPS - Help!

2011-07-28 Thread Denise Wu
the webservice from a client. Thanks for your help. On Wed, Jul 27, 2011 at 4:33 PM, Jose Marin jma...@trla.org wrote: Hi Denise, Have you ascertained your ssl is installed properly, and you can pull up an https page on your server via the web? What about your error logs, what do they say

Re: axis2 over HTTPS - Help!

2011-07-28 Thread Sagara Gunathunga
is when I invoke the webservice from a client. Thanks for your help. On Wed, Jul 27, 2011 at 4:33 PM, Jose Marin jma...@trla.org wrote: Hi Denise, Have you ascertained your ssl is installed properly, and you can pull up an https page on your server via the web? What about your error logs

  1   2   >