Re: WSDL2Java problem

2004-01-26 Thread siva kondapalli
Hi, I too got the same problem..,both Java2WSDL and WSDL2Java are giving similar types of errors.I posted this question last week,but no repsonse :( I even tried using IBM's wsdl4j.jar,but didnt work.   regards Rao.,Safdar Ali <[EMAIL PROTECTED]> wrote: Hello, I am getting the following er

Re: Java2WSDL error....!

2004-01-23 Thread siva kondapalli
L.java:236)    at org.apache.axis.wsdl.Java2WSDL.(Java2WSDL.java:228)    at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:541)     Thanks Rao., siva kondapalli <[EMAIL PROTECTED]> wrote: Hi,   Adding to my previous question..,i found somewhere in the User's list(http:/

Re: Java2WSDL error....!

2004-01-21 Thread siva kondapalli
?   Thanks Rao., siva kondapalli <[EMAIL PROTECTED]> wrote: Hi, I tried using Java2WSDL from the Samples directory for the example "example6" and endup with the error  Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/extensions

Re: Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
Hi,  the one i posted my Client program is ".java" version and it is working fine.I have written the JSP version of it which iam posting it below..,I copied this to my "$Catalina_Home/webapps/axis" directory and tried using http://localhost:8080/axis/MyClient.jsp and cant see the output on

Java2WSDL error....!

2004-01-21 Thread siva kondapalli
Hi, I tried using Java2WSDL from the Samples directory for the example "example6" and endup with the error  Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/extensions    /soap/SOAPFault    at org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.ja

RE: Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
I didtn understand your question...! If your question is if Iam using the same Port them Iam using the same 8080.   Siva.,"Chanian, Raj" <[EMAIL PROTECTED]> wrote: Dont you need to use the correct port for tomcat? Regards, Raj -Original Message-From: siva kondapall

Writing JSP Client for a deployed Web Service

2004-01-21 Thread siva kondapalli
Hi, I posted this question(not in detail) before in this forum.I have deployed amy own Web service and written an Client.java program and it worked fine,which including below * import org.apache.axis.AxisFault;import org.apache.axis.client.Call;impor

Writing a JSP client for a WebService..!

2004-01-15 Thread siva kondapalli
Hi, I deployed a web service and wrote a 'Client.java' and it worked fine.,When i changed to 'Client.jsp' iam getting the following errors..   *     package org.apache.axis.client does not exist   import org.apache.axis.client.Call;     package org.apache.axis.utils

RE: org.apache.axis.ConfigurationException..!

2004-01-15 Thread siva kondapalli
Thanks., for that.,"Martin, Richard" <[EMAIL PROTECTED]> wrote: Hi Siva,You seem to have spelt Apache wrong within your WSDD:provider type matches QName '{http://xml.apahce.org/axis/wsdd/providers/java}RPC'I believe this should read http://xml.apache.org/axis/wsdd/providers/java Try changing this

org.apache.axis.ConfigurationException..!

2004-01-15 Thread siva kondapalli
Hi, I could able to deploy my own webservices and also can see the WSDL files as welland also able to run the client applications using Apache Axis. But,when I try to see the delployed web services by clicking the "View" link on my axis page (http://localhost:8080/axis/index.html),Iam getting the f

Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location

2003-12-18 Thread siva kondapalli
Hi,   When i run my "happyAxis.jsp" in Apache Axis1.1 after intalling it.I saw the following Package missing from the Neeede Compnents "Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location" I included the JAXP-API.jar,dom.jar,sax.jar,xalan.jar,xercesImpl.jar and xsl

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-17 Thread siva kondapalli
Hi,    I got the similar type of error but Iam using Axis1.1   "throws No serializer found for my classes and complaining about    is a component of a larger object which has    registered type mapping" CAn you help me in soling this in Axis1.1..?   thanks Rao.,Airline Pedestal