Re: Plans for Axis2 release 1.1 ?

2006-11-10 Thread Thilina Gunarathne
Expect the 1.1 release by next week.. Hope we will not come across any unexpected surprises... Thilina On 11/9/06, Gul Onural <[EMAIL PROTECTED]> wrote: What is the latest plan for the Axis2 1.1 release ? Can somebody comment on this ? Cheers, Gul -- http://webservices.apache.org/~thi

[AXIS2] how to stop autogenerating wsdl for webservices?

2006-11-10 Thread 文少华
  In Axis1 document there is someway to stop auto generating wsdl for web services,But I can't find any document in Axis2 about howto secure the webservcie,like stop the list servcie or stop autogenerating wsdl for web services,Can any guru give me some clue about it?Thanks in advance!Holy

[WSDL2Java] False Codegenration for

2006-11-10 Thread Lijun Liao
Hi, I have followed the AIXS2 version 1.0 userguide to generate code from WSDL file, and I have detected that the code to parsing the incomming message of type is false. According to the W3C standard, the order of elements within is not identical. However, the generated code treats only one ide

Re: Please give link to good tutorials for AXIS2

2006-11-10 Thread Thilina Gunarathne
try [1]. WSO2.net contains lot of articles and links relating to Axis2 and surrounding projects.. Have a look at this too [2].. ~Thilina [1] http://www.wso2.net/projects/axis2/java [2] http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/xdocs/articles.html On 11/9/06, oslezka

Schema validation Axis 1.3

2006-11-10 Thread Rishikesh . Mallesh
Hi   I am using Axis 1.3, I wanted to know if there is a way to validate request and response SOAP messages against schemas. I've googled for quite a bit, but couldn't come out with a satisfactory solution.   So far I've investigated the Castor option, I think it is a kludge at best. Th

webservice over https - No trusted certificate found

2006-11-10 Thread Philippe Vandenhove
Hello,I have to develop a webservice (Axis) over https. Unfortunatelly, i have a problem during the deployment of the webservice.Here is the command followed by the stack trace:java  -Djavax.net.ssl.keyStore=/home /sincrho/server.keystore -Djavax.net.ssl.keyStorePassword=changeit  -cp ./lib/axis.

Re: webservice over https - No trusted certificate found

2006-11-10 Thread Carl Gustaf Hjelt Liebe
What providers have you listed in the java.security file ?On 11/10/06, Philippe Vandenhove <[EMAIL PROTECTED] > wrote:Hello,I have to develop a webservice (Axis) over https. Unfortunatelly, i have a problem during the deployment of the webservice. Here is the command followed by the stack trace:jav

RE: webservice over https - No trusted certificate found

2006-11-10 Thread subir.sasikumar
Hi,   You imported your server certificates to /usr/j2sdk1.4.2_09/jre/lib/security/cacerts and have given some other keystore path while deploying your webservice in -Djavax.net.ssl.keyStore=/home/sincrho/server.keystore.   Could this be the problem?   I hope you understand that impo

RE: [AXIS2] how to stop autogenerating wsdl for webservices?

2006-11-10 Thread Gul Onural
Hi Holy,   You need to add useOriginalwsdl  parameter to your services.xml file, similar to the following :         ...     com.example.SimpleService  true  ...>     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 5:3

[Axis2] NullPointerException WSDL11ToAxisServiceBuilder

2006-11-10 Thread Brecht Yperman
Hi, I get a NullPointerException in the WSDL11ToAxisServiceBuilder. This is due to the fact that the documentation element is empty, firstChild is null. =CODE= // copy the documentation element content to the description Element documentationElement = wsdl4jDefinition.getDocumentationElement();

Unable to generate WSDL for this service

2006-11-10 Thread Caroline . Grima
Hi,         I have tried deploying a webservice with axis 2 but i keep getting the error -   Unable to generate WSDL for this servicedescription>   Either user has not dropped the wsdl into META-INF or operations use message receivers other than RPC.reason>   error>

Re: Signature verification fails when used with Encryption

2006-11-10 Thread Ruchith Fernando
Hi, Looking at the msg you sent ... the signature seems to be referring to the cert using the subject key identifier. In this case you MUST have the service's cert in the client's keystore and your signaturePropertyFile has to point to that. Also since there are two timestamp headers ... your ac

Re: webservice over https - No trusted certificate found

2006-11-10 Thread Manuel Mall
1. Use a browser to access the https:// url and check if it presents the correct certificate. 2. Don't confuse your trust store, typically your .../lib/security/cacerts file, with your key store. The trust store contains the certificates of of Certification Authorities the client side of a HT

Re: [Axis2] NullPointerException WSDL11ToAxisServiceBuilder

2006-11-10 Thread Deepal Jayasinghe
Hi Brecht ; Its bug please report a jira. Thanks Deepal >Hi, > >I get a NullPointerException in the WSDL11ToAxisServiceBuilder. > >This is due to the fact that the documentation element is empty, firstChild is >null. > >=CODE= >// copy the documentation element content to the description >Eleme

Re: Unable to generate WSDL for this service

2006-11-10 Thread Deepal Jayasinghe
Hi Caroline; Can you please post the services.xml that will help me to find the bug. Thanks Deepal > > Hi, > I have tried deploying a webservice with axis 2 but i keep > getting the error > *-* > * * *Unable to generate WSDL for th

Re: Unable to generate WSDL for this service

2006-11-10 Thread Caroline . Grima
        mt.webservice.client.MyService                                                                                                                                                                                                                                                      

Re: Unable to generate WSDL for this service

2006-11-10 Thread Deepal Jayasinghe
Hi Caroline; Actually You can improve your services.xml a bit as shown below; http://www.w3.org/2004/08/wsdl/in-only"; class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/> http://www.w3.org/2004/08/wsdl/in-out"; cl

RE: [Axis2] NullPointerException WSDL11ToAxisServiceBuilder

2006-11-10 Thread Brecht Yperman
https://issues.apache.org/jira/browse/AXIS2-1669 Thanks, Brecht -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: vrijdag 10 november 2006 13:58 To: axis-user@ws.apache.org Subject: Re: [Axis2] NullPointerException WSDL11ToAxisServiceBuilder Hi Brecht ; Its bug

RE: Schema validation Axis 1.3

2006-11-10 Thread John Pfeifer
Title: RE: Schema validation Axis 1.3 Good luck with this one.  I have posted several times about schema validation in axis2 and it looks like you have to do it yourself.  I wrote a servlet filter that sits in front of the axis servlet and validates the request against a given xsd.  -Or

Re: [WSDL2Java] False Codegenration for

2006-11-10 Thread Davanum Srinivas
Please try the 1.1 RC2 or the nightly. thanks, dims On 11/10/06, Lijun Liao <[EMAIL PROTECTED]> wrote: Hi, I have followed the AIXS2 version 1.0 userguide to generate code from WSDL file, and I have detected that the code to parsing the incomming message of type is false. According to the W3C

axis2 - rampart1.1 problems

2006-11-10 Thread Philipp Perner
Hi, I'm using axis2 1.0 with 1.1 rc2 release libs on a tomcat 5.x servlet container. When I run the tomcat with j2sdk1.4.2 everything is working properly and i can do everything the axis2.war file provides. When I want to load the rampart 1.1 snapshot I always get an error message: org.apache

Re: Schema validation Axis 1.3

2006-11-10 Thread Rodrigo Ruiz
Hi John, how complex is your filter code? It would be a great entry in the Axis wiki ;-) Regards, Rodrigo Ruiz John Pfeifer wrote: > > Good luck with this one. I have posted several times about schema > validation in axis2 and it looks like you have to do it yourself. I > wrote a servlet filte

Re: axis2 - rampart1.1 problems

2006-11-10 Thread Deepal Jayasinghe
Hi Philipp; It wont work there were API changes in Handler interface , so please use 1.1 rc2 with rampart nightly builds. Thanks Deepal > Hi, > > I'm using axis2 1.0 with 1.1 rc2 release libs on a tomcat 5.x servlet > container. > When I run the tomcat with j2sdk1.4.2 everything is working prope

RE: Schema validation Axis 1.3

2006-11-10 Thread John Pfeifer
Title: RE: Schema validation Axis 1.3 Here is the filter... The trick with this is that you have to wrap the HttpServletRequest so that you can send the request on to filters down stream once you have read the input stream.  You can do this using HttpServletRequestWrapper.  I will be happy to

Re: Schema validation Axis 1.3

2006-11-10 Thread Davanum Srinivas
Our Wiki: http://wiki.apache.org/ws/FrontPage/Axis -- dims On 11/10/06, John Pfeifer <[EMAIL PROTECTED]> wrote: Here is the filter... The trick with this is that you have to wrap the HttpServletRequest so that you can send the request on to filters down stream once you have read the input st

RE: How to deploy on 2 different axis

2006-11-10 Thread Gupta, Rahul
Is this possible situation, which I m talking about or it can not be done? Please response Thanks R.G -Original Message- From: Gupta, Rahul Sent: Thursday, November 09, 2006 5:43 PM To: axis-user@ws.apache.org Subject: How to deploy on 2 different axis Hi all I have 2 different axis r

RE: Java2WSDL can't expand other interfaces referenced from an interface?

2006-11-10 Thread Sonali J. Kanaujia
I'm using the following Java2WSDL options:   java org.apache.axis.wsdl.Java2WSDL -o MgmtAPI.wsdl -w Interface -n "http://www.sonicsw.com/bpel/runtime/mgmtapi" -p"com.sonicsw.bpel.service.mgmtapi.runtime" "http://www.sonicsw.com/bpel/runtime/mgmtapi" -y DOCUMENT com.sonicsw.bpel.service.mgmt

RE: Extending class to write new listener throws NoClassDefFoundError

2006-11-10 Thread Yadav, Yogendra \(IT\)
This is what I see: Nov 10, 2006 11:15:39 AM org.apache.axis2.deployment.AxisConfigBuilder processTransportReceivers INFO: Class Not found : org.apache.axis2.transport.tcp.TIAF2AXIS2Listener Nov 10, 2006 11:15:39 AM org.apache.axis2.transport.tcp.AXIS2TIAFBootstrap main SEVERE: Error bootstraping o

[OT]unsubscribe

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

WSDL2Java SOAPHeader mapping problems

2006-11-10 Thread sean curtis
Hey All I'm trying to set implicit SOAP headers within my wsdl file by declaring one schema element and a message node for my header section. basically, Im trying to add a username and password section to those operations within my binding that require these headers. I keep getting the following

RE: [Axis2] Dynamic Invocation based on WSDL support in Axis2

2006-11-10 Thread Brian Bacsu
Hi I am looking for information on possible support in Axis2 for subless, dynamic invocation of Web services based on the WSDL exposed by a service. This would allow a client to invoke a service and perform bindings based on an examination of a WSDL provided by the service. We implemented somethi

ClassNotFoundException Error in loading message receiver

2006-11-10 Thread Andrew Broderick
Hi, I have deployed axis2.war, with my service .aar in the services directory, to my development server (JBoss 4.03.SP1). On listing the available services, it says that my service is faulty. Clicking its name shows the following: Error: org.apache.axis2.deployment.DeploymentException: Proce

Re: [Axis2] Dynamic Invocation based on WSDL support in Axis2

2006-11-10 Thread Martin Gainty
As far a I see only as jms message objects implemented via Axis over jms http://ws.apache.org/wsif/providers/wsdl_extensions/jms_extension.html   M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients name

Standalone axis

2006-11-10 Thread Kang, Kamaljeet K.
Title: Standalone axis Hi, I just want to setup webservice with JMS as transport and I do not want to install Tomcat or other application server. Can somebody please show me how to do this? Also, can somebody tell me if there is any documentation of 'savan'. kamal ==

RE: Standalone axis

2006-11-10 Thread Spies, Brennan
Title: Standalone axis I have an example of a very simple standalone JMSServer class here: http://www.mail-archive.com/axis-user@ws.apache.org/msg20494.html     -Original Message- From: Kang, Kamaljeet K. [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 2:28 PM To: ax

org.apache.axis2.AxisFault: Invalid UTF-8 start byte 0x9d

2006-11-10 Thread sridhar vudutha
Hello All,     When I call one of the web service methods (third party service written in .NET) , the following exception is thrown. I think there might be some characters which the XML Reader doesn't like. If anybody knows how to over come this problem, that would be  a great help. I'm using Ax

Axis Deserialization

2006-11-10 Thread Jon Carmignani
I have been having an issue with deserialization of nested arrays from my SOAP messages. I am using Axis 1.4 final. The messages are in document/literal/wrapped style. These messages are generated by the JAX-RPC engine, and the RPC objects were generated by the WSDL2Java tool. The message is c

RE: org.apache.axis2.AxisFault: Invalid UTF-8 start byte 0x9d

2006-11-10 Thread Spies, Brennan
Assuming that the service is over HTTP, can you look at it through TCPMon (or other sniffer) and see if the charset is defined in the header?     -Original Message- From: sridhar vudutha [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 3:43 PM To: axis-user@ws.apache.o

Re: ClassNotFoundException Error in loading message receiver

2006-11-10 Thread Thilina Gunarathne
Please check whether you are trying to deploy a service compiled in jdk 1.5 in to a axis2 server running on jdk 1.4.. FYI: http://issues.apache.org/jira/browse/AXIS2-1670 reports the misleading nature of a similar exception.. ~Thilina On 11/11/06, Andrew Broderick <[EMAIL PROTECTED]> wrote: H

SOAPHeader, SOAPBody, wsdl2java, and compiled code question

2006-11-10 Thread sean curtis
Im trying to get an example working where I define message structures within my schema element in wsdl for both header and body messages. Im using JIBX as a data binding tool between my domain types and the message being passed as request/response data structures. My question is the following: by

Re: SOAPHeader, SOAPBody, wsdl2java, and compiled code question

2006-11-10 Thread Dennis Sosnoski
Hi Sean, I haven't tested the JiBX handling for header parts, so there may be some problems in this area. What I'd expect to happen is that the header part element will be passed to JiBX for unmarshalling, and the unmarshalled object will then be passed to your service method. If you want to

Axis2 - NullPointerException

2006-11-10 Thread Ramesh Gurunathan
Hi,I am using Axis2 latest snapshot deployed on Tomcat server. I have a very simple service method that takes a string input and returns a polymorphic array output. I have two concrete implementations for the abstract class 'AbstractItem'. Based on the input 'itemType', an array of one of the imple