Re: Axis2-Spring integration

2010-04-01 Thread Amila Suriarachchi
On Fri, Apr 2, 2010 at 1:47 AM, Andreas Veithen wrote: > One last message with java-user in copy: I've created a page on our > brand new Wiki: > > http://wiki.apache.org/axis/Axis2Spring > > Please feel free to edit and add your ideas. > Thanks Andreas for creating the wiki an initiating the this

Re: serviceClient.sendRecieve call gives nullpointer in the Axis2 client code

2010-04-01 Thread Thilina Mahesh Buddhika
The issue should be with the "rampart-config". How do you set it, programmatically or as an assertion in the the policy? Thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Fri, Apr 2, 2010 at 2:12 AM, MShah wrote: > > Axis2 client code gives nullpointerexception. Here is t

Re: Axis2-Spring integration

2010-04-01 Thread indika kumara
Please forgive me if I am asking an idiot question.  I do not have good knowledge about spring.. I just want to get to know. Does this spring integration support to obtain any qualities offered by the Spring  (runtime system quality attributes , non runtime and architectural quality attributes) ?

Re: Consulting help ($) needed to resolve Axis2 issue

2010-04-01 Thread asd
hi,MDee,did you resolve this problem? It seemed said: it is not accessable https://mydomain.com/axis2/services/MyWebServices.MyWebServicesHttpSoap12Endpoint/, as your see,XML parser need a hint for namespace definition which normally used as schema import semantic or etc. In a word,I thought you s

RE: serviceClient sendRecieve call gives NullPointer - Axis2 client code

2010-04-01 Thread SM
Thanks I got this resolved.  Now I am getting read time out exception.  I specified a options.setTimeOutInMilliSeconds(3*60*1000); but that does not help.  Here is the exception and the client code.  Any tips on resolving this will be helpful.   Exception in thread "main" org.apache.axis2.AxisFau

Re: Axis2-Spring integration

2010-04-01 Thread Samisa Abeysinghe
So this thread mentions JAX-WS few times. I am wondering how complete out JAX-WS support is Samisa... On Fri, Apr 2, 2010 at 1:47 AM, Andreas Veithen wrote: > One last message with java-user in copy: I've created a page on our > brand new Wiki: > > http://wiki.apache.org/axis/Axis2Spring > > Pl

RE: serviceClient sendRecieve call gives NullPointer - Axis2 client code

2010-04-01 Thread Martin Gainty
the Rampart group suggests constructing ServiceClient using the ConfigurationContext as first parameter as seen here ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(args[1], null); ServiceClient client = new ServiceClie

serviceClient sendRecieve call gives NullPointer - Axis2 client code

2010-04-01 Thread SM
Axis2 client code gives nullpointerexception.  Here is the client code: public class SecureServiceCGClient {     public static void main(String[] args) throws Exception {         ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C:\\IdeaProjects\\rep

serviceClient.sendRecieve call gives nullpointer in the Axis2 client code

2010-04-01 Thread MShah
Axis2 client code gives nullpointerexception. Here is the client code: public class SecureServiceCGClient { public static void main(String[] args) throws Exception { ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C:\\IdeaProjects\\re

Re: Axis2-Spring integration

2010-04-01 Thread Andreas Veithen
One last message with java-user in copy: I've created a page on our brand new Wiki: http://wiki.apache.org/axis/Axis2Spring Please feel free to edit and add your ideas. Andreas On Thu, Apr 1, 2010 at 13:43, Glen Daniels wrote: > Quick comment, folks - do we really need to be cc'ing java-user f

RE: Consulting help ($) needed to resolve Axis2 issue

2010-04-01 Thread Martin Gainty
yes..experience has shown chunking only works on a HTTP 1.1. connection here is a test client which specifically sets HTTP1.1 protocol as an option for the serviceClient sender object.. OMElement payload = TestingUtils.createDummyOMElement(); Options options = new Options();

Re: Modify SOAP header on wsdl generated client

2010-04-01 Thread Russ Schampers
I'm not quite sure how to use the class and function you've suggested. Perhaps a concrete code sample of what I'm trying would clear things up. Please understand I'm new to the API and I'm struggling finding documentation other than the signatures and very brief descriptions in the API so I know I'

RE: unsubscribe

2010-04-01 Thread Martin Gainty
Good Morning/Guten Tag Kim the purpose is to support and further development efforts with Axis Web Service development. It is not our intention to clog your email with insolicited postings More information on unsubscribing from axis is available at http://ws.apache.org/axis2/mail-lists.

unsubscribe

2010-04-01 Thread Kim Albee
UNSUBSCRIBE sorry, I have tried the unsubscribe email and it told me I wasn't subscribed -- so now I'm really frustrated! How do i stop these? On Apr 1, 2010, at 10:39 AM, christian.poec...@bayerbbs.com wrote: > > Hi Russ, > > you could try to play with Call#addHeader() before you #invoke(

Antwort: Modify SOAP header on wsdl generated client

2010-04-01 Thread christian . poecher
Hi Russ, you could try to play with Call#addHeader() before you #invoke() the Call. Mit freundlichen Grüßen / Best Regards QuinScape GmbH i.V. Christian Poecher _ QuinScape GmbH, Dortmund http://www.quinscape.de Geschäftsführer: Thomas Biskup Sitz Dor

Modify SOAP header on wsdl generated client

2010-04-01 Thread Russ Schampers
I have a client generated from a wsdl. The generation gives me the following classes: XXX XXXProxy XXXService XXXServiceLocator XXXSoapBindingStub For this particular web service the vendor has informed me that I need to include special properties in the SOAP header. The correct SOAP header look

Re: Axis2-Spring integration

2010-04-01 Thread Sagara Gunathunga
On Thu, Apr 1, 2010 at 10:53 AM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > > > On Thu, Apr 1, 2010 at 12:31 AM, Andreas Veithen < > andreas.veit...@gmail.com> wrote: > >> On Wed, Mar 31, 2010 at 19:59, Amila Suriarachchi >> wrote: >> > >> > >> > On Wed, Mar 31, 2010 at 1:40 PM, A

Re: axis2 security for client code not working

2010-04-01 Thread Thilina Mahesh Buddhika
Hi Monisha, It seems like the issue is with the rampart config. If you are creating it programmatically, make sure the keyStore location you set as the property, "org.apache.ws.security.crypto.merlin.file" is correct. Thanks. /thilina Thilina Mahesh Buddhika http://blog.thilinamb.com On Thu,

Re: Axis2-Spring integration

2010-04-01 Thread Sagara Gunathunga
Hi Tharindu, WSF/Spring contains two top level beans to handle Services and Configuration, Configuration bean is equivalent to axis2.xml behavior . As you mentioned in the [1] it is necessary to import default axis2Config.xml into user's bean definition file , if the user want to change some of t

Re: Axis2-Spring integration

2010-04-01 Thread Tharindu Mathew
A default axis2Config.xml (with Spring beans) was used in WSF/Spring mimicking the behavior of the axis2.xml. Thus, giving a default config file if the user wanted to run with default options. Sagara, may I know why you changed this back to the axis2.xml after you forked WSF/Spring? Regards, Th