no mapped schema exception

2002-04-13 Thread Munjal
Hi, I am writing an axis client to invoke a web service which takes as input a dynamic array of a class (say class Player) I got rid of the no serializer porblem, but now I am getting the following error: Java.io.IOException: No mapped schema for Player Hope someone can help. Thanks, Munjal

RE: no serializer found exception

2002-04-13 Thread Vidyanand Murunikkara
Hi cld u cut and paste the signature of the method that u are using. -Original Message- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 13, 2002 3:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: no serializer found exception Hi, I have a web-service impleme

no serializer found exception

2002-04-13 Thread Munjal
Hi, I have a web-service implementing a method which takes as an input a dynamic array of classes (say class Player). I am trying to call a method implemented by this service but I get an error telling: Java.io.IOException: No serializer found for class Player in registry org.apache.axis.en

Re: Axis trouble with Tomcat 4.0.2 and 4.0.3 (was Re: XML Parsers andClassloading in Tomcat)

2002-04-13 Thread Nathan D. Bowen
Sure enough, those classpaths are missing jaxrpc.jar. Ivan raises a good point for those who are trying to take my advice during an Axis install -- I didn't do a very thorough test of the client side installation at all. I can vouch for my results as far as installing the webapp into Tomcat, but I

RE: support?

2002-04-13 Thread Scott Seely
As an alternative to this approach, couldn't you use something like CapeClear's WSDL editor which is capable of generating stub implementations of a Web service? Then you get WSDL and Web service separation. IMHO, it's a bad idea to rely on auto-generated WSDL. Because WSDL defines the interfac

RE: Newbie WSDL/XML-RPC question

2002-04-13 Thread Scott Seely
What you are referring to are called extensibility elements. To the best of my knowledge, the XML-RPC community has not defined any extensibility elements for XML-RPC messaging. You are correct WRT where SOAP specific stuff shows up (though you missed service). One could define extensibilty ele

Exception while invoking the service methods

2002-04-13 Thread Jitender Singh Singh
Hi , I have deployed my web service using the JWS FIles -Instant Deployment and is succesfully able to access the service at the required URL. My Java file(authenticate.java) reads an XML File .Rightnow i have kept it along with .jws file. What is the right place to kkep the java file

JAAS Authentication

2002-04-13 Thread Kavish Agarwal
HI, Could any body help me in doing JAAS Authentication in JBoss2.4.3_Jetty3.1.3-1 Application server. If possible step by step procedure will be very well appreciated. Thanks Kavish Agarwal

Re: Axis trouble with Tomcat 4.0.2 and 4.0.3 (was Re: XML Parsers andClassloading in Tomcat)

2002-04-13 Thread Ivan Filippenko
Yes, thank you again Nathan for your thorough and helpful analysis of the AXIS/Tomcat installation and version match-up issues. However, I have to take one small exception to your remark: > With an out-of-the-box Tomcat 4.0.1 or Tomcat 4.0.4-b2, I can install a > perfectly functioning out-of-the