[OT]unsubscribe

2006-11-10 Thread Ignazio Anastasi
i've tried many time to unsubscrive, but nothing.. how can i do?


Re: [Axis2] Develop Client

2006-08-31 Thread Ignazio Anastasi
that's my error.

Exception in thread main: java.lang.NoClassDefFoundError: org/apache/axis2/Client


:-/


for kumar. where should i put that file? what name?




[Axis2] Develop Client

2006-08-30 Thread Ignazio Anastasi
Hi all

i'm a newbie :-)

i need help to develop the client of the example in this site http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world

however.. how can i run a client? it should be runned from an axis2 directory? how can i build a run.bat file correctly'

tnx


[AXIS2] Nightly Build

2006-08-08 Thread Ignazio Anastasi
How can i install a Nightly Build? just execute the jar file everywhere? this make me the error Failed to load Main-Class manifest attribute from axis2-1.0.jarhow can i do? tnx all


Re: [Axis2]hard beginning

2006-08-08 Thread Ignazio Anastasi
after many attempts an example given from this site http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world seems to worki don't know why.. :-) but i cant make working my client..
Now to we can compile and run the client code. Its is important to
note that the classpath must have all the jars in the lib directory

of the axis2-std-1.0-RC1-bin distribution when compiling and running
the client.what? i haven't configured it.. how can i with my war file?


Re: [Axis2]hard beginning

2006-08-08 Thread Ignazio Anastasi
mm.. sorry, but i don't understand this.. can you explain it?On 8/8/06, Martin Gainty [EMAIL PROTECTED] wrote:
Good Morning Paul-I found this tidbit for setting Property TransformerFactory
System.setProperty(javax.xml.transform.TransformerFactory, org.apache.xalan.processor.TransformerFactoryImpl);Also..If you dont need DOM3 support then comment out the dom3-xml-apis.jar from your class path
HTHMartin --*This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email message is
addressed.If you have received this email message in error, please notifythe sender immediately by telephone or email and destroy the originalmessage without making a copy.Thank you.- Original Message -
From: Paul Fremantle [EMAIL PROTECTED]To: axis-user@ws.apache.orgSent: Tuesday, August 08, 2006 8:12 AM
Subject: Re: [Axis2]hard beginning The only thing I can think is that you have already got Xerces or Xalan in jre\lib\endorsed\ Paul On 8/7/06, Ignazio Anastasi 
[EMAIL PROTECTED] wrote: ok doctor :-) i use jdk 1.5.0_07 do you know the kind of problem? :-/
 On 8/7/06, Paul Fremantle [EMAIL PROTECTED]  wrote:  Ok next question which JDK?! Paul
 On 8/7/06, Ignazio Anastasi  [EMAIL PROTECTED] wrote:  i've used Axis2 1.0 war file into webapps  
  On 8/7/06, Paul Fremantle  [EMAIL PROTECTED] wrote:   Seems like the Xalan jar is missing. Which Axis2 install image did you
 use?On 8/7/06, Ignazio Anastasi  [EMAIL PROTECTED] wrote:   hi all, i'm a new user and i try to learn about axis2
 after installation and validation about axis2 i've tryed to launch  examples  like 'version' and 'myservice' (from user guide) but these are my error
   reports:version   type Exception report message
 description The server encountered an internal error () that prevented it   from fulfilling this request. exception
 javax.servlet.ServletException : Servlet execution threw an exception root cause 
javax.xml.transform.TransformerFactoryConfigurationError:   Provider  org.apache.xalan.processor.TransformerFactoryImpl   not found
javax.xml.transform.TransformerFactory.newInstance(Unknown   Source)
org.apache.ws.commons.schema.XmlSchema.serialize_internal (XmlSchema.java:214)   org.apache.ws.commons.schema.XmlSchema.write
(XmlSchema.java:200)org.apache.axis2.description.AxisService2OM.generateOM (AxisService2OM.java:147)  
 org.apache.axis2.description.AxisService.getWSDL  (AxisService.java:553)org.apache.axis2.description.AxisService.printWSDL
 (AxisService.java:533)org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java  :144)
org.apache.axis2.transport.http.ListingAgent.handle (ListingAgent.java:89)  
  org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:109)javax.servlet.http.HttpServlet.service
 (HttpServlet.java:689)  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)  
 and this is the error of 'myservice'error   descriptionUnable to generate WSDL for this service/description
   -   reason   Either user has not dropped the wsdl into META-INF or operations use  message   receivers other than RPC.
   /reason   /error   Why this? where i miss? may i install something like new libraries?
 please help me. thanks.  --  Paul Fremantle  VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
   http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED]   Oxygenating the Web Service Platform, 
www.wso2.com   -  To unsubscribe, e-mail: 
[EMAIL PROTECTED]  For additional commands, e-mail: [EMAIL PROTECTED]   
 -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chairhttp://bloglines.com/blog/paulfremantle
 [EMAIL PROTECTED] Oxygenating the Web Service Platform, www.wso2.com -
 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED] -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair 
http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] Oxygenating the Web Service Platform, www.wso2.com
 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED]


[Axis2]hard beginning

2006-08-07 Thread Ignazio Anastasi
hi all, i'm a new user and i try to learn about axis2after installation and validation about axis2 i've tryed to launch examples like 'version' and 'myservice' (from user guide) but these are my error reports:
version

type
Exception reportmessage



description
The server encountered an internal error () that prevented it from fulfilling
this request.



exception





javax.servlet.ServletException:
Servlet execution threw an exception

root
causejavax.xml.transform.TransformerFactoryConfigurationError:
Provider org.apache.xalan.processor.TransformerFactoryImpl not found

 javax.xml.transform.TransformerFactory.newInstance(Unknown
Source)

 org.apache.ws.commons.schema.XmlSchema.serialize_internal(XmlSchema.java:214)

 org.apache.ws.commons.schema.XmlSchema.write(XmlSchema.java:200)

 org.apache.axis2.description.AxisService2OM.generateOM(AxisService2OM.java:147)

 org.apache.axis2.description.AxisService.getWSDL(AxisService.java:553)

 org.apache.axis2.description.AxisService.printWSDL(AxisService.java:533)

 org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:144)

 org.apache.axis2.transport.http.ListingAgent.handle(ListingAgent.java:89)

 org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:109)

 javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)and this is the error of 
'myservice'errordescriptionUnable to generate WSDL for this service/description- reasonEither user has not dropped the wsdl into META-INF or operations use message receivers other than RPC.
/reason/errorWhy this? where i miss? may i install something like new libraries?please help me. thanks.


Re: [Axis2]hard beginning

2006-08-07 Thread Ignazio Anastasi
ok doctor :-)i use jdk 1.5.0_07do you know the kind of problem? :-/On 8/7/06, Paul Fremantle [EMAIL PROTECTED]
 wrote:Ok next question which JDK?!PaulOn 8/7/06, Ignazio Anastasi 
[EMAIL PROTECTED] wrote: i've used Axis2 1.0 war file into webapps On 8/7/06, Paul Fremantle 
[EMAIL PROTECTED] wrote: Seems like the Xalan jar is missing. Which Axis2 install image did you use? On 8/7/06, Ignazio Anastasi 
[EMAIL PROTECTED] wrote:  hi all, i'm a new user and i try to learn about axis2   after installation and validation about axis2 i've tryed to launch examples
  like 'version' and 'myservice' (from user guide) but these are my error  reports:  versiontype Exception report   message
   description The server encountered an internal error () that prevented it  from fulfilling this request.   exception   javax.servlet.ServletException
: Servlet execution threw an exception   root cause   javax.xml.transform.TransformerFactoryConfigurationError:  Provider org.apache.xalan.processor.TransformerFactoryImpl
  not foundjavax.xml.transform.TransformerFactory.newInstance(Unknown  Source)org.apache.ws.commons.schema.XmlSchema.serialize_internal
(XmlSchema.java:214)   org.apache.ws.commons.schema.XmlSchema.write(XmlSchema.java:200)org.apache.axis2.description.AxisService2OM.generateOM
(AxisService2OM.java:147)org.apache.axis2.description.AxisService.getWSDL (AxisService.java:553)org.apache.axis2.description.AxisService.printWSDL
(AxisService.java:533)org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java :144)org.apache.axis2.transport.http.ListingAgent.handle
(ListingAgent.java:89)org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:109)javax.servlet.http.HttpServlet.service
(HttpServlet.java:689)   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)  and this is the error of 'myservice'
   error  descriptionUnable to generate WSDL for this service/description  -  reason  Either user has not dropped the wsdl into META-INF or operations use
 message  receivers other than RPC.  /reason  /error  Why this? where i miss? may i install something like new libraries?
   please help me. thanks.  -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair 
http://bloglines.com/blog/paulfremantle[EMAIL PROTECTED] Oxygenating the Web Service Platform, www.wso2.com
 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED]--Paul FremantleVP/Technology, WSO2 and OASIS WS-RX TC Co-chair
http://bloglines.com/blog/paulfremantle[EMAIL PROTECTED]Oxygenating the Web Service Platform, www.wso2.com-
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]