generating skeleton interfaces alone

2009-05-29 Thread Axis PC
All, I am using axis2 with JAXB. I am trying to generate the skeleton interfaces alone using the -ssi option in the wsdl2java tool. However I havent had any luck. I know at times we have to use certain combination of options. Is that the case with -ssi as well? Eagerly waiting for your reply.

Re: generating skeleton interfaces alone

2009-05-29 Thread Axis PC
Sebastian, When I try to generate the interfaces using the following command: %AXIS2_HOME%/bin/wsdl2java -uri %WSDL% -d jaxbri -ssi , I get the same result as I do: %AXIS2_HOME%/bin/wsdl2java -uri %WSDL% -d jaxbri -ss. I dont want any of the stubs. I just need the interface. I dont get any error

Rampart with JAX-WS

2009-05-29 Thread Axis PC
All, I have been working on JAX-WS for close to a year now and have started working on Axis lately. Each of the stacks have their pros and cons. One major roadblock I see in jax-ws is the lack of independent WSIT modules that implement the various WS-* standards. However I was wondering if anyone

jaxb issues with Axis2 - while using the wsdl2java tool

2009-05-29 Thread Axis PC
All, We were previously using adb with Axis2 and all was working fine. Recently we have been prototyping jaxb with Axis2. We have a complex wsdl which imports several schemas and in turn the schema has additional schema imports. In this scenario...errors are thrown. When we researched into

Re: jaxb issues with Axis2 - while using the wsdl2java tool

2009-05-29 Thread Axis PC
Sebastin I thought so too...in the very beginning. But it is there in AXIS_HOME directory (activation-1.1.jar). Also...if that was the case wouldnt it be failing for all cases. Why is it specifically for the chain-import scenario I described. Thanks Preetham 2009/5/29 Sebastian Just - RÖPERWEISE

axis.war issue with jboss4.2.2

2009-06-05 Thread Axis PC
All, I know this issue has been discussed earlier in a lot of forums...but I couldnt find a definitive answer. How can I get over this issue? One of the users had suggested commenting out the JAXWSDeployer...which i cannot, because I need to use it. Here is the error: 12:55:29,028 INFO

Re: axis.war issue with jboss4.2.2

2009-06-05 Thread Axis PC
I know :)...but I need a solution on windowsanyone? Thanks Preetham On Fri, Jun 5, 2009 at 1:09 PM, robert lazarski robertlazar...@gmail.comwrote: On Fri, Jun 5, 2009 at 2:04 PM, Axis PC pc.a...@gmail.com wrote: All, I know this issue has been discussed earlier in a lot of forums

issues with xmlschema1.4.2.jar and jaxb

2009-06-08 Thread Axis PC
All, Has anyone faced the following issue?: 1. I have a wsdl which has multiple schema imports. For example abc.wsdl has x.xsd and y.xsd imports. y.xsd in turn imports x.xsd. 2. From what I see...xmlschema-1.4.2.jar doesnt like it. In XmlSchema 1.4.x, the schema collection can

Re: issues with xmlschema1.4.2.jar and jaxb

2009-06-08 Thread Axis PC
(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:595) Thanks Preetham On Mon, Jun 8, 2009 at 2:52 PM, Axis PC pc.a...@gmail.com wrote: All, Has anyone faced the following issue?: 1. I have a wsdl which has multiple schema imports. For example abc.wsdl has x.xsd

jax-ws war issues with axis 1.5

2009-06-10 Thread Axis PC
All, I get the following error when I deploy a sample jax-ws war (which is part of the samples directory) using axis 1.5. INFO: Deploying web application archive java_first_jaxws-1.1.war [ERROR] org.apache.axis2.transport.local.LocalTransportSender

jax-ws client with Rampart

2009-06-29 Thread Axis PC
All, I am trying to engage Rampart with JAX-WS client. I am trying to use the example from AXIS_HOME\samples\jaxws-samples. 1. In this example...it creates the configurationContext and initializes the repository and the axis2.xml as required. private ClientConfigurationFactory

Re: jax-ws client with Rampart

2009-06-30 Thread Axis PC
Anybody? has this question been dealt with before? Thanks Preetham -- Forwarded message -- From: Axis PC pc.a...@gmail.com Date: Mon, Jun 29, 2009 at 5:13 PM Subject: jax-ws client with Rampart To: axis-user@ws.apache.org All, I am trying to engage Rampart with JAX-WS client. I

how to retrieve rampart username/password from within a JAX-WS service?

2009-07-07 Thread Axis PC
All, On the Client Side: I am using JAX-WS Client + Axis Transport. On the Server Side: I am using JAX-WS webservice + Axis Transport. For WS-Security I am using Rampart on the client and the server side. I have a requirement that...once I authenticate the user...on the server I need to

error in jboss5.1 while deploying axis 1.4.1

2009-07-20 Thread Axis PC
All, I get the following error while deploying the axis 1.4.1 war in jboss 5.1.0GA. I have removed the xercesImpl jar and the xml-apis jar. Any idea why is this showing up? I have rampart jar files and my web service classes as part of the axis2.war. Thanks Preetham 16:24:24,912 INFO [config]

Kerberos support in Axis/Rampart?

2009-07-28 Thread Axis PC
All, I have seen some third party implementations such as http://thejavamonkey.blogspot.com/2008/09/axis-2-kerberos-web-services-featuring.html. I have also seen some posts on people willing to combine these kind of implementations for kerberos into axis 1.4/1.5. So...what is the progress on

Re: Error handling for WS-Security enabled services

2009-07-29 Thread Axis PC
Chinmoy, When an exception occurs on the server end...and if you know the kind of exception...try wrapping it as a fault. In most cases it has worked for me as expected. Preetham On Wed, Jul 29, 2009 at 9:14 AM, Chinmoy Chakraborty cch...@gmail.comwrote: Hi All, I am using rampart 1.4 and