AxisFault: could not find deserializer for type ...

2005-02-18 Thread babloosony
Hi All, I exposed an POJO as web service using AXIS 1.2 RC1, TOMCAT and custom (de)serializers When I try to access the web service I am getting an axis fault "org.xml.sax.SAXException: Deserializing parameter 'in0': could not find deserializer for type {http://chapter5.wroxaxis}SparePartBean";.

AXIS Life Cycle log messages

2005-02-18 Thread babloosony
Hi All, I am using Apache AXIS 1.2 RC2, Custom AXIS Handlers for (De)Serialilizing, Security etc. Now my question is it possible to capture all(informative, debug, fatal) log messages spitted by AXIS and that tell me at what stages my custom handlers are called. Basically I want to rely on the lo

Doubt on AXIS Handlers

2005-02-15 Thread babloosony
Hi, What exactly is a transport handler in AXIS and can anyone please give one real world example of when shall we go for implementing our own transport handlers in AXIS ? Thanks & Regards, Kumar.

InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread babloosony
Hi All, There is simple POJO web service whose method takes a java object whose class extends another class. Here are the below details. When I try to invoke a web service java client program that uses AXIS 1.2 RC2 stubs I am getting an exception. ---

Re: How to automate the build process of writing web service clients

2005-02-13 Thread babloosony
I'm not sure what you > would want such a program to do; are you looking for a program that > automatically generates JSP pages, or automatically generates a swing > application? > > babloosony wrote: > Bill- I am talking about the actual client java programs that used the

Re: How to automate the build process of writing web service clients

2005-02-13 Thread babloosony
2Wsdl output? > > babloosony wrote: > > >Hi All, > > > >I have one interesting doubt! Say there are lot of WSDL's exposed by > >some third party web service providers. I am using Apache AXIS 1.2 > >RC2 on client side. Are there any tools out there that can writ

POC on java web services

2005-02-12 Thread babloosony
Hi All, I want write a POC(Proof of Concept) document on any concept in java web services. I dont know how to write once and cant tell what all a POC contains. The concept can simple to intermediate and can include any tools,frameworks like Apache AXIS 1.2, WebSphere 5.0 , WSAD, PKI, Apache WSS4

How to automate the build process of writing web service clients

2005-02-11 Thread babloosony
Hi All, I have one interesting doubt! Say there are lot of WSDL's exposed by some third party web service providers. I am using Apache AXIS 1.2 RC2 on client side. Are there any tools out there that can write java client programs automatically that used stubs generated by AXIS 1.2 RC2. Since the

Newbie doubts on XML Signature

2005-02-11 Thread babloosony
Hi All, There is a third party web service which exposed its wsdl to clients and I used AXIS 1.2 RC2 to create stubs and have written a web service client program to access the web service. However may the server is expecting a signed xml signature in the soap message to verify them I am not abl

Need info on Axis and Custom (De)Serializers

2005-02-11 Thread babloosony
Hi, Are there any good tutorials,links,blogs etc. on writing custom (de)serializers with axis. Any information on at what phases of soap request/response cycle in axis, these (de)serializers will be called and with hands-on examples will be very helpful. Please suggest ? Thanks & Regards, Kum

Newbie Doubts on Custom Types

2005-02-11 Thread babloosony
Hi All, I have few doubts on custom types transferring between java/.net using axis 1.2 rc2 document style web services. Say I have below structure of my classes class a { public boolean a1=true; } class b extends a { public boolean b1=false; } class c { public boolean

Re: Newbie Doubts on Apache WSS4J

2005-02-09 Thread babloosony
a stable > source (1.2rc2) so it will compile. > > -- Paul > > > -Original Message- > > From: babloosony [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 9. Februar 2005 14:18 > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: New

Re: Newbie Doubts on Apache WSS4J

2005-02-09 Thread babloosony
t; -- dims > > > On Wed, 9 Feb 2005 18:22:09 +0530, babloosony <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can anyone please answer to each of my below questions : > > > > 1. what is a security token reference > > (org.apache.ws.security.messa

Newbie Doubts on Apache WSS4J

2005-02-09 Thread babloosony
Hi, Can anyone please answer to each of my below questions : 1. what is a security token reference (org.apache.ws.security.message.token.SecurityTokenReference) and what for it is use in Apache WSS4J ? 2. when one should favor Apache XML Security Project like WSS4J over IBM XSS, VeriSign TSIK e

MINOR CODE PROBLEM WITH AXIS,EJB,WSAD,WEBSPHERE - Please suggest ...

2005-02-08 Thread babloosony
Hi All, I am using below environment client side ANT + Sun 1.4.2 JRE JIBX (DE)SERIALIZERS, JIBX BINDING AXIS 1.2 RC2 STUBS server side --- JIBX (DE)SERIALIZERS, JIBX BINDING AXIS 1.2 RC2 JIBX BETA 3D WSAD 5.1.2 WEBSPHERE 5.0 Test Environment Basically I used WSAD 5.1.2 t

Re: WS Authentication & Authorization

2005-02-08 Thread babloosony
Hi Christian, There are 3 types of WS Security according to WS Security Specification. One is Authorization Token Mechanism(which is what you need in your case), XML Encryption and XML Signatures. Using Authorization Token, we can set the username and password in the web service client program (

how to package jibx classes when deploying on websphere

2005-02-07 Thread babloosony
Hi All, Are there any suggestions, ideas on packing jibx binding compiled classes and axis custom (de)serializer classes when deploying an ear with ejb jar modules, axis web modules on WebSphere Application Server 5.0 ? Any exp. with similiar packaging and deployment will be greatly appreciated ?

Re: Unable to understand this exception !

2005-02-07 Thread babloosony
No answers. Can anyone please respond. I am running out of time :-( On Tue, 8 Feb 2005 09:55:15 +0530, babloosony <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using JiBX for implementing my own (De)Serializers replacing AXIS > default (De)Serializers. However when

Unable to understand this exception !

2005-02-07 Thread babloosony
Hi All, I am using JiBX for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting below detailed server stack trace : [2/6/05 17:

Problem in custom axis (De)Serializers - Please help

2005-02-07 Thread babloosony
Hi All, I am using JiBX for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting below detailed server stack trace : [2/6/05 17:

incorrect call to interface method

2005-02-06 Thread babloosony
Hi All, Can anyone tell in what cases one gets this axis fault from the server "Error 500: : incorrect call to interface method". I am using WebSphere 5.0, AXIS 1.2 RC2, EJB to implement my web services on the server. Thanks & Regards, Kumar.

Weird AXIS Bug ?

2005-02-04 Thread babloosony
Hi All, I am trying consume a ejb web sevice deployed using AXIS 1.2 RC2, WEBSPHERE 5.0 and axis custom (De)Serializers and I am getting below error: [java] AxisFault [java] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException [java] faultSubcode: [ja

Server does not load custom axis (De)Serializers

2005-02-04 Thread babloosony
Hi All, I am very fond of JiBX and I am trying to use it for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting an exception wh

How to monitor remote web service endpoints

2005-02-04 Thread babloosony
Hi All, I am using AXIS TCPMonitor to monitor my soap requests and soap response for all the web service deployed on my machine i.e. localhost. But I dont know how to configure AXIS TCPMonitor to monitor my request soap messsage and response soap messagefor monitoring say a remote host 66.32.44

JAXRPCTIE01: caught exception while handling request

2005-02-04 Thread babloosony
Hi All, We are using a custom web service framework tool that uses AXIS 1.1 Final, JiBX for (De)Serializing. When I run my web service client program that uses the stubs generated by my web service framework tool to connect to a third party web service endpoint address. I am getting below error.

Unable to load/instantiate axis custom (De)Serializers

2005-02-03 Thread babloosony
Hi All, I have written custom (De)Serializers. Basically I have extended org.apache.axis.encoding.ser.BaseDeserializerFactory for implemenging my custom DeSerializer Factory class and I have implemented below 2 methods in my class : public MyCustomDeserializerFactory(Class clas, QName qname) pr

Problem with Custom (De)Serializers with AXIS, WebSphere, EJB - Please help ....

2005-02-03 Thread babloosony
Hi All, Environment -- 1. WSAD 5.1.2 2. AXIS 1.2 RC2 on both server and client 3. WebSphere Application Server 5.0 4. custom (de)serializers written replacing axis default (de)serializers both at server side and client side I have deployed an EJB using WSAD 5.1.2's WebSphere 5.0

Server Side AXIS-Web Service Unknown Exception

2005-02-02 Thread babloosony
Hi All, Environment 1. WSAD 5.1.2 2. AXIS 1.2 RC2 on both server and client 3. WebSphere Application Server 5.0 4. custom (de)serializers written replacing axis default (de)serializers both at server side and client side I have deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test E

Re: AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread babloosony
Hi Tom and Jeff, Thank you for your prompt response and making me realize my mistake. It is a problem with the jndi lookup conf. in wsdd file. However I am struck now with new error. Can you please suggest Is the error screaming about a problem in my wsdl file ? Connecting to service at http

AXIS Stubs Problem and unable to consume EJB web service

2005-02-02 Thread babloosony
Hi All, Environment WSAD 5.1.2 AXIS 1.2 RC2 on both server and client WebSphere Application Server 5.0 I have deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment and exposed it as web service using AXIS 1.2 RC2 on the server side. I am able to test and run the ejb usi

Re: Axis Gurus - Please help .. Urgent .... Issue with Document c lass ???

2005-02-01 Thread babloosony
Mike- I tried your appraoch in my WSAD but it does not work. Only combination that successfully run AXIS WEB MODULE is EAR CLASSLOADER MODE: PARENT_FIRST EAR WAR CLASSLOADER POLICY: APPLICATION WAR CLASSLOADER MODE: MODULE Please suggest

Axis Gurus - Please help .. Urgent .... Issue with Document class ???

2005-01-31 Thread babloosony
Hi, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. Basically I have below directory struct

Problem may be with saaj.jar and AXIS,WAS,WSAD

2005-01-29 Thread babloosony
Hi, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. Basically I have below directory struct

Unable to understand AXIS - EJB exception

2005-01-29 Thread babloosony
Hi All, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. I have now exposed this ejb as web

WS implementation using WebSphere

2005-01-29 Thread babloosony
Hi All, Is anybody successfull in implementing (ejb) web services using Apache AXIS (1.1, 1.2), WSAD, WebSphere 5.0 as development and deployment environments. If so can you please share your design, development experiences, problems you have faced etc. Thanks & Regards, Kumar.

Success Rate with AXIS-WebSphere-EJB Web Services

2005-01-26 Thread babloosony
Hi All, I am trying to expose a ejb as web services using AXIS on client side and AXIS+WebSphere5.0 on the server side. Is anybody successfully with this integration, if so can you please share your ideas, suggestions and any checklist of things since I am getting some exceptions like "unable to

Unable to consume a AXIS-EJB-WEBSPHERE 5.0 Web Service

2005-01-26 Thread babloosony
Hi All, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. I have now exposed this ejb as web

AXIS Web Service Client unable to call WebSphere 5.0 Deployed EJB

2005-01-24 Thread babloosony
Hi All, There is an EJB web service deployed using WSAD 5.1.2's WebSphere 5.0 Test environment and Apache AXIS running as web module inside WSAD. Now I wrote a web service client program using Apache AXIS generated stibs but when I run it I am getting below error : AxisFault faultCode: {http://s

AXIS Web Service Client unable to call WebSphere 5.0 Deployed EJB

2005-01-24 Thread babloosony
Hi All, There is an EJB web service deployed using WSAD 5.1.2's WebSphere 5.0 Test environment and Apache AXIS running as web module inside WSAD. Now I wrote a web service client program using Apache AXIS generated stibs but when I run it I am getting below error : AxisFault faultCode: {http://s

AXIS Web Service Configuration for WebSphere 4.0 and WebSphere 5.0

2005-01-22 Thread babloosony
Hi All, I have deployed an EJB in JBoss and this ejb is deployed as a web service using Apache AXIS and below is the configuration for AXIS server-config.wsdd with information relevant to JBoss ejb deployment. [CODE]

Re: Recommended way to create & deply

2005-01-22 Thread babloosony
One way is to write a generic framework that edits the server-config.wsdd with the actual deployment settings and these settings must also include custom (de)serializers and the wsdl file that you framework generates instead of relying for it on axis. And ideally you framework should handle the cus

Cannot run AXIS 1.1 RC2 inside J2EE 1.2 complaint application server ?

2005-01-22 Thread babloosony
Hi All, I am not using WebSphere 4.0 or WebSphere 5.0 provided web services soap engine but the axis soap engine that I download from Apache website. I am trying deploy AXIS 1.1 RC2 (I need to work only with AXIS 1.1 RC2 but not AXIS 1.2 RC2 due to some project constraints) as a web application

AXIS 1.2 RC2 and AXIS 1.1 RC2 and WebSphere 4.0

2005-01-21 Thread babloosony
Hi All, I am planning to deploy AXIS 1.1 RC2 on WebSphere 4.0. We have developed a generic framework that can generate wsdl's with schemas if you feed the (non)ejb classes that need to be exposed as web services. However the same has been achieved usign AXIS 1.2 RC2 since lot of bugs related to

Unable to connect to SSL Web Service

2005-01-20 Thread babloosony
Hi All, Say I need to access a third party web service url https://www.mycom.myc/net/WS whose server implements 2 way SSL authentication. I wrote java web service client program that uses Apache AXIS generated stubs to connect to this web service. Now my question is what are the steps that need t

Free 2 Way SSL Web Service Providers

2005-01-19 Thread babloosony
Hi All, I want to write an AXIS Web Service java client program that uses AXIS stubs on a doc/lit web service wsdl that is provided by third party like netmethods.com However I am interested only in 2 way SLL implementing web services (I guess netmethods.com web services are not 2 way ssl enabled

Re: SSL, AXIS, Web Service

2005-01-19 Thread babloosony
Dear Sir, Thank you for the prompt and timely response. But the third party ssl enabled web service provider (who is somewhere in UK) is not in my control. How can I import my certificate to their trust store. Can't I programatically handle it from my web service standlone java program (in INDIA)

SSL, AXIS, Web Service

2005-01-19 Thread babloosony
Hi All, I have https enabled web service whose wsdl address location is similiar to https://mysc.mycom.com:443/PtrAcc/DM. I am behind a firewall and now I have written a web service java client program that uses AXIS Stubs. Also I think this web service employs 2 way authentication since when I

Automate WS Client Program

2005-01-19 Thread babloosony
Hi All, How do we automate the process of writing a web service axis client program that uses stub based approach where a web service method accepts and returns custom types. Are there any plugin for eclipse or frameworks that does that. I am using doc/lit style web service but not rpc/enc Say be

Which handler to choose ?

2005-01-18 Thread babloosony
Hi, I want to implement an axis handler and I am confused with Interface javax.xml.rpc.handler.Handler and Class org.apache.axis.handlers.BasicHandler (implements Interface org.apache.axis.Handler) 1. In what cases one uses org.apache.axis.handlers.BasicHandler over implementing javax.xml.rpc.ha

faultString: null object name

2005-01-13 Thread babloosony
Hi All, When I invoke an ejb web service deployed in jboss-4.0.1RC1 and axis-1_2RC2-bin, I am getting below error. I am using stub based approach in my web service client program. Can anyone please tell what am I missing here ... AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}

AXIS - EJB Provider

2005-01-12 Thread babloosony
Hi All, I have deployed an ejb on JBoss and I am using axis-1_2RC1. Below is working configuration for this ejb web service in server-config.wsdd --

unable to run tcpmon

2004-12-07 Thread babloosony
Hi All, I usually connect to internet using a proxy and port since I am behind a corporate firewall. I am trying to write a web service consumer using and trying to connect to a some third party web service provider whose wsdl url is http:///servicingWS/Reallocate.asmx Now how do I configure the

AxisFault- java.net.ConnectException: Connection refused: connect

2004-11-18 Thread babloosony
Hi All, AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused: connect faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connectio

Re: No such operation problem

2004-10-21 Thread babloosony
how did u get my email id ... On Thu, 21 Oct 2004 13:33:58 +0300, Tudor Vintilescu <[EMAIL PROTECTED]> wrote: > Hi there. > > I have a problem when trying to call a method. I've used wsdl2java to > create the java classes (and interf.) for the service, i've compiled > them and deployed them on m