AW: [Axis2] Problem with handler and services.xml

2008-03-06 Thread Matthias.Gaiser
Hi Deepal, I have created an axis2 project with eclipse which arranged the axis2 folder structure for me. By placing my module in the "WEB-INF/modules"-folder I deploy it to axis2. When I use the Axis2 Admin Console I can see my module engaged for my service.But it still does not work. That is

Re: rampart decryption issue

2008-03-06 Thread Ruchith Fernando
Please specify "signaturePropFile" element in your "inflowSecurity" parameter : Timestamp Encrypt test.PasswordHandler client.properties .. Thanks, Ruchith On Wed, Feb 20, 2008 at 5:42 PM, Paul Ryan <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: Error when obtaining UsernameToken information from a different class.

2008-03-06 Thread Ruchith Fernando
HI Sanjay, Your services.xml looks fine ... but the only situation that Axis2 can throw this error is when the services.xml does not specify the messageReceiver. Please check the services.xml file in your deployed service archive. Thanks, Ruchith On Tue, Mar 4, 2008 at 2:31 PM, Sanjay Vivek <[EM

Re: [Axis2] Problem with handler and services.xml

2008-03-06 Thread Deepal jayasinghe
[EMAIL PROTECTED] wrote: Hi all, I am writing my own module, containing a handler. For this, I have completed following steps. - I have specified the handler for a custom phase (in the InFlow) in the module.xml - I have added the custom phase to the axis2.xml (in the InFlow) - I h

Re: Problem with SOAPHeader

2008-03-06 Thread Ruchith Fernando
Hi Nuria, This is a bug in DOOM, the AXIOM DOM implementation. I just fixed this and checked it in. [1] Thanks, Ruchith 1. http://svn.apache.org/viewvc?rev=634561&view=rev On Thu, Mar 6, 2008 at 5:59 PM, Nuria Rodríguez García <[EMAIL PROTECTED]> wrote: > Hi, > I can't add information in SOAPH

problem with java HashMap with Axis 2 1.3

2008-03-06 Thread Ajit.Kamalakant
Hi Group, I have raised this question to the forum before but did not get concrete replies. I am trying to return a user-defined java Object from a web-service method which contains a HashMap field. The proxy class generated(client-side) contains a method for the java object for getting

Re: Non-English characters problem with axis2-1.2 and rampart-1.2 module

2008-03-06 Thread Ruchith Fernando
Hi, Can you please specify the security operations you apply on the message? Thanks, Ruchith On Thu, Mar 6, 2008 at 8:02 PM, Uygar Yüzsüren <[EMAIL PROTECTED]> wrote: > Hi everyone, > > We have been developing a web service for domain registration with axis2 > version 1.2 and rampart security mo

Re: Example policy file needed

2008-03-06 Thread Ruchith Fernando
IMHO we have to improve both Axis2 and Rampart if we are to support policy alternatives. A service can express a set of alternatives that it can handle and right now we should be able to fix Rampart to support this. However at the client side we should have some way of picking the alternative. At

Re: mtom speed again

2008-03-06 Thread Mark Nüßler
hello martin, thx for your reply. i have posted this question one week ago, but no reply - maybe cause i said i am using a C# wse3 client. on serverside i have caching enabled and of cause i can see, that mtom is faster than base64 ;-) when i played around with asi2c some time ago (version 0.96

Re: Caching ServiceClient or AxisService or AxisConfiguration

2008-03-06 Thread Michele Mazzucco
You can reuse the same ServiceClient instance (but be careful -- it's not thread safe) or create new instances by reusing the same ConfigurationContext (if you use commons-sender be sure to cache the HttpClient and use a custom connection manager). How to set up the second case is shown he

Caching ServiceClient or AxisService or AxisConfiguration

2008-03-06 Thread jaybytez
I have not run a profiler to determine if there are any points within my Axis usage that I could optimize through caching...so this question is a shot in the dark. Is there any recommended thread-safe caching to improve performance and overhead? Would that be done through caching something like

EntityResolver for WSDL and other Axis Resources

2008-03-06 Thread jaybytez
I am currently using the ServiceCLient class to invoke stubless web services. When I create an instance of ServiceClient with the WSDL, is the WSDL file internally (to Axis) retrieved and if so, is this done through some mechanism where I could register and use an EntityResolver to point to local

eclipse and axis2

2008-03-06 Thread Michael Potter
Axis2 Crew, I am trying to use Eclipse to edit existing webservices that are in the form of .aar files. At this point I have tomcat successfully installed and working with Eclipse. The problem I am having is getting Axis2 installed and working with Eclipse. I downloaded Axis2 and built the axis2

Problem Using wsimport to generate jax-ws stubs

2008-03-06 Thread sgopal
Hi, I am trying to generated stubs using wsimport for the following wsdl and it generates an error that says [ERROR] Non unique body parts! In a port, operations must have unique operation signaure on the wire for successful dispatch. In port VersionWebServiceSOAP11port_http, Operations "getWebSe

Re: mtom speed again

2008-03-06 Thread Martin Gainty
Hi Mark- //The only configurable options I see from org.apache.axis2.client.Options are options.setTimeOutInMilliSeconds(SomeLargeValue); //default is 30 seconds //and of course the property configuration constants (those which are declared in org.apache.axis2.Constants) options.setProperty(Co

mtom speed again

2008-03-06 Thread Mark Nüßler
hello users, who of have tracked times when sending files with mtom ? is the upload-time und download time the same ? thx derMark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WSDL2Java Integer.MIN_VALUE for optional xsd:int

2008-03-06 Thread ahong
I'm migrating from Axis2 1.1 to 1.3 and notice that WSDL2Java, with adb, will set an optional xsd:int element value to Integer.MIN_VALUE if it's absent. This is a change from the previous in 1.1, which is uninitialized and defined by the language (in this case the uninitialized int has value 0).

[Axis2] Problem with handler and services.xml

2008-03-06 Thread Matthias.Gaiser
Hi all, I am writing my own module, containing a handler. For this, I have completed following steps. - I have specified the handler for a custom phase (in the InFlow) in the module.xml - I have added the custom phase to the axis2.xml (in the InFlow) - I have added a to the services.xml

Axis2 Hostname problems

2008-03-06 Thread aconstantino
Hello developers, I’m in a axis migration process and I‘m having some problems with axis2 1.2 framework. My webproject is hosted at locaweb (locaweb.com.br) so, in the same IP of my host, I think the host have many sites published there, so, I can not access my website directly by IP. The first

axis2 1.3 and JWSDP 1.6 compatibility

2008-03-06 Thread pmarchwiak
I am having some issues using these two libraries in an application (targeted for JVM 1.4.2) which generates XML (using classes generated by XJC) and serves as a web service client. I have noticed that axis2 includes some of the same classes as JWSDP 1.6 and I think this is the source of my proble

Re: Axis1 1.3 Client side configuration for https end points

2008-03-06 Thread Upul Godage
You have to give the keystore which has the certificate which can validate the server certificate using the following properties. System.setProperty("javax.net.ssl.trustStore", "path/to/truststore"); System.setProperty("javax.net.ssl.trustStorePassword", "password");" Upul On Thu, Mar 6, 2008 at

Excepction: key spec.FAULT_ACTION_NOT_SUPPORTED_REASON

2008-03-06 Thread Capilla Castillo, Esther
Hi all, I continue with my developments in axis2 and when I invoke my webservice I receive this message: java.util.MissingResourceException: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key spec.FAULT_ACTION_NOT_SUPPORTED_REASON The public method in my Web

Non-English characters problem with axis2-1.2 and rampart-1.2 module

2008-03-06 Thread Uygar Yüzsüren
Hi everyone, We have been developing a web service for domain registration with axis2 version 1.2 and rampart security module version 1.2. The problem is that when we deploy the service with security enabled (timestamp, signature and encryption), non-english characters such as ş, Ş, ö, Ö etc. are

Axis1 1.3 Client side configuration for https end points

2008-03-06 Thread lucky
Hi, I configured my Tomcat 5.0 for https.I am able to deploy Axis2 1.3 and can access admin and other pages,service end points are also shown as https and I am able to invoke getVersion of verion service through browser. I am also able to run a sample service without https on same server. However w

SOAP error: unexpected XML tag

2008-03-06 Thread Duseja, Sushil
I am using Axis 1.4 and I am having a problem accessing an echo service (doc/literal). Here's the code:- MyService public class MyService { public Element[] serviceMethod(Element[] elems) { String xmlStr = elems[0].getTextContent(); return elems; } }

Problem with SOAPHeader

2008-03-06 Thread Nuria Rodríguez García
Hi, I can't add information in SOAPHeader when I engage rampart and addressing module. My header is the following: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; soapenv:mustUnderstand="1"> http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-ut

Re: Java 5 enum type and WSDL

2008-03-06 Thread Mauro Molinari
Radim Kolarik ha scritto: Thanks for the information. When is the next release planned to be released? Also, if it is planned to be included in the next release, when will the feature be available in the night build? Thanks, Radim The latest news given here I can remember talked about the en

Re: Java 5 enum type and WSDL

2008-03-06 Thread Radim Kolarik
Thanks for the information. When is the next release planned to be released? Also, if it is planned to be included in the next release, when will the feature be available in the night build? Thanks, Radim On Thu, Mar 6, 2008 at 7:52 AM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Radim Kolarik