RE: Need help with Axis 1.0 to Axis 2 Migration

2025-02-09 Thread Debra Petta
My mistake! I didn’t know to look under the modules directory. I was looking under the src directory. Thanks for your help! I’ll study the codebase and see if I can figure out my issue. From: robertlazarski Sent: Sunday, February 9, 2025 1:04 PM To: java-user@axis.apache.org Subject: Re

Re: Need help with Axis 1.0 to Axis 2 Migration

2025-02-09 Thread robertlazarski
file and it seems to require a Maven build, which > doesn’t work for me. > > > > Is there an easier way to get the source code? If not, I will attempt to > build it again and provide you > > with the Maven error log. > > > > Thanks for your help! > > > >

RE: Need help with Axis 1.0 to Axis 2 Migration

2025-02-09 Thread Debra Petta
is not included in the associated zip file and it seems to require a Maven build, which doesn’t work for me. Is there an easier way to get the source code? If not, I will attempt to build it again and provide you with the Maven error log. Thanks for your help! -Debra From: robertlazarski

Re: Need help with Axis 1.0 to Axis 2 Migration

2025-02-09 Thread robertlazarski
This is my best guess at what is happening in the code you posted - with the caveat that I haven't used Axis 1.x nor a WSDL in my own projects in many years, albeit I help maintain both areas of code. The WSDL2Java error indicates it is expecting to conform specifically to the RPC / Literal

Re: Need help with Axis 1.0 to Axis 2 Migration

2025-02-06 Thread robertlazarski
This has been a busy week for me and the email is long over a complicated subject however I expect to see what advice I can give in the next few days. On Fri, Jan 31, 2025 at 11:15 AM Debra Petta wrote: > Hi Everyone – > > > > I am in the process of attempting to convert my Axis 1.0 application

Need help with Axis 1.0 to Axis 2 Migration

2025-01-31 Thread Debra Petta
Hi Everyone - I am in the process of attempting to convert my Axis 1.0 application to Axis 2 (version 1.8.2). I have been reviewing the User Guide and the related documentation for Axis 2 for several weeks now, however I couldn't find any documentation that addresses my specific questions, so I

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 pro

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 in

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. https://axis.apache.org/axis2/java/core/docs/userguid

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 XmlObj

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 XML

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. https://stackoverflow.com/questions/74577973/how-to-use-array-soap-encoding-typ

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 genera

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
gt;>>> >>>> >>>> >>>> >>>> Robert >>>> >>>> On Wed, Sep 9, 2020 at 4:41 PM Murali Challa >>>> wrote: >>>> >>>>> We already using log4j2 in our applicatio

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

2020-09-09 Thread Murali Challa
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

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

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

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

2020-09-09 Thread Murali Challa
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 y

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 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
1:04 am robertlazarski, < >>>>>>>> robertlazar...@gmail.com> wrote: >>>>>>>> >>>>>>>>> You can put the aar file of your axis2 code in your existing >>>>>>>>> application, by cr

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 fil

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

2020-09-08 Thread Murali Challa
EB-INF/classes as normal. >>>>>>> >>>>>>> The aar file needs at least your services.xml. >>>>>>> >>>>>>> The axis2 jar dependencies depends on your use case. Here's what I >>>>>>> use for m

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

2020-09-08 Thread robertlazarski
dependencies 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
9.jar >>>>> 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 >>>>> >>

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

2020-09-07 Thread robertlazarski
a-1.7.9.jar >>>> >>>> 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 j

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

2020-09-07 Thread Murali Challa
; 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 folder of actual application? >>>> >>>> And in which location of

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

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

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

2020-09-06 Thread Murali Challa
ed 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. >> >> Thank you so much for your p

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

2020-09-06 Thread Murali Challa
p 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

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

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

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

2020-09-06 Thread Murali Challa
>> 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 applicatio

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

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

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 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:11

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

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

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

2020-09-06 Thread Alexey Borschenko
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 for

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

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 Im

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

2014-07-09 Thread Sharma, Vipin K
e.org' 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 d

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

2014-07-09 Thread Sharma, Vipin K
ly 09, 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

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 org.apache.axiom.om.impl.builder.StAXOMBuilder.next

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

2014-01-16 Thread Rajnish Thakur
hat in the WSDL. > > 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 > >

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

2014-01-16 Thread Deepal jayasinghe
Hi, Please somebody cab help me on issue below.   Regards, Rajnish Thakur -- Forward

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 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, PSB WSDL document

Re: Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
he 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@axis.apache.org > > > Hi, > > The link works fine. > > I'm not

RE: Help for generating axis2 client

2013-11-24 Thread Martin Gainty
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: Help for generating axis2 client

2013-11-24 Thread Isuru Perera
Hi, The link works fine. I'm not sure why it doesn't work for you. It links to http://axis.apache.org/axis2/java/core/docs/userguide-codelisting7.html I hope this helps. Best Regards, On Sun, Nov 24, 2013 at 10:21 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hello all, > I

Re: Help for generating axis2 client

2013-11-24 Thread suresh
ItemResponse res = stub.multipleParametersAddItem(req); System.out.println(res.getSuccessfulAdd()); System.out.println(res.getItemId());} catch(Exception e){ e.printStackTrace();System.out.println("\n\n\n");

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 List

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
ode.OUT) Holder multiply) {sum.value = a + b;multiply.value = a * b;}} 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, Holder sum, Holder multiply);} Please, can someone help me?

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 To: java-user@axis.apache.org Sent: Thursday, November 15, 2012 9:22 PM Subject: RE: Axis SSL authentication help! Good Point if...you start the webapp with

RE: Axis SSL authentication help!

2012-11-15 Thread Martin Gainty
ebapp 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

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 or

Re: Axis SSL authentication help!

2012-11-14 Thread am am
So AxisProperties is global? From the docs it is unclear if they are bound to threads or classloader From: Andreas Veithen To: java-user Sent: Wednesday, November 14, 2012 10:51 PM Subject: Re: Axis SSL authentication help! I think that the socket

Re: Axis SSL authentication help!

2012-11-14 Thread Andreas Veithen
Martin Gainty > 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 woul

Re: Axis SSL authentication help!

2012-11-14 Thread am am
-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 this would

RE: Axis SSL authentication help!

2012-11-14 Thread Martin Gainty
ité pour le contenu fourni. Date: Tue, 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 Gaint

Re: Axis SSL authentication help!

2012-11-13 Thread am am
Also why are you mentioning about the refactoring to different web apps? I am asking about client side code From: Martin Gainty To: java-user@axis.apache.org Sent: Wednesday, November 14, 2012 4:03 AM Subject: RE: Axis SSL authentication help! need to

Re: Axis SSL authentication help!

2012-11-13 Thread am am
esday, November 14, 2012 4:03 AM Subject: RE: Axis SSL authentication help! need to skip any server authentication in some requests (e.g. use SunFakeTrustSocketFactory). MG>you need to retask this to use 2 separate webapps MG>one which will authenticate your credentials with MySSLSocketFac

RE: Axis SSL authentication help!

2012-11-13 Thread Martin Gainty
Subject: Axis SSL authentication 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 facto

Axis SSL authentication help!

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

Help with duplicate element and namespace names in wsdl

2012-10-19 Thread Johan Rask
We are using thirdparty wsdl files that we are generating java files with using axis2 & xmlbeans. Now we have a problem that there are duplicate elements in different files but with the same namespace. Example: file1.wsdl => file2.wsdl => So, the result is that the same file is genera

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
er = new FileReader(policy_file); > > XMLStreamReader parser = > > XMLInputFactory.newInstance().createXMLStreamReader(soapFileReader); > > StAXOMBuilder stAXOMBuilder = new > StAXOMBuilder(omFactory, > > parser); > >

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
stance().createXMLStreamReader(soapFileReader); > StAXOMBuilder stAXOMBuilder = new StAXOMBuilder(omFactory, > parser); > OMElement documentElement = > stAXOMBuilder.getDocumentElement(); > > But it didn't work. How can i creat an A

[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
Factory, 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: newbie needs help with WSDL

2012-07-25 Thread Doughty, Michael
anges; Part 3 changes: 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 crea

newbie needs help with WSDL

2012-07-25 Thread Alan Shiers
Hi there, I've created a wsdl file attached, and when I run WSDL2Java I get the following error message. C:\axis2-1.6.2\samples\pnskeywords>%AXIS2_HOME%\bin\WSDL2Java -uri keyword.wsdl -p com.personalnetsearch.plugin.keys.axis2 -pn "IndustryListPort" -d adb -s Using AXIS2_HOME: C:\axis2

Re: Help

2012-07-15 Thread Andreas Veithen
irectly > referenced from required .class files > > > Please, 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
? "u" : ""; > gives me 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://objectmi

Help

2012-07-07 Thread Maria Din
tyle cannot be resolved. It is indirectly referenced from required .class files Please, help me, I am really blocked

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 s

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 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. In that case y

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
The answer depends on the elementFormDefault declared on the schema. Andreas On Mon, May 21, 2012 at 10:10 PM, eric johnson wrote: > Hi, > > I'm having some trouble adding an attachment to my response after > attempting to follow the instructions here: > http://axis.apache.org/axis2/java/core/do

axis2 mtom attach document to response - help please

2012-05-21 Thread eric johnson
Hi, I'm having some trouble adding an attachment to my response after attempting to follow the instructions here: http://axis.apache.org/axis2/java/core/docs/mtom-guide.html# The example from that url I am following is:         OMElement imageElement = fac.createOMElement("image", omNs);      

[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. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:test="http://www.walgreens.com/test/";> http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur

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
icate which 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 u

Re: 答复: somebody can help me

2012-02-10 Thread Shameera Rathnayaka
" >> http://localhost:8080/axis2/services/WeatherService";); >> >>stub.setWeather(setWeather); >> >> ** ** >> >> I have no chance to modify the soap message. >> >> ** ** >> >> *发

答复: somebody can help me

2012-02-10 Thread bohr.qiu
2012年2月10日 星期五 22:28 收件人: java-user@axis.apache.org 主题: Re: somebody can help me hi , try with this http://www.w3.org/2003/05/soap-envelope";> http://service.pojo.sample <http://service.pojo.sample/> ">

Re: somebody can help me

2012-02-10 Thread Shameera Rathnayaka
china > > > > > > > > And I receive > > weather:Weather [temperature=20.3, forecast=rain, rain=true, > howMuchRain=102.3] > > city:china > > country:null > > ** ** > > ** ** > > ns2:country node have been assigned 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/

somebody can help me

2012-02-10 Thread bohr.qiu
Weather [temperature=20.3, forecast=rain, rain=true, howMuchRain=102.3] city:china country:null ns2:country node have been assigned null,why this happy ,please somebody help me,thx.

Re: Help: Element is referenced but not defined

2012-02-09 Thread Andreas Veithen
  >             >           >         >       >       >         >           >             >           >         >       >     >   >   >     >   >   >     >   >   >     >       >       >     >   >

Re: Help: Element is referenced but not defined

2012-02-09 Thread Sagara Gunathunga
> > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: HELP: Issue with ADB & MTOMAwareOMBuilder

2012-02-07 Thread Amila Jayasekara
Thanks, > > Wally > > > > > > From: Wallace Dennis Jr. [mailto:wally.den...@aonhewitt.com] > Sent: Monday, January 30, 2012 7:46 PM > To: java-user@axis.apache.org; java-...@axis.apache.org > Subject: HELP: Issue with ADB & MTOMAwareOMBuilder > > > > Hello, > &

RE: HELP: Issue with ADB & MTOMAwareOMBuilder

2012-01-30 Thread Wallace Dennis Jr .
-...@axis.apache.org Subject: HELP: Issue with ADB & MTOMAwareOMBuilder 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

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( GetDc

Axis2 Issue, Please Help!

2012-01-22 Thread Roik
/> I attached the WSDL file and the sercices.xml. Please help. Thanks in advance Roi http://old.nabble.com/file/p33182751/CalcWithPerson22.wsdl CalcWithPerson22.wsdl http://old.nabble.com/file/p33182751/services.xml services.xml -- View this message in context: http://old.na

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

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,

  1   2   3   >