Re: Axis2 with DIME

2008-07-19 Thread Samisa Abeysinghe
yaojinhui wrote: Hi everyone, I am now building my WS client using Axis2, But unfortunately I need to use DIME for data encapsulation due to the requirement from the server side. Is there any way we could use DIME with axis instead of MTOM. (as the server only supports DIME) AFAIK, I do

Re: [Axis2] handlers per operation

2008-07-19 Thread Samisa Abeysinghe
Jack Sprat wrote: Hello. Is there a way to add handlers only for specific operations in a service and not for all? For example, I'd like to validate the user/password in the SOAP header on all operations except the simple echo operation. I have a handler set in the axis2.xml confg. file but

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-19 Thread Samisa Abeysinghe
Curtis Jensen wrote: I'm using Axis2 to generate web service clients. Everything is working fine. Now, I need to generate the SOAP XML string of what would be sent through HTTP so that I can save it for processing later. I can get a handle to the the java object Axis generated to represent

Re: Axis2 with DIME

2008-07-19 Thread Thilina Gunarathne
Samisa is correct... Axis2 does not support DIME... IIRC Axis1.x has DIME support. thanks, Thilina 2008/7/18 Samisa Abeysinghe [EMAIL PROTECTED]: yaojinhui wrote: Hi everyone, I am now building my WS client using Axis2, But unfortunately I need to use DIME for data encapsulation due

JAXB 2.1

2008-07-19 Thread Tamás Horváth
Hi, I get the following error: [ERROR] JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/U:/munkához%20eszkozok/apache-tomcat-6.0.16/webapps/axis2/WEB-INF/lib/jaxb-impl-2.1.6.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the

Re: [Axis2] handlers per operation

2008-07-19 Thread Robert Wierschke
Hi, you may read the SOAP action from the message and decide whether the handler should do anything or not. regards robert 2008/7/18 Jack Sprat [EMAIL PROTECTED]: Hello. Is there a way to add handlers only for specific operations in a service and not for all? For example, I'd like to

Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Albert Bupp
Greetings All, I'm hoping that this is a reasonable place to post this message. I'm attempting to download the WAR of Axis2 from: http://ws.apache.org/axis2/download/1_4/download.html#std-bin However, the link on that page for the ZIP file appears to be broken:

Re: Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Paul Fremantle
Albert I think the cgi script that choose mirrors is broken. In the meantime check here: http://www.apache.org/dist/ws/axis2/1_4/ Paul On Sat, Jul 19, 2008 at 1:13 PM, Albert Bupp [EMAIL PROTECTED] wrote: Greetings All, I'm hoping that this is a reasonable place to post this message. I'm

Re: Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Albert Bupp
Paul, Thanks, that worked! At 08:15 AM 7/19/2008, you wrote: Albert I think the cgi script that choose mirrors is broken. In the meantime check here: http://www.apache.org/dist/ws/axis2/1_4/ Paul On Sat, Jul 19, 2008 at 1:13 PM, Albert Bupp [EMAIL PROTECTED] wrote: Greetings All, I'm

Re: Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Paul Fremantle
Albert Where did you find that link? It should be: http://ws.apache.org/axis2/download/1_4/download.cgi Paul On Sat, Jul 19, 2008 at 2:00 PM, Albert Bupp [EMAIL PROTECTED] wrote: Paul, Thanks, that worked! At 08:15 AM 7/19/2008, you wrote: Albert I think the cgi script that choose

Re: Security requirements are not satisfied because the security header is not present in the incoming message.

2008-07-19 Thread sh_santosh
Hi Jose / all, just one word away. I am NOT able generate 'SecurityToken-9e141676-2400-4c6d-ab87-1d5af61729b3' inside the wsse:UsernameToken tag. In place of this i am able to generate only ' wsu:Id=UsernameToken-2691004 ' wsse:UsernameToken

Re: Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Albert Bupp
Paul, The link came from the Version 1.4 | QuickStart Guide: http://ws.apache.org/axis2/1_4/quickstartguide.html In the section entitled, A Quick Setup Note -Albert At 09:44 AM 7/19/2008, you wrote: Albert Where did you find that link? It should be:

Re: Axis2 1.4 Release Download Links Broken

2008-07-19 Thread Paul Fremantle
Thanks! Paul On Sat, Jul 19, 2008 at 3:05 PM, Albert Bupp [EMAIL PROTECTED] wrote: Paul, The link came from the Version 1.4 | QuickStart Guide: http://ws.apache.org/axis2/1_4/quickstartguide.html In the section entitled, A Quick Setup Note -Albert At 09:44 AM 7/19/2008, you wrote:

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-19 Thread Curtis Jensen
Thanks for the suggestion. I assume you meant the lOggin module sample. It was promising. However, this looks like a server side solution. I'm looking for a client side solution. Maybe the logging solution can be turned into a client solution, but I'm not sure how. When our application