Looking for a WSDL parser tool

2009-07-07 Thread ramesh Gopal
Hi, I am looking out for a WSDL / XML parser tool, which will parse a wsdl file The parser should be able to achieve : 1) Remotely open the wsdl file (If I provide a http link) 2) Fetch the details of service name, port type, binding name, operation name,input and output parameter names,

AUTO: Manohar K Chintala/India/IBM is out of the office. (returning 09/07/2009)

2009-07-07 Thread Manohar K Chintala
I am out of the office until 09/07/2009. I will be on leave starting today till 8th July. During my vacation, my manager Sats will be the spoc for all projects I am handling. Note: This is an automated response to your message Looking for a WSDL parser tool sent on 7/7/09 15:13:47. This is the

How do I deploy Axis2 on an Existing Application server running on RESIN?

2009-07-07 Thread Claire Loto
Hi guys, I really need your help very badly. I have an existing application running on Resin server and I want to deploy Axis2 on the Resin Server. What I did was to drop the axis2.war on the webapps folder inside resin (resin/webapps). My problem is that when I started our application, I got

Re: How do I deploy Axis2 on an Existing Application server running on RESIN?

2009-07-07 Thread Lars Ericsson
Probebly you have some problem with path. check the \usr\local\resin\lib\, if it exists or not. and find where you have installed the resin somewhere.. From: Claire Loto l...@taosolutions.biz To: axis-user@ws.apache.org Sent: Tuesday, July 7, 2009

Re: How do I deploy Axis2 on an Existing Application server running on RESIN?

2009-07-07 Thread Claire Loto
Hi Lars, Thanks for the response on this. Really appreciate it. By the way, I have the directory *\usr\local\resin\lib\ *however, based from the below logs, resin (or axis2) is looking for \*\usr\local\resin\lib\ *which is a network directory. Also, my resin is installed in the root directory

[AXIS2 1.4.1 - Xmlbeans] validating an input parameter with anyType in it

2009-07-07 Thread Michel Etienne
Hello, I have a problem when I try to validate an input parameter with an AnyType member I use Xmlbeans and I get this error on the server side (I made a sample program to show the problem) 2009-07-06 16:23:16,109 [HttpConnection-8080-1] WARN Server - Invalid object

Re: How do I deploy Axis2 on an Existing Application server running on RESIN?

2009-07-07 Thread Lars Ericsson
Hi Claire! i havn't worked with resin and Axis before. but can you define the resin_home_directory Check if you have define RESIN_HOME in your system-variable I belive axis2 will read the resin_home_directory, and it cannot find it and try use resin_home_directory as default..., it is

Error in axis 2 in WAS 5

2009-07-07 Thread Sudhanshu Umalkar Umalkar
How to resolve following error? [7/7/09 2:33:14:573 PDT] 31e948d7 WebGroup E SRVE0026E: [Servlet Error]-[/axis2-web/listSingleService.jsp]: javax.servlet.ServletException: /axis2-web/listSingleService.jsp at com.netegrity.was511.filter.ServletFilter.doFilter(ServletFilter.java:75) at

Axis2, new client from new wsdl = bad xml queries

2009-07-07 Thread rageice
Hello (sorry for my bad english). I have actually a problem I am not able to solve. I had a client for a webservices, and everithing was ok. The webservice has changed a little, so I have generated e new client from the new wsdl (almost the same, just some more attributes in the response

Re: Axis2, new client from new wsdl = bad xml queries

2009-07-07 Thread Lars Ericsson
do you use the wsdl2java to make new java-files, for client? or how do you work? if you use wsdl2java, did you generate the whole java files... or not, if not, you should run wsdl2java and get the new java files. and everything should work as before.

RE: Axis2 1.5 WSDL2Java errors

2009-07-07 Thread LeftoverLinguine
I'm getting all of these errors running WSDL2Java from the 1.5 bin. -- View this message in context: http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24373563.html Sent from the Axis - User mailing list archive at Nabble.com.

java.net.SocketException: Software caused connection abort: recv failed

2009-07-07 Thread prashant sharma
Hi, I get this error intermittently even when making calls to a webservice available locally on my machine. I googled this but could not get any conclusive answers. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString:

Re: AXIS2 - Security Policy Problem (Is this a bug?)

2009-07-07 Thread Nandana Mihindukulasooriya
Hi Amitesh, Axis2/Rampart doesn't support policy alternatives, which is the feature you are referring to. When multiple policy alternatives present, it will only honor the first alternative. That is why your experiencing this behavior. One work around would be to have multiple bindings

Re: Axis2 1.4 with Rampart 1.4

2009-07-07 Thread Nandana Mihindukulasooriya
Hi Shilpa, It is an issue in SSL handshake. Can you set the system property javax.net.debug=ssl,handshake,record and attach the debug log. regards, Nandana On Mon, Jul 6, 2009 at 5:55 PM, shilpa.raghaven...@wipro.com wrote: Hi , I need to implement WS security so planning to

Re: Setting Username/password Programaticly

2009-07-07 Thread Nandana Mihindukulasooriya
Hi Marcus, You are using the deprecated configuration of Apache Rampart. Apache Rampart recommends policy based configuration. The latter option only works with policy based configuration. If you have the option of moving in to policy based configuration, following tutorials might help

Re: Wrong response when authentication fails with Rampart (not SOAP but HTML)

2009-07-07 Thread Nandana Mihindukulasooriya
Hi Giuseppe, Are you using Axis2 1.4.1 and Rampart 1.3 ? Can you try with Rampart 1.4 ? regards, Nandana On Fri, Jul 3, 2009 at 4:51 PM, Giuseppe Gortan superbe...@gmail.comwrote: Hi everybody. I have a problem with axis2 (1.4.1) and rampart (1.3). I put a simple policy in

Re: Unable to make secure conversation using AXIS2 1.4

2009-07-07 Thread Nandana Mihindukulasooriya
Hi Amitesh, Did you look at the Rampart policy sample 04 ? Which demonstrates the secure conversation features. regards, Nandana [1] - http://ws.apache.org/rampart/samples.html On Wed, Jul 1, 2009 at 9:15 PM, amiteshksingh amiteshksi...@live.comwrote: Please help me out by providing

Re: Wrong response when authentication fails with Rampart (not SOAP but HTML)

2009-07-07 Thread Giuseppe Gortan
Hi Nandana, I confirm the problem also with rampart 1.4 Regards Giuseppe On Tue, Jul 7, 2009 at 6:58 PM, Nandana Mihindukulasooriyanandana@gmail.com wrote: Hi Giuseppe,   Are you using Axis2 1.4.1 and  Rampart 1.3 ? Can you try with Rampart 1.4 ? regards, Nandana On Fri,

Re: Setting Username/password Programaticly

2009-07-07 Thread m4rkuz
Hi Nandana, I can't help to ask if there is a way to dynamically set the user and password w/o having a password call back handler... is there any? Thanks for your your valuable input. ___ Marcus Sánchez Díaz. Enterprise Developer. SCJP - SCWCD. On Tue, Jul 7, 2009 at

Re: Setting Username/password Programaticly

2009-07-07 Thread m4rkuz
Hi Nandana, Don't mind my last message, reading carefully I've found everything I need in the example you provide.. Thanks again. ___ Marcus Sánchez Díaz. Enterprise Developer. SCJP - SCWCD. On Tue, Jul 7, 2009 at 1:10 PM, m4rkuz m4r...@gmail.com wrote: Hi Nandana,

RE: Axis2 1.5 WSDL2Java errors

2009-07-07 Thread LeftoverLinguine
My portType tag will now work but only if I leave the default one in as well -- wsdl:portType name=NewWSDLFile wsdl:operation name=NewOperation wsdl:input message=tns:NewOperationRequest / wsdl:output

[Axis2] OppenOffice Webservice

2009-07-07 Thread dragou
Hi, I was wondering if someone had already implemented a web service client with Java macro from OpenOffice ? Thanks by advance

RE: Setting Username/password Programaticly

2009-07-07 Thread Martin Gainty
// Rampart module should be in the repository //acquire ConfigurationContext ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(path/to/client, null); //acquire a stub to the deployed Service on secure port 8443

FW: [axis-2:file upload]

2009-07-07 Thread Rajneesh Kumar
Hi All, Can any one please tell me how to send file as attachment (description is given below) in SOAP request using C# (.Net) client to apache axis2 java web service? Thanks Regards, Rajneesh Kumar _ From: Rajneesh Kumar [mailto:rajneesh.ku...@otssolutions.com] Sent:

how to retrieve rampart username/password from within a JAX-WS service?

2009-07-07 Thread Axis PC
All, On the Client Side: I am using JAX-WS Client + Axis Transport. On the Server Side: I am using JAX-WS webservice + Axis Transport. For WS-Security I am using Rampart on the client and the server side. I have a requirement that...once I authenticate the user...on the server I need to