wsdl2java.sh and operation outfault definitions

2010-05-06 Thread Lev Lvovsky
Hello, I'm running a wsdl file through the wsdl2java.sh application and am running into some unexpected problems. Below is pseudo-code of the stubbed client code which calls our webservice - in particular the method which gets called to communicate with the service and get the response we're l

axis2 1.5.1 - wsdl2code maven plugin gets wrong path in multi module

2010-05-06 Thread Dave Levitt
I have a multi-module maven project, that when completed, will be generating client libraries from a number of wsdl files. Executing maven from the client maven 'module' directory, the plugin works as expected - generates all the sources and maven packages them into a jar file. Executing maven fr

Re: org.apache.axiom.om.OMElement method addChild

2010-05-06 Thread Andreas Veithen
Before claiming that the design of the method is "NOT OK", you should first come up with a precise explanation of your problem and some evidence for your claim... On Thu, May 6, 2010 at 12:53, TomazM wrote: > I have problem with method addChild because it throw NO exception or and have > NO logg

Re: New line is appended on result

2010-05-06 Thread Andreas Veithen
On Thu, May 6, 2010 at 13:42, Kim, Ducheol wrote: > > Thanks for all to reply about it. > > > > I found a article that is exactly same issue. > > ("\r\n" handled different by Axis and Axis2 ) > > https://issues.apache.org/jira/browse/WSCOMMONS-243 > > http://www.mail-archive.com/axis-u...@ws.apach

RE: I don't get it

2010-05-06 Thread Hehl, Thomas
Thanks for your help, Joe. I have run the following command against my WSDL: D:\agile\repository\wsdl>d:\javatools\axis2-1.5.1\bin\wsdl2java -d jibx -s -uri .\ValidationCodeService.wsdl Using AXIS2_HOME: D:\javatools\axis2-1.5.1 Using JAVA_HOME:d:\java\jdk Retrieving document at '.

Re: Axis2 & Rampart1.4, Encounter org.apache.axis2.AxisFault: Error in extracting message properties

2010-05-06 Thread TomazM
I also have a lot of problems with rampart module, it is not so good written. The problems I encountered was that rampart can't except character's from different code page, so to solve this was that you need to do encoding of your data which go to xml. I use on client side: Base64.encode(org.get

org.apache.axiom.om.OMElement method addChild

2010-05-06 Thread TomazM
I have problem with method addChild because it throw NO exception or and have NO logging, so how to debug this. I can't customize source, but my opinion is that design of method is NOT OK. Regards, Tomaz <> - To unsubscribe, e-m