xmit/recv in-mem xml doc? java2wsdl, axiom

2008-05-16 Thread jwillardhome
Hi, I am trying to figure out how to pass xml data in my WebServcies interface. Basically I want to my server to create an xml document from internal data and return it to the client. I want my service interface to look something like this: xmlDocument getRequestedStats( xmlDocument ) (Where

Re: WSDL2Java on WSRP WSDL fails

2008-05-16 Thread Alexey Zavizionov
Hi Nicolas, Will search eXo wsrp project, this service is based on Axis1 1.4 Look for sources how to generate WSDL2Java. HTH, Alexey On Tue, Oct 16, 2007 at 1:34 PM, Nicolas Vahlas <[EMAIL PROTECTED]> wrote: > Axis: Axis-1_3 or Axis-1_4 > Java: JDK 1.6 or JDK 1.4 > Ant: Apache Ant 1.6.5 > >

Error while invoking service method..

2008-05-16 Thread Minal Satpute
Hello All, I have build a two web services very similar to each other. First one is working ok but the second one giving an error. The stack trace is like following. Help will be really appreciated. [ERROR] Exception occurred while trying to invoke service method processCdr org.apache.axis2.Ax

Using W3C DOM with Axis2

2008-05-16 Thread Alex Kalinovsky
We are trying to adopt the latest Axis2 1.4 for dynamic invocation of web services. We need to be able to consume any web service from a user-provided WSDL. This means that we can not use data binding and code generation, and should work with the XML via DOM. We have existing code that uses W3C DOM

Re: DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
I have just understood that is the server issue.. sorry for disturb. Regards, Alexey On Fri, May 16, 2008 at 1:39 PM, Alexey Zavizionov < [EMAIL PROTECTED]> wrote: > Hello list, > > I am a subscriber of the list more than a year.. :) > You have helped many people. > > I have an exc with my web s

[axis2] java2wsdl - missing enum

2008-05-16 Thread Glen Verran
Hi folks, I am generating my WSDL from java using ?wsdl in the browser for my web service. I am using Axis2 1.4 and running on Tomcat 5.5.26. I have a single class as a parameter for one of the methods of the webservice. One of the variables in that class is of the type below. @XmlType(name

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-16 Thread Joe Smithian
Thanks for your comments. Having interfaces would simplify the application I am developing using the generated classes. I have only used the default adb data binding. Joe On Thu, May 15, 2008 at 3:02 PM, Samisa Abeysinghe < [EMAIL PROTECTED]> wrote: > Ajith Ranabahu wrote: > >> >> >>The

[axis2] wsdl2java Cannot Determine MEP with only one Porttype

2008-05-16 Thread Mark Henning
Good Day, I am having trouble with the first of many WSDL files I am authoring to implement a web-services-as-process-integration project. XMLSpy validates it as a valid WSDL file. After the error text, I will include the WSDL in this order: PermutationSvc.wsdl: This file is the master file I am

Re: rampart and sessions

2008-05-16 Thread Michelantonio Trizio
The problem i met, is that defining a policy and managing session at the same time, rampart tried to interpret the session header and an error occurred. thanks, Mikelantonio 2008/5/16 Ruchith Fernando <[EMAIL PROTECTED]>: > I have not tried this ... but if you simply use message level security >

Re: rampart and sessions

2008-05-16 Thread Ruchith Fernando
I have not tried this ... but if you simply use message level security (not secure conversation) with soap session... it should simply work. This is because rampart simply secures each and every message according to the given policy without any concern about the session. If you can describe what y

[axis2] update from axis2 1.3 with rampart 1.3 to axis2 1.4 and rampart svn

2008-05-16 Thread Holger Uhlitzsch
Hi, i'm trying to update from axis2 1.3 with rampart 1.3 to axis2 1.4 with rampart (today) svn. I'm running with jdk 1.4. I get an error on server validating the username token. org.apache.axis2.AxisFault: InvalidSecurity at org.apache.rampart.handler.PostDispatchVerif

Re: rampart and sessions

2008-05-16 Thread Michelantonio Trizio
Before I will make a lot of proofs, Can you say me if it is possible integrate rampart policy with soapsession? I'm trying to do that from 3 days, but I met a lot of problems. Thank you. Mikelantonio 2008/5/16 Ruchith Fernando <[EMAIL PROTECTED]>: > Pleas

DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
Hello list, I am a subscriber of the list more than a year.. :) You have helped many people. I have an exc with my web service which based on axis1 1.4 and deployed on WAS 6.1: java.lang.RuntimeException: SRV.8.2: RequestWrapper objects must extend ServletRequestWrapper or HttpServletRequestWra

Re: rampart and sessions

2008-05-16 Thread Ruchith Fernando
Please have a look at policy/sample04 in the rampart distro. You can try rampart-1.4-RC2 [1] with Axis2-1.4 Thanks, Ruchith 1. http://people.apache.org/~nandana/rampart-1.4/RC2/dist/ On Thu, May 15, 2008 at 5:25 PM, Michelantonio Trizio <[EMAIL PROTECTED]> wrote: > Hi, > I'd like to know how I

wsp policy and addressing

2008-05-16 Thread Michelantonio Trizio
Hi, I have this error. org.apache.axis2.AxisFault: Error in extracting message properties at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:70) at org.apache.axis2.engine.Phase.invoke(Phase.java:292) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)

Re: Interoperability in axis 1.4 and wse 3.0

2008-05-16 Thread José Ferreiro
Hello Anthony, Apache has two projects on web services [http://ws.apache.org/]. 1 - Axis 1.x [2] 2 - and Axis2 which is a redesign of Axis 1.x [3]. I fully agree with you that Axis2 will be more compatible with WSE 3.0. In my test I used Axis 1.x (version Axis 1.4) implementing X.509 Token Profi