i request the moderator of this group to redirect my mails to [EMAIL PROTECTED]

2005-10-30 Thread aditya mandlekar
hi
can any body tell me how should i redirect the mails on this to [EMAIL PROTECTED],
actually i requested earlier but it didnt worked outShawn McKinney [EMAIL PROTECTED] wrote:
I can sum up my views on this with the followingstatement:Complicated things are hard to do.Web services is tricky stuff. For those of you who have been critical, offer up a better alternative.Enlighten us, we're all ears.But don't say REST, because it doesn't have all of thefeatures and capabilites of SOAP.I'll finish up with one more comment -This newgroup needs a moderator. While some of thecomments on this thread have been thought provoking,many were just SPAM and should be filtered out fromthose of us who are busy trying to use this software.Shawn
		 Yahoo! FareChase - Search multiple travel sites in one click.

 

 

developing web service using deployment descriptor

2005-10-21 Thread aditya mandlekar


i am developing web service using deployment descriptor for transferring a string[] type from client
i have used java2 wsdl and thedn wsdl2java and deploy command ,put my jar files in web-inf folder, devloped a client as per mentioned inattached file ArrayTester.java 
1) i am getting warning when i am trying to complie my proxy classes 
and it suggested me with to complie with X-lint ,then it showed error as
attached file 
2) when i am trying to access my service as http://localhost:8080/axis/services/arrservice,
it is showing error as axisfault.txt
3)when i am trying to run my client from command prompt,it is showing error like temp1.log
4) i am also attaching my soapImpl.java class

will any body please suggest what r the changes i need to do eigther
 soapImpl.java or client pr jar file
thanking you in advance for any one getting me out of this trouble

		 Yahoo! FareChase - Search multiple travel sites in one click.

 

 package strarr.strA.ws;
//import Array.Array;
public class ArrayTester {
  public static void main(String [] args) throws Exception {
// Make a service
StringAService service = new StringAServiceLocator();

// Now use the service to get a stub to the service
StringA arr = service.getarrservice();

// Make the actual call
String [] str =new String[1];
String res[] =new String[1];
str[0]=aditya;

res=arr.returnString(str);
System.out.println(res[0]);
}
}/**
 * ArrserviceSoapBindingImpl.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
 */

package strarr.strA.ws;

public class ArrserviceSoapBindingImpl implements strarr.strA.ws.StringA{
public java.lang.String[] returnString(java.lang.String[] in0) throws 
java.rmi.RemoteException {
return in0;
}

}
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is: 
org.apache.axis.ConfigurationException: Could not find class for the 
service named: strA.ws.ArrserviceSoapBindingImpl
Hint: you may need to copy your class files/tree into the right location (which 
depends on the servlet system you are using).; nested exception is: 
java.lang.ClassNotFoundException: strA.ws.ArrserviceSoapBindingImpl
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Could not find class for the service named: 
strA.ws.ArrserviceSoapBindingImpl
Hint: you may need to copy your class files/tree into the right location (which 
depends on the servlet system you are using).; nested exception is: 
java.lang.ClassNotFoundException: strA.ws.ArrserviceSoapBindingImpl
 faultActor: 
 faultNode: 
 faultDetail: 
{http://xml.apache.org/axis/}hostname:fttr
Could not find class for the service named: strA.ws.ArrserviceSoapBindingImpl
Hint: you may need to copy your class files/tree into the right location (which 
depends on the servlet system you are using).; nested exception is: 
java.lang.ClassNotFoundException: strA.ws.ArrserviceSoapBindingImpl
at 
org.apache.axis.providers.java.JavaProvider.getServiceClass(JavaProvider.java:432)
at 
org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:461)
at 
org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:285)
at 
org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:500)
at 
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)
at 
org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)
at 
org.apache.axis.deployment.wsdd.WSDDDeployment.getService(WSDDDeployment.java:427)
at 
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:231)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at 
org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:295)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at 
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 

tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts

2005-10-20 Thread aditya mandlekar
hello freinds iam new to tomcat and axis
i have done installtion of tomcat 5.0.28 and followed the steps o
http://www.coreservlets.com/Apache-Tomcat-Tutorial/
run-services.msc ,on clicking apache tomcat to startup it says
" tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts"
can anyu one help in this regard
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts

2005-10-20 Thread aditya mandlekar
thks vishistVishist Mandapaka [EMAIL PROTECTED] wrote:
Aditya, Tomcat 5 requires jdk 5.0 and also JAVA_HOME environment variable to be set. Make sure you set that and then try to start again. Also, to start the server, open a dos prompt and change to the tomcat server directory. Type the following command at console "bin/startup.bat"Open the "catalina.out" log file. It will be in the log directory. The log file will point you in the right direction.thanksvishist.
On 10/20/05, aditya mandlekar [EMAIL PROTECTED] wrote:

hello freinds iam new to tomcat and axis
i have done installtion of tomcat 5.0.28 and followed the steps o
http://www.coreservlets.com/Apache-Tomcat-Tutorial/
run-services.msc ,on clicking apache tomcat to startup it says
" tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts"
can anyu one help in this regard


Yahoo! Music Unlimited - Access over 1 million songs. Try it free. 

		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

System.ServiceModel.UnknownFaultException: org.xml.sax.SAXException: Invalid element in xws.inert.ArrayOfHostedClientParameter - HostedClientParameter

2005-10-19 Thread aditya mandlekar
hello friends
i am devepoing axis webhosted clientand .net service..
hosted client is a web service..
so my client is web service which invokes .net service..
hostedClient[] is an array which is passed though client
i am getting exception as
System.ServiceModel.UnknownFaultException: org.xml.sax.SAXException: Invalid element in . . . inert.ArrayOfHostedClientParameter - HostedClientParameter
will any one plz ctell me about this exception
what is SAX exception
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

developing web services for complex types

2005-10-18 Thread aditya mandlekar
i am trying to developing web services for complex types string[] ,service simply accepts string[] as parameter and return string[] to client ...
can any one plz help me
thk 
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

can any one tell me .jar file required org.apache.axis.constans.style

2005-10-18 Thread aditya mandlekar

hello freinds,
i ahave posted mail before this ..
i am trying to develop a web service using deploy.wsdd for client send array of string to service ...
service simply returns array of string
i am getting client also complied ,but at run time i am getting error:

 java.lang.NoClassDefFoundError: Array/ws/ArraySoapBindingStubat Array.ws.ArrayServiceLocator.getArray(ArrayServiceLocator.java:55)at Array.ws.ArrayServiceLocator.getArray(ArrayServiceLocator.java:50)at Array.ws.ArrayTester.main(ArrayTester.java:9)Exception in thread "main" 

case is that the ArraySoapBindingStub class is not getting compled ... i m also attaching .wsdl and .wsdd genrated..can any one tell me modifcations needed eigther to .wsdd/.wsdl or to ArraySoapBindingStub

ArraySoapBindingStub.java:33: package org.apache.axis.constants does not exist oper.setStyle(org.apache.axis.constants.Style.RPC); ^ArraySoapBindingStub.java:34: package org.apache.axis.constants does not exist oper.setUse(org.apache.axis.constants.Use.ENCODED); ^ArraySoapBindingStub.java:54: cannot resolve symbolsymbol : met
 hod
 setTypeMappingVersion (java.lang.String)location: class org.apache.axis.client.Service ((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.2"); ^ArraySoapBindingStub.java:66: cannot resolve symbolsymbol : class SimpleListSerializerFactory location: package ser java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
 ^ArraySoapBindingStub.java:67: cannot resolve symbolsymbol : class SimpleListDeserializerFactory location: package ser java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class; ^ArraySoapBindingStub.java:74: cannot resolve symbolsymbol : constructor ArraySerializerFactory (javax.xml.namespace.QName,javax.xml.namespace.QName)location: class
 org.apache.axis.encoding.ser.ArraySerializerFactory cachedSerFactories.add(new org.apache.axis.encoding.ser.ArraySerializerFactory(qName, qName2)); ^ArraySoapBindingStub.java:81: cannot resolve symbolsymbol : method _createCall ()location: class org.apache.axis.client.Stub org.apache.axis.client.Call _call =
 super._createCall(); ^7 errors
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

deploy.wsdd
Description: 2246918802-deploy.wsdd


Arr.wsdl
Description: 3135457509-Arr.wsdl


Re: developing web services for complex types

2005-10-18 Thread aditya mandlekar
thks vishist, 
but will this wotk for string[]..Vishist Mandapaka [EMAIL PROTECTED] wrote:
Aditya, Why don't you use xsd for this, you can declare in the wsdl types asxsd:element name="myStringArrayInput"xsd:complexType xsd:sequence xsd:element name="StringName" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/  /xsd:sequence/xsd:complexType/xsd:elementI think, the above schema will help you.thanksvishist.
On 10/18/05, aditya mandlekar [EMAIL PROTECTED] wrote:

i am trying to developing web services for complex types string[] ,service simply accepts string[] as parameter and return string[] to client ...
can any one plz help me
thk 


Yahoo! Music Unlimited - Access over 1 million songs. Try it free. 

		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis/constants/Style

2005-10-17 Thread aditya mandlekar

hi guys,
i am, new to apache axis 
i am trying to deply web service using .wdd .
i have created interface which acccepts string[] as paramter and return string[] as a parameter..
i have created wsdl using java2wsdl task 
i have created client using wsdl2java task ..i am following site 
C:\doc\ONJava_com Creating Web Services with Apache Axis.htm
i am getting exception while running client as 
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/constants/Style
can any one tell me 
.jar file which needs to e included to resolve or try this particular exception..
will u please help me
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Exception in thread main java.lang.NoClassDefFoundError:org/apache/axis/const

2005-10-17 Thread aditya mandlekar
hi guys,i am, new to apache axis i am trying to deply web service using .wdd .i have created interface which acccepts string[] as paramter and return string[] as a parameter..i have created wsdl using java2wsdl task i have created client using wsdl2java task ..i am following site C:\doc\ONJava_com Creating Web Services with Apache Axis.htmi am getting exception while running client as Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/constants/Stylecan any one tell me .jar file which needs to e included to resolve or try this particular exception..will u please help me
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

creating a hosted client

2005-10-08 Thread aditya mandlekar
how to create a hosted client,that is a web service acting as a web service...
this web servicce will invoke other web service...
i created proxy though wsdl2java tool,and write a client with invoking web methods of servcie
and gave it an extension of .jws and .java both ,i tried using with .jws and admin client as per mentioned in user-guide.html of axis doc...can any one tell how to write wsdd for this...so that i can call web service...though proxy


		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.