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
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!
>
>
>
>
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
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
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
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
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
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.
>
>
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
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
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
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
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
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
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,
>
>
>
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
gt;>>>
>>>>
>>>>
>>>>
>>>> Robert
>>>>
>>>> On Wed, Sep 9, 2020 at 4:41 PM Murali Challa
>>>> wrote:
>>>>
>>>>> We already using log4j2 in our applicatio
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
> 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
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
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
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
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:
>
1:04 am robertlazarski, <
>>>>>>>> robertlazar...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> You can put the aar file of your axis2 code in your existing
>>>>>>>>> application, by cr
;>>>>>>> your
>>>>>>>> aar. Your aar file can include your axis2 code though that could
>>>>>>>> alternatively go into WEB-INF/classes as normal.
>>>>>>>>
>>>>>>>> The aar fil
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
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
>&
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
>>>>>
>>
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
; 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
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
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
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
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
>> 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
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
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 ,
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
>>
>> 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
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
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
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
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
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
> 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
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
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
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
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
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
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
>
>
Hi,
Please somebody cab help me on issue below.
Regards,
Rajnish Thakur
-- Forward
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
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
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
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
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");
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
-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
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?
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
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
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
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
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
-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
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
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
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
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
re a workarround for this?
If you could help me here it would be great guys!
Thank you
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
er = new FileReader(policy_file);
> > XMLStreamReader parser =
> > XMLInputFactory.newInstance().createXMLStreamReader(soapFileReader);
> > StAXOMBuilder stAXOMBuilder = new
> StAXOMBuilder(omFactory,
> > parser);
> >
stance().createXMLStreamReader(soapFileReader);
> StAXOMBuilder stAXOMBuilder = new StAXOMBuilder(omFactory,
> parser);
> OMElement documentElement =
> stAXOMBuilder.getDocumentElement();
>
> But it didn't work. How can i creat an A
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
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
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
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
? "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
tyle cannot be resolved. It is
indirectly referenced from required .class files
Please, help me, I am really blocked
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
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
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
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
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);
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
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
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
"
>> http://localhost:8080/axis2/services/WeatherService";);
>>
>>stub.setWeather(setWeather);
>>
>> ** **
>>
>> I have no chance to modify the soap message.
>>
>> ** **
>>
>> *发
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/> ">
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/
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.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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,
>
&
-...@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
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
/>
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
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
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 - 100 of 200 matches
Mail list logo