FW: 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 gen

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 error below. > >

FW: 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 > > application: "axis2". > javax.servlet.ServletException: Servlet class: > 'org.apache.axis2.transport.http.AxisServlet' doesn't have a default > constructor > >

Axis2 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 addressee and may con

RE: Serialize java object in Axis2

2008-06-20 Thread Rajesh, Peter (CLAIMS, WIP)
bean introspection not the bean serialization. I could be totally wrong but that is my gut guess. Jon From: Rajesh, Peter (CLAIMS, WIP) [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 3:11 PM To: axis-user@ws.apache.org Subject: Serialize java object in A

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 > *

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. > > -- > -

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.l

RE: how to deploy an axis client war in weblogic without running the axis admin client

2008-04-08 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Copy the webservice file for example, yourwebservice.aar file in the below folder and add an entry in the file services.list & restart the weblogic server. \bea\user_projects\domains\devdomain\applications\axis2\WEB-INF\services Regards, Peter Rajesh F

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

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)
keystore.jks"); System.setProperty("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

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,contex