Set Faultcode without namespaces?

2009-01-13 Thread Max2009
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: faultcodesoapenv:myerrormessage/faultcode or faultcodemyprefix:myerrormessage/faultcode Is

[Axis2] wsdl2java code won't compile

2009-01-13 Thread Arnoud de Bruijn
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

Does axis2 not respect the order in generation of the stub client ?

2009-01-13 Thread DELZANT Bruno (BMB)
Hi, I have a WSDL containing the following part: message name=loginResponse part name=lstlogdt type=xsd:dateTime / part name=lstlogtm type=xsd:dateTime / part name=menu type=xsd:string / part name=operprop type=xsd:string / part name=profile type=xsd:string / part

[Axis2] ADB Tweaking Generate Plain Java Beans compile error in ...MessageReceiverInOut

2009-01-13 Thread Chantal Verhoeven
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

Axis2 1.5 beta 2 - perms fixed

2009-01-13 Thread Glen Daniels
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

Module Operation Parameters

2009-01-13 Thread rabelenda
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:

Does Axis2-1.5-beta-2 resolves JIRA AXIS2-4189?

2009-01-13 Thread Chinmoy Chakraborty
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

Axis2 consumer within Axis2 provider classpath issue

2009-01-13 Thread Hundtofte, Rex A
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

Destination Unreachable -- WSE817

2009-01-13 Thread jchappelle
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.