I am having a problem with talking to a .NET web service that I did not
develop. I am getting the infamous WSE 817 error. The full error message and
the code is below. I looked at another post that was similar in here and
someone said to set that "destination" property to the same as the endpoint.
I am getting a NoClassDefFoundError when my Axis2 consumer code is
executed inside of an Axis2 provided web service. I have an aar file
deployed to my web server, the consumer code and generated client stub
classes are in separate jar files under the WEB-INF/lib directory. The
incoming request pr
Hi All,
I have downloaded 1.5 beta-2 from this link
http://people.apache.org/~gdaniels/axis2/dist/1.5-beta-2/. I noticed this
build does not address JIRA AXIS2-4189/AXIS2-3777. Is there any possibility
that AXIS2-4189 will be addressed in the final release of 1.5?
Chinmoy
I want to get from a handler (in the inflow messages) of a module the names
and values of the parameters passed by the client to the operation request
of the web service. Does any body knows how to obtain them?
--
View this message in context:
http://www.nabble.com/Module-Operation-Parameters-tp
Philippe Mouawad wrote:
> Hi everybody,
> first of all I wish you health and love during year 2009.
>
> I don't know if a new link has been published, but I am getting 403
> Forbidden when downloading one of the files:
> http://people.apache.org/~gdaniels/axis2/dist/1.5-beta-2/
>
> Philippe.
Hi
Dear User list,
I have followed the ADB Tweaking Guide to Generate Plain Java Beans
instead of ADBBeans.
In the axis2-adb-codegen-1.4.1.jar I extracted the
schema-compile.properties file and changed the schema.bean.writer
property to /org/apache/axis2/schema/template/PlainBeanTemplate.xsl and
Hi,
I have a WSDL containing the following part:
I expect Axis2 to respect the order, but in the client stub generated I
get another order. See part of the code:
public static LoginResponse parse(javax
Hello,
for setting the fault code in AxisFault I use the following methods:
AxisFault.setFaultCode(QName) or
AxisFault.setFaultCode(String)
But I got always a prefix for the fault code like following:
soapenv:myerrormessage or
myprefix:myerrormessage>
Is it possible to set fault code without
Hi everyone,
Hopefully I've found the correct place for my comments, if not, please be so
kind as to redirect me to the correct place.
While processing a wsdl-file wsdl2java generates code that won't compile,
because of non-existing
org.apache.axis2.databinding.utils.ConverterUtil.convertTo-call