Re: Possibility to marshal the request-Parameter to XML?

2009-08-18 Thread Martin Fernau
Hello Andreas, sorry for my late answer. This helped my a lot. Thanks for your help! Sometimes the answer is easier as I think Martin Am Samstag 08 August 2009 schrieb Andreas Veithen: Martin, You can do this using RawXMLINOutMessageReceiver. It should be easy to find examples on the

Possibility to marshal the request-Parameter to XML?

2009-08-07 Thread Martin Fernau
Hi Everyone! Following question: Lets assume that I have a wsdl-File. Say further I already did the wsdl2java step successfully. Now I have one Service-Class with the following structure: public MethodResponse1 method1(MethodRequest1 request) ... public MethodResponse2 method2(MethodRequest2

Re: Possibility to marshal the request-Parameter to XML?

2009-08-07 Thread Martin Fernau
Hmm, I don't know. Maybe I'm not deep enough into this thematic. But how can I use axis2 without databinding then? And what does this mean for my service class? Am Freitag 07 August 2009 schrieb Andreas Veithen: Martin, If that is the requirement, why do you use databinding at all? Andreas

wsdl2java - targetNamespace becomes default package (no package) in eclipse

2009-08-06 Thread Martin Fernau
Hi, I currently try to generate server code for a wsdl-File I got from another person. In this wsdl-File it seems that all the defined elements without explicit NS-Prefixes (those which maps to the target namespace then?) are getting no package definition in java after code generation. Is

axis2 and embedded jetty

2009-07-17 Thread Martin Fernau
Hi, can someone provide me a simple description how to get axis2 to run in an embedded jetty6 Server? Until now I'm unable to get it to work. What I currently have is the following: --- cut Server server = new Server(8080); ServletHolder axisServletholder = new

Re: axis2 and embedded jetty

2009-07-17 Thread Martin Fernau
Hi Andreas, you're right. After removing the corresponding parts from axis2.xml I don't get these exceptions any more. But the service isn't working properly. I get the follwoing output during startup: --- cut 2 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.simplelog...@32c41a via

How to auto instantiate ServiceClass after deploying

2009-04-29 Thread Martin Fernau
Hello, is there a way to instantiate the ServiceClass defined by service.xml right after the service is deployed? By default this class would be instantiated after the very first call of this webservice arrives. Regards, Martin

TypeDesc equivalent for axis2?

2009-04-27 Thread Martin Fernau
Hello all, I need to implement a client for a (somewhat rudimentary developed?) webservice. I can't get the code generator to work with this webservice (because of soap/encoding Arrays) so I started to implement this with POJO. Now I need a mechanism in axis2 to manipulate the namespaces for

soap encoding support?

2009-04-14 Thread Martin Fernau
As far as I understand - if I get this error with wsdl2java trying to generate code from a pre axis2 webservice: --- cut [...] SchemaCompilationException: can not find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema --- cut then I've no chance to generate code from

wsdl2java and javadoc (AXIS2-3371)

2009-04-03 Thread Martin Fernau
Are there any news about this improvement? https://issues.apache.org/jira/browse/AXIS2-3371 Would be really handy to have javadoc generated if using contract first...

need help with axis: I need upper cased attributes and have no clue how to get this

2006-10-17 Thread Martin Fernau
first letters? Any help would be appreciate. Regards, Martin -- Name: Martin Fernau Firma : CPS Entwicklungsgesellschaft mbH Position: Programmierung, Technik, Administration Mail: [EMAIL PROTECTED] URL : http://www.cps-net.de