So I\'m开发者_JAVA百科 really hoping this question will be closed as obvious and I just don\'t know where to look. I looked in the axis2 documentation but I cannot find what to call the root element i
I\'d like to generate a client for my CXF service so I tried the Axis 2 code generator but it doesn\'t quite开发者_StackOverflow中文版 generate straightforward-to-use code. I expected something like c
We are using axis2 to generate web-service clients, (I regret this now!). With axis2 command-line tool you can pass switch -Euwc to wrap int into Integer, boolean into Boolean and so on in generated s
I am working on a bug we have encountered in one of our web services开发者_开发问答.We are using Axis2 1.4.1 running on OC4J. The issues is that when sending multiple signed binary attachments to the
I\'m stepping through this tutorial: http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html
I need to access an webservice in an OSGi-Environment (Equinox). I do already have the code for using the webservice as a stand-alone application.
My application is a war deployed in weblogic 10. In one of my class, I need to make 2 webservice calls A and W. A is based on AXIS2 using wstx-asl-3.2.4.jar, W is based on weblogic webservice using ja
We are trying to log all http requests made to our Tomcat server, in particular SOAP requests. Our server setup is开发者_如何学运维 as follows:
Can we use Axis1 client code for Axis2 services? We have deployed services using Axis .aar f开发者_StackOverflow中文版ile. Can we access that services using Axis1 client code (i.e. without AXIOM API)
I wrote wsdl file, then modified skeleton and tried to test. Something wrong with array of songs objects.