Re: Parser has already reached end of the document. No siblings found

2009-01-26 Thread asheikh
Dear Andreas, Thanks a lot for you help, I will try to debug it from my side and will update you if I find anything. Again, thanks Andreas for you time. On Fri, Jan 23, 2009 at 1:40 AM, Andreas Veithen andreas.veit...@gmail.comwrote: I tried to reproduce the issue using the SOAP message

Fwd: Failed when creating xmlbeans binding from WS-Trust.wsdl

2009-01-26 Thread Håkon Sagehaug
-- Forwarded message -- From: Håkon Sagehaug hakon.sageh...@bccs.uib.no Date: 2009/1/26 Subject: Failed when creating xmlbeans binding from WS-Trust.wsdl To: axis-user@ws.apache.org Sent it to the wrong list -- Forwarded message -- From: Håkon Sagehaug

RE: axis2 secureMTOM

2009-01-26 Thread Erwin Reinhoud
Hello All, Are there any examples of secure MTOM (applying WS-Security encryption and MTOM)? When use Axis2 for such a service i see that the binary data is encrypted in payload i.o. in a seperate mime wrapper. This is the generated message with an base64 element applying encryption of body

Re: Axis - return types

2009-01-26 Thread Kamal Chandana Mettananda
Hi, There's a tutorial at the following location. May be that will help you in developing the end-to-end web service and client from scratch. http://lkamal.blogspot.com/2008/07/web-service-axis-tutorial-client-server.html HTH. Kamal Mettananda http://lkamal.blogspot.com On Fri, Jan 23, 2009

Re: setting username/password in soap header programmatically

2009-01-26 Thread brianfm
Hi, thanks for your reply. I think I should be more specific about my question. I have added the usernametoken to the policy in the services.xml: sp:SupportingTokens xmlns:sp=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy; wsp:Policy sp:UsernameToken/

Re: setting username/password in soap header programmatically

2009-01-26 Thread Wishing Carebear
Hello Brain: I'm also planning to do the WS-Security without using the axis2.xml or services.xml. Need to do it programmitically. Could you send some snippets how you have done it for encryption and other security types. Thanks, cabear On Mon, Jan 26, 2009 at 10:30 AM, brianfm

Re: WS_Security with Axis2 using ServiceClient and OperationClient

2009-01-26 Thread Wishing Carebear
Sameera: Looked into 240 link. It had the following information for client configurations: This configuration parameter should be included in the client's axis2.xml file and in sample-02 the file is rampart-ut-samples/sample02/client.axis2.xml. My requirement is to do the WS-Security

Parameter order vs parameter name problem

2009-01-26 Thread Edgardo Ibañez O.
Hi All, I'am testing my service with the eclipse Web service Explorer and when put null arguments values, the service shift the parameter values. Example: public int function(int param1, int param2, int param3){ } Eclipse soap request: soapenv:Envelope

Re: Parameter order vs parameter name problem

2009-01-26 Thread ibrahim demir
Try to set the parameter3 as Integer.MIN_VALUE. Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org From: Edgardo Ibañez O. edgardoiba...@gmail.com To: axis-user@ws.apache.org Sent: Monday, January 26, 2009 10:47:58 PM

Re: [AXIS2] Repository Problem

2009-01-26 Thread treehugger
Nicolas, I seem to be in the same place that you describe. Have you been able to get past this issue? I try to access my service which is now using rampart security using a web browser and I get this: javax.servlet.ServletException: The system is attempting to engage a module that is

Re: Problems With Axis2

2009-01-26 Thread Michael
Thanks Markus. I saw these today at work. I'm going to try this approach out tonight. - Original Message - From: Grimm, Markus gr...@juris.de To: axis-user@ws.apache.org Sent: Monday, January 26, 2009 2:44 AM Subject: AW: Problems With Axis2 Hi Mike, Some other good tutorials:

Re: Problems With Axis2

2009-01-26 Thread Michael
Tori, I have been following the instructions given in the like you supplied below. These are some of the problems that I am encountering: 1) When taking inventory of the WTP pieces I have installed I do not find 'the non-SDK package of the Web Tools Platform refered to a Web App Developers'

RE: Problems With Axis2

2009-01-26 Thread Martin Gainty
from what I read you have to configure a facet extension point as in extension point=org.eclipse.wst.common.project.facet.core.facets project-facet id=formgen.core labelFormGen Core/label description Enables generation of HTML forms based on XML definition files.

Re: Problems With Axis2

2009-01-26 Thread Michael
The link I was given by Tori mentions nothing about configuring a facet extension point Is it always like this trying to get these three open source children (Eclipse, Tomcat and Axis2) to play nice in the sandbox? Does anyone else think, like me, that we should be spending time writing

Re: [AXIS2] Repository Problem

2009-01-26 Thread Nandana Mihindukulasooriya
Hi Nicolos, Just to make sure, do you have rampart-core,rampart-policy and rampart-trust jar files in your class path ? Otherwise, Rampart can't get initialize and will be deployed as a faulty module. thanks, nandana On Tue, Jan 27, 2009 at 3:45 AM, treehugger cda...@gmail.com wrote:

Re: [AXIS2] Repository Problem

2009-01-26 Thread Nandana Mihindukulasooriya
Hi, I don't see anything wrong in the way you create the configuration context. We can use our own repository and you have followed the correct steps. Did you add all the dependencies required by Rampart to the classpath. Otherwise Rampart could have been deployed as a faulty module and the

Re: Problems With Axis2

2009-01-26 Thread Jack Sprat
After creating the dynamic web project, click the Modify button in the Configuration section.  This will open the Project Facets window and allow you to select/deselect each project facet. Regards, T --- On Mon, 1/26/09, Michael mtarullo...@optonline.net wrote: From: Michael

Re: log4j setup

2009-01-26 Thread Amila Suriarachchi
try to use the log4j.properties file comes with the axis2 distribution. thanks, Amila. On Mon, Jan 26, 2009 at 12:24 AM, Toriacht shatner.will...@gmail.comwrote: Hi, I am trying to setup log4j, If I explicitly set up the file appender in my code it appear to work fine, but when using the

AW: setting username/password in soap header programmatically

2009-01-26 Thread Mario-Leander Reimer
Hi, to set the username and password for the username token programmatically I used the following: sc.getOptions().setProperty(WSHandlerConstants.USER, username); OutflowSecurityCallbackHandler cbh = new OutflowSecurityCallbackHandler();

[Axis2]How to generate inherited class on WSDL?

2009-01-26 Thread Sheile
Hi. all. I just develop use Axis2 project in 'code first' approach. want to define ServiceClass what use BaseClass argument, and send/receive InheritedClass in SOAP envelop. But auto generated WSDL has NOT InheritedClass definition. I think this problem is similar to below link.