Axis2 Webservice wsdl version

2008-10-22 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, After deployed the Axis2 webservice (.aar file) in Weblogic, clicked the wsdl url for example, http://localhost:7001/axis2/services/ABCProcessingService?wsdl and got the below error Unable to generate WSDL 1.1 for this service If you wish Axis2 to automatically generate the WSDL 1.1, then

Error after deploying Axis2.war in Weblogic

2008-10-17 Thread Rajesh, Peter (CLAIMS, WIP)
> Hi, > > After deploying the Axis2.war in weblogic, I logged into the axis > administration page and clicked the 'Validate' link. Instead of Axis2 > Happiness page below error was displayed in the weblogic console. > Please help if any solution is there to resolve this. > > > Please find the e

Axis2.war in weblogic

2008-10-14 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Is there any solution to deploy the axis2.war file instead of the exploded format? We receive below error in Weblogic

Axis 2 in Weblogic 8.1

2008-10-06 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, To configure Axis2 in Weblogic, why the exploded deployment of Axis2 war is recommended? If we deploy the Axis2.war file in Weblogic will it work as the exploded format? Due to some constraints we need to deploy only the Axis2.war. Thanks & Regards, Peter Rajesh *

UUID generator in Axis2-1.3

2008-06-26 Thread Rajesh, Peter (CLAIMS, WIP)
> Hi, > > How to generate and UUID? Below class is deprecated. > > org.apache.axis2.util.UUIDGenerator; > > Thanks & Regards, > > Peter Rajesh > * This communication, including attachments, is for the exclusive use of

Serialize java object in Axis2

2008-06-20 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, What is the class/method to use to serialize the java object and to create the xml. I'm looking for BeanSerializer but couldn't find it in Axis2 API's. Please help Thanks & Regards, Peter Rajesh * This communicat

org.apache.axis2.AxisFault: Transport error: 403 Error

2008-04-29 Thread Rajesh, Peter (CLAIMS, WIP)
Hi All, When I invoke an remote webservice using an servlet client, below error is thrown. I am using Axis2 1.3 & Rampart 1.3. Please advice the reason for this error. --

FW: java.lang.NoSuchMethodError: javax.xml.namespace.QName

2008-04-28 Thread Rajesh, Peter (CLAIMS, WIP)
Hi All, To make it clear. The client is a java Servlet which is deployed in Weblogic 8.1 which invokes a remote Axis2 webservice. When invoking the servlet we get this error in weblogic console. Please help. Thanks, Peter From: Rajesh, Peter

java.lang.NoSuchMethodError: javax.xml.namespace.QName

2008-04-28 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, In the java client, to invoke an Axis2 webservice, when we try to create the ConfigurationContext as below, ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C: /Test/build/client_repository", null); Below exception is thrown, java.lang.

RE: Packaging AXIS2 for Weblogic

2008-04-11 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Deploy or copy the exploded Axis2 War in the below location in the Weblogic server and restart the server. \bea\user_projects\domains\mydomain\applications\ Validate Axis 2 in the weblogic by the URL http://localhost:7001/Axis2 After that copy the webservice .aar file in below location and

org.apache.axis2.AxisFault: Unable to engage module : rampart

2008-04-02 Thread Rajesh, Peter (CLAIMS, WIP)
> Hi, > > When I execute the Axis2 java standalone client to contact a Axis2 > webservice, below exception is thrown. > > Addressing module is engaged but not the rampart module. Both the .mar > files are available in the path. Please advice where I am missing. > > > C:\Sample-WebService>ant c

Missing wsse:Security header in request

2007-11-30 Thread Rajesh, Peter (CLAIMS, WIP)
> Hi, > > Attached is the soap request & response captured in tcpmon when the > webservice deployed in Weblogic is contacted using Axis2 java client. > But in the command prompt in the client side below exception is > thrown. > > Please advice what I am doing wrong. Even though security header

Missing wsse:Security header in request

2007-11-30 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Attached is the soap request & response captured in tcpmon when the webservice deployed in Weblogic is contacted using Axis2 java client. But in the command prompt in the client side below exception is thrown. Please advice what I am doing wrong. Even though security header is available in r

Sample webservice using Axis2-1.3 & Rampart 1.3 in Weblogic

2007-11-30 Thread Rajesh, Peter (CLAIMS, WIP)
I read an article 'Hello World with Apache Axis2' in below website. It is so much helpful and useful to develop and deploy an Axis2 webservice. http://wso2.org/library/95 I would like to know is there any article available which explains step by step to develop a Hello world application w

org.apache.axis2.AxisFault: Error in key derivation

2007-11-14 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, When I execute the Axis2 java client which contacts a webservice running in Weblogic 8.1 below error is thrown in the clientside. Attached the request & response captured using tcpmon. <> Please advice and let me know if any workaround for this. [java] org.apache.axis2.AxisFault: Error i

org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "wsp"

2007-11-06 Thread Rajesh, Peter (CLAIMS, WIP)
When I deploy the webservice .aar file in Weblogic 8.1 application server below error is displayed in the console. JDK is "1.4.2_08. Please let me know how to resolve this issue. org.apache.axis2.deployment.DeploymentException: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix

RE: Axis 2 webservice in Weblogic 8.1 - Must Understand check failed for header

2007-10-17 Thread Rajesh, Peter (CLAIMS, WIP)
perty("javax.net.ssl.trustStorePassword", "password"); System.setProperty("javax.net.ssl.trustStoreType","JKS"); Regards, Dimuthu On Tue, 2007-10-16 at 15:45 -0400, Rajesh, Peter (CLAIMS, WIP) wrote: > Hi, > > I have deployed Axis 2 webserivce in Webl

Axis 2 webservice in Weblogic 8.1 - SSLHandshakeException

2007-10-16 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, I have deployed Axis 2 webserivce in Weblogic 8.1 server with SSL enabled and when I execute the simple java client to access the webservice below error is thrown Please help to resolve this issue. [java] org.apache.axis2.AxisFault: sun.security.validator.ValidatorException: No trusted ce

Axis2 client error - (WSSecurityEngine: Callback supplied no password for : ....)

2007-09-26 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, While I try to access a service in a remote webservice through a simple java Axis 2 client with Rampart security, below error message is displayed. Please let me know the reason for this error and any workaround for this. org.apache.axis2.AxisFault: General security error (WSSecurityEngine

RE: UnsupportedClassVersionError- BouncyCastleProvider

2007-09-25 Thread Rajesh, Peter (CLAIMS, WIP)
I got the compatible file downloaded from below link http://download.java.net/jxta/jxta-jxse/2.4.1/jnlp/lib/ Thanks & Regards, Peter Rajesh | 860-547-3881 > _ > From: Rajesh, Peter (CLAIMS, WIP) > Sent: Tuesday, Septembe

UnsupportedClassVersionError- BouncyCastleProvider

2007-09-25 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, I am using JDK 1.4.2_08. When executing Axis2 webservice java client, I get the below error. java.lang.UnsupportedClassVersionError: org/bouncycastle/jce/provider/BouncyCastleProvider (Unsupported major.minor version 49.0) Where can I get the BouncyCastleProvider jar file compatible to the

Runtime Error - The system is attempting to engage a module that is not available: rampart

2007-09-24 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, After installing the webservice in Weblogic 8.1 and try to run the Axis 2 client I get the below error. Am I missing anything in the configuration? Please let me know if there is a solution for this. test-axis2: [java] org.apache.axis2.AxisFault: The system is attempting to engage a modu

Rampart 1.3 in Weblogic 8.1

2007-09-21 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, I saw a webservice client sample for tomcat server in the rampart 1.3 distribution. Please let me know is there any webservice client samples available for Weblogic 8.1. Thanks & Regards, Peter Rajesh * This commun

Rampart-1.1.mar

2007-09-21 Thread Rajesh, Peter (CLAIMS, WIP)
After adding the rampart-1.1.mar in the Web-Inf/modules folder and adding the same in modules.list file and restart the Weblogic, below error is thrown. I tried to get the rampart jar file, but I couldn't find it in the Apache website. Please let me know how to resolve this error. Caused by: jav

AxisServlet" failed to preload on startup in Web application: "axis2" - in Weblogic 8.1

2007-09-12 Thread Rajesh, Peter (CLAIMS, WIP)
Yesterday there was some classpath issues and that is resolved. But today I face an different issue. After depoying the axis2.war and accessing the application, below error is dispalyed. Please let me know if I miss anything.

Error occurred while instantiating servlet: "AxisServlet" in Weblogic 8.1

2007-09-11 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, After deploying the Axis2.war in the Weblogic 8.1 and restarting the server, below error message is displayed in the Weblogic console. Please let me know am I missing anything? Do I want to add the Axis2 jar file in the Weblogic classpath? <[ServletContext(id=7611287,name=axis2,context-p

Axis 2 webservice client in Weblogic 8.1 with security.

2007-09-11 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Is there any sample webservice client for Weblogic with security, available in Axis website? If so please let me know. Thanks & Regards, Peter Rajesh * This communication, including attachments, is for the exclusive

RE: Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Rajesh, Peter (CLAIMS, WIP)
on of wsdl4j jar in axis2 instead of the one on Axis1. thanks, dims On 9/4/07, Rajesh, Peter (CLAIMS, WIP) <[EMAIL PROTECTED]> wrote: > > > > Good Day, > > This is regarding a doubt we have about the coexistence of the older > version of Axis and the Axis2 in the Weblogi

Regarding Axis 2 & Axis 1 coexistence

2007-09-04 Thread Rajesh, Peter (CLAIMS, WIP)
> Good Day, > > This is regarding a doubt we have about the coexistence of the older > version of Axis and the Axis2 in the Weblogic server > > Some application which are deployed in Weblogic server are using old > version of Axis like axis1_4, now we are doing an enhancement which > needs to use