RE: problems running default http server

2009-10-06 Thread Doug Price
Looks like the axis2_http_sender.dll had a dependency on ssleay32.dll and libeay32.dll, which were not included in the distribution. I found these in several other locations on my system, however, and adding these to the lib directory fixed the problem. -- Doug Price Research Director |

RE: axis wsdl not working with axis2

2009-10-06 Thread Bartolomeo Nicolotti
Hello can some one help about this? Could someone generate a service with axis that takes a string and returns a structure of Class retVal{ String cod String err String num } and try to create a client with axis2? Many thanks Best regards Il giorno ven, 02/10/2009 alle 16.28 +0200,

Reading DN attribute from client SSL cert in service implementation class

2009-10-06 Thread wsprogrammer
Hello All, I am trying to configure my web service running on Axis 2 to use 2 way SSL. One of the requirement I have is to capture the client SSL cert on the server and extract the DN attribute from it for every request processed on the server. The problem I am running into right now is that I

Consume XML using Axis2 without creating Java objects

2009-10-06 Thread mule_user
Please advise what are my choices for the situation below: I receive XML as the input. I have no need (nor, have any intention) of creating any Java object out of the incoming XML. Could you please explain how can the incoming XML be consumed using using Axis 2? I may want to apply XSLT on the

Re: hibernate and axis2

2009-10-06 Thread TomazM
robert lazarski wrote: On Wed, Sep 30, 2009 at 9:53 AM, Andreas Veithen andreas.veit...@gmail.com wrote: I suggest you don't put all these jar's in the aar, put them in WEB-INF/lib . hibernate uses the TCCL and that won't work directly in an aar without some extra effort. It should be enough

Re: hibernate and axis2

2009-10-06 Thread robert lazarski
On Tue, Oct 6, 2009 at 11:20 AM, TomazM tomaz.majerh...@arnes.si wrote: robert lazarski wrote: On Wed, Sep 30, 2009 at 9:53 AM, Andreas Veithen andreas.veit...@gmail.com wrote: I suggest you don't put all these jar's in the aar, put them in WEB-INF/lib . hibernate uses the TCCL and that won't

Re: Consume XML using Axis2 without creating Java objects

2009-10-06 Thread Sagara Gunathunga
Hi, It's is not required thing to use wsdl2Java tool for this. You can write your service method so that it will take OMElement as an argument and return type also OMElement together with RawXMLINOnlyMessageReceiver. Further it is possible to use Axiom API to consume the Xml within the service

Sandesha2 1.5 Release Candidate

2009-10-06 Thread David Parsons1
Hi, I have created a Sandesha2 1.5 release candidate here: http://people.apache.org/~parsonsd/sandesha-1.5/RC1/dist/ and the M2 repository can be found here: http://people.apache.org/~parsonsd/sandesha-1.5/RC1/m2_repo/ This release candidate is using the Rampart 1.5 release

Question About wsdl4j License

2009-10-06 Thread David Dillard
Hi, I've got a question about the wsdl4j license in Axis2. In the legal stuff it says that wsdl4j is made available under the CPL 1.0. However, when I look at the source files that I *believe* make up all of wsdl4j I see that they're all under the Apache 2 license. In addition, I grep'd the

RE: Question About wsdl4j License

2009-10-06 Thread David Dillard
Just to clarify, when I said I grep'd the source, I meant ALL of the source as found in the source distribution zip file, not just the files I believe make up wsdl4j. From: David Dillard [mailto:david_dill...@symantec.com] Sent: Tuesday, October 06, 2009 12:33 PM To:

Re: Question About wsdl4j License

2009-10-06 Thread Davanum Srinivas
Please ask jsr110-eg-d...@yahoogroups.com per http://sourceforge.net/projects/wsdl4j/files/ we get the jar from the source forge project. thanks, dims On 10/06/2009 12:32 PM, David Dillard wrote: Hi, I've got a question about the wsdl4j license in Axis2. In the legal stuff it says that

Re: Woden WSDL504 warning

2009-10-06 Thread sowmi
Do we have any solution to this issue? We are not able to start a TOMCAT instance having AXIS2 1.3 with an AAR containing a WSDL2.0 service. Andreas Veithen-2 wrote: If Woden attempts to load http://www.w3.org/2001/XMLSchema.xsd every time it parses a WSDL document (or if Axis2 instructs

Re: Woden WSDL504 warning

2009-10-06 Thread Sagara Gunathunga
Hi , Normally Woden look for it's EntityResolver to resolve schema locally , if it fail then try to load over the network ,specially it should able to resolve predefined schema like http://www.w3.org/2001/XMLSchema.xsd locally. Can you try for following procedure. 1.) Use Axis2 1.5 version

Re: Question About wsdl4j License

2009-10-06 Thread Sagara Gunathunga
Hi , Sometimes ago somewhat similar topic discussed in Apache Woden list. I'm not sure is it relevant to your case but this might help you [1] . [1] - http://www.nabble.com/Woden-use-of-WSDL4J---Are-all-Software-Grants-in-place-td17441643.html On Tue, Oct 6, 2009 at 10:14 PM, Davanum Srinivas

Re: hibernate and axis2

2009-10-06 Thread Andreas Veithen
On Tue, Oct 6, 2009 at 16:20, TomazM tomaz.majerh...@arnes.si wrote: robert lazarski wrote: On Wed, Sep 30, 2009 at 9:53 AM, Andreas Veithen andreas.veit...@gmail.com wrote: I suggest you don't put all these jar's in the aar, put them in WEB-INF/lib . hibernate uses the TCCL and that won't

Now that the web services are working, the boss wants a change!

2009-10-06 Thread ANTHONY ENNIS
I got my web services working using I believe an 'old school' (java 1.4?) method of building the services (java2wsdl etc) Now the boss decided we should use the more lightweight 1.6 WsGen method. I added in the standard cheesy main that allows the 1.6 jvm to run as a lightweight server.  I