[ANN]Apache Axis2C 0.9 released

2006-03-31 Thread Sahan Gamage
Hi All, We are proud to announce the release of Apache Axis2C version 0.90. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. AXIOM, an XML object model optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. 2. Support for

documentation in axis2?

2006-03-31 Thread SOA Work
One last question for axis2 and I got all the information I need ;-) Thank you all for the very important and interesting information you gave me the last weeks. Is the documentation tag supported in axis2? Axis was the only framework I knew which supported the metadata information to be

[Axis2 0.95] NullpointerException invoking .NET webService

2006-03-31 Thread Arnaud MERGEY
Hi, I'm writting a dynamic webservice invoker with Axis2. I'm testing .NET interroperability and Axis2 give me a nullpointerexception with a sample .NET webservice parsing the response. This is stack trace: The 2 first lines show message is sent to the ..NET server and invokation response is

Encoding Style

2006-03-31 Thread Arnaud MERGEY
Hi, I'have same problem, I'have compared Axis 1.3 and Axis2 0.95 soap request generation (dynamic invocation) Axis 1.3 (OK): soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Distinguish axis engine(s) in Tomcat

2006-03-31 Thread Larry Tan
Hi, I'm new to Axis. I'll like to find out if i have 2 servlets (both extending AxisServlet) deployed under same webapp, will there be 2 separate engines or both of them sharing 1 Axis engine? Is there anyway of distinguishing them? Another question: If i have a subclass of

Re: [Axis2 0.95] NullpointerException invoking .NET webService

2006-03-31 Thread Ajith Ranabahu
Hmm.. Seems the woodstox parser caused an error due to some encoding issue! Could be the ISO encoding (ISO-8859-1) ! On 3/31/06, Arnaud MERGEY [EMAIL PROTECTED] wrote: Hi, I'm writting a dynamic webservice invoker with Axis2. I'm testing .NET interroperability and Axis2 give me a

Re: How to reproduce WSDL2Java okay+uncompilable code generated

2006-03-31 Thread Ali Sadik Kumlali
Hi,Eclipse Web Tools Platform (WTP) comes with XSD and WSDL editors which are able to validate.For more information please visit http://www.eclipse.org/webtools/Regards,Ali Sadik KumlaliAnne Thomas Manes [EMAIL PROTECTED] wrote: There are other problems with this WSDL besides the wrong qnames in

[Axis2] Correct location for third party lib(s)

2006-03-31 Thread Michael Robinson
What is the correct location for third party libraries within an Axis 2 service? Should these be packaged within the .aar file? I seem to remember reading this information somewhere in the documentation but was unable to find it today. If it does in fact exist could

Which Axis for WebLogic 9.1?

2006-03-31 Thread Hendrik Schreiber
Title: Which Axis for WebLogic 9.1? Hey, We are currently upgrading from WebLogic 8.1 to 9.1 and one of the things that stopped working is Axis 1.1. We are seeing the following NullPointerException in the Call class: java.lang.NullPointerException at

Re: Which Axis for WebLogic 9.1?

2006-03-31 Thread Lars Torunski
Maybe you have a similar problem compared to http://ws.apache.org/axis/java/install.html#WebLogic8.1 WebLogic 8.1 ships with webservices.jar that conflicts with Axis' saaj.jar and prevents Axis 1.2 from working right out of the box. This conflict exists because WebLogic uses an older

RE: Which Axis for WebLogic 9.1?

2006-03-31 Thread Hendrik Schreiber
Lars, Yeah - the problem is definitely similar, which is why I'd like to find 'matching' versions. I.e. which version of Axis does play well with WebLogic 9.1 - if there is one at all that does that. We compared filesizes etc and concluded that the webservices.jar that ships with 9.1 is a

RE: Which Axis for WebLogic 9.1?

2006-03-31 Thread Hendrik Schreiber
Supposedly WebLogic 9.0/9.1 fully support J2EE 1.4. -Original Message- From: Hendrik Schreiber [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 4:23 PM To: axis-user@ws.apache.org Cc: David Ingbretsen Subject: RE: Which Axis for WebLogic 9.1? Lars, Yeah - the problem

choice problems for Axis 1.3

2006-03-31 Thread Jordan Lee
Hi, We're having problems with the choice tag using Axis 1.3. xsd:choice xsd:sequence xsd:element name=Value1 type=ns:Value1/ xsd:element name=Value2 type=ns:Value2 minOccurs=0/ /xsd:sequence xsd:element name=Value2 type=ns:Value2/ /xsd:choice Basically, we wanted to

unable to get soap header in Axis2

2006-03-31 Thread Gopal Patwa
Hi, I have custom wsdl with just an echo service which contain soap header as input for action but when I view my wsdl from browser it does not show up the soap header part?? Any help ??, let me if anything wrong in wsdl it self Thanks Gopal my wsdl file ?xml version=1.0 encoding=UTF-8?

[Axis2] [AXIOM] Whre is the SVN?

2006-03-31 Thread Samisa Abeysinghe
The Source Code link on http://ws.apache.org/commons/axiom/index.html does not work :-( How can I get the latest svn co? Thanks, Samisa...

Re: [Axis2] Correct location for third party lib(s)

2006-03-31 Thread Deepal Jayasinghe
yes , with third party lib can locate inside .Saar file and with them that will be like as follows few.Saar MATA-INF services.ml Borg apache . lib my lib1.jar my lib2.jar (http://www.developer.com/open/article.php/3557741) Michael Robinson wrote: What is