ClassNotFoundException: Example6.WidgetPriceSoapBindingSkeleton

2005-02-18 Thread pushkar bhatia
Hi I am new to the axis and webservices.I deployed the one web service and when i am trying to call that web services,i am facing this "ClassNotFoundException: Example6.WidgetPriceSoapBindingSkeleton ". After creating the Server-side bindings , i can see all these stub and sckeleton classes along

Axis client logging

2005-02-18 Thread Halsema, Aillil I
I've got a simple Axis client running on Windows XP, but every time I start it the messages "log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).""log4j:WARN Please initialize the log4j system properly."   appear on the console.  I've copied the l

Enumeration problem

2005-02-18 Thread Eugene Shershnev
Hi All,   I'm trying an enumeration type and having tough time to get it working.   Here is what I have:   - Priority is an enumeration                   - a bean class has a Priority member               - I've added typeMapping to the WS

Client-side timeout + proxy interfaces

2005-02-18 Thread Hewitt, Christopher
Hi, Is it possible to set the client's timeout when using proxy interfaces? The only information I have ever found on setting a client-side timeout requires the use of Call objects, which are unnecessary with dynamic proxies. It seems that the client will eventually timeout after 10 minutes, but

Axis 1.2 on J2EE 1.2 - is it possible?

2005-02-18 Thread Kenneth Stephen
Hi, I'm attempting to get Axis 1.2 (RC2) to work on Websphere 4 - which is a J2EE 1.2 container. The first thing that I came across is the following item in the web.xml : org.apache.axis.transport.http.AxisHTTPSessionListener ...which is not permitted in a J2EE 1.2 web

WS-I compliance, ">" prepended to element datatypes in deploy.wsdd

2005-02-18 Thread Dan Hobbs
Dear all,   Thanks to everyone who helped me out with pointers for getting up to speed on web services. I can safely say the best advice I have received is "start with the WSDL"! :-)   An interesting point with my web service, though, is that although the WSDL passes the WS-I compliance

Custom Serializer write schema problem with some answers....

2005-02-18 Thread Mike Cassisa
Hello,     I am setting up a document/literal/wrapped web service and have used XMLBeans to bind my schema/java beans.  I have written custom Serializer/Deserializers and  I am working on using the dynamic wsdl provided by axis however I seem to have hit a wall.  I think this will

RE: basic question about axis

2005-02-18 Thread Vikas Phonsa
>For services that are written in Java you need the server-config.wsdd file >in your WEB-INF directly. (Or alternately you can deploy the service >using as specified in the manual, but I just copied over my wsdd file). Thanks for your reply, I have deployed and tested several sample services.

RE: basic question about axis

2005-02-18 Thread Brown, Mike
The core of Axis is the AxisServlet. It gets created and init() is called by the container. Axis uses init to load the WSDD and all that good stuff. The request is sent to the AxisServlet in the doPost() method. From there Axis inspects the soap envelope and using the configuration it pulled from t

RE: Mapping correctly a array type in a bean

2005-02-18 Thread Arijit Mukherjee
Praveen It's just like the beans generated by Axis if you do a doc-oriented service where you define your complex types containing collections in a schema - pretty standard. Arijit >-Original Message- >From: Praveen Peddi [mailto:[EMAIL PROTECTED] >Sent: 18 February 2005 15:23 >To: [EMA

Re: Mapping correctly a array type in a bean

2005-02-18 Thread Sebastien Mayemba Mbokoso
@Praveen Peddi it's not a work around or another hack. No use any patch. I able to see also the childs. I am working on a project with DB and Hibernate Framework. In the DB there are 32 tables and so many relationships together. Before to find that mapping practice Axis couldn't see all the child

Re: Mapping correctly a array type in a bean

2005-02-18 Thread Praveen Peddi
Wow!. I did this and it fixed my problem. I didn't have to use the Eric's patch that I mentioned in another thread yesterday. I am able to see the child containers fine. Is this type of bean definition OK? I mean I just want to make sure its not a hack or anything. If this is the right way to d

unsuscribe

2005-02-18 Thread Carlos Hurtado Ramírez
___ Si desea recibir, semanalmente, el Boletín Electrónico de la PUCP, ingrese a: http://www.pucp.edu.pe/boletin/

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

Re: Getting true Exceptions

2005-02-18 Thread Mariano Eloy Fernández
Hi, In fact, if a connect refused of type java.net.ConnectException occurs, the stub automatically deserializes it, putting an instance into AxisFault.detail. Mariano Eloy Fernández wrote: Hello, My webservice throws an Exception. This is reflected in the WSDL. http://schemas.xmlsoap.org/soap

Getting true Exceptions

2005-02-18 Thread Mariano Eloy Fernández
Hello, My webservice throws an Exception. This is reflected in the WSDL. http://schemas.xmlsoap.org/soap/encoding/"; namespace="https://www.cv.gva.es/axis/CorreoCVWS?WSDL"/> Despite declaring both MyException and RemoteException, only RemoteException is thrown by the client Stub. I know that

TCPMonitor now supports 'Kanji' characters

2005-02-18 Thread Toshiyuki Kimura
To: $B3'MM(B (B $B!!LZB<$G$9!#(B (B $B!!(BTCP$B%b%K%?(B(tcpmon)$B$G%^%k%A%P%$%HJ8;z$,@5$7$/I=<($5$l$J$$$H(B $B$$$&2<5-$N%P%0Js9p$KBP$7$F!"BP:v$rhttp://issues.apache.org/jira/browse/AXIS-1815> (B $B!!$3$l$^$G!"4A;z$J$I$rMxMQ$9$k$H(BTCP$B%b%K%?$G$OJ8;z2=$1$r5/$3$7(B $B$F$$$?$H;W$&$

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