Re: [AXIS2] Classloader problem

2006-04-04 Thread Deepal Jayasinghe
Hi ; Axis2 service classloaders work in child first scenario by default , what that mean is it load classes from child class loader before loading from parent class loader, so according to ur picture , if there is some class in foo.jar inside myService.aar then for the service it will use class in

Order of SOAPHeader and SOAPBody

2006-04-04 Thread Xinjun Chen
I am using the following function to add UsernameToken to my security header. But the processed envelope get some problems. 1. The Header is placed after the body. How can I insert SOAPHeader before SOAPBody? 2. The security header defines the xmlns:xsd and xmlns:xsi again, which have already been

Axis2 0.95 - client side - First Element must contain the local name, Envelope

2006-04-04 Thread Peter Barrs
Hello, I am trying to get some very simple blocking client side code to work based on the examples in the user guide I get an AxisFault, "First Element must contain the local name, Envelope" exception in response to sender.sendReceive(request) in the code listing below. I have all the 0.95 jar

Multiple Apps wih Axis

2006-04-04 Thread Daniel Destro
Hi All,I am working on a big project and we need to integrate many different systems. SOme of them are Java, some as based on Stored Procedure and some are some other legacy systems.All Web Services will be Java using Axis and Jboss 3.2.3.But every single different system will have its own web app

service archiver eclipse plugin

2006-04-04 Thread Anthony Perritano
Hi, I am using the service archiver eclipse plugin with 3.2m5a on osx and its broken. on service xml page of the wizard: 1. the "generate the xml automatically" option never becomes enabled. 2. even if you chose a service.xml, you get "Please select a file named service.xml" error that neve

Re: [Axis2] axis 2 & WS-Addressing problems

2006-04-04 Thread Eran Chinthaka
Michele Mazzucco wrote: > Hi Eran, > > I'm sorry, but I cannot find the options.engageModule() call. Do you > mean options.setAction() (I'm just trying to guess since the APIs don't > explain what that method actually do)? I'm sorry its ServiceClient.engageModule("addressing"). signature.asc

[AXIS2] Classloader problem

2006-04-04 Thread Arnaud Blandin
Hi, I am sure you have been discussing about this problem in the past but I couldn't find the relevant thread. I apologize in advance if I am describing a known problem. I am currently building a service on top of AXIS2. This service is using classes that are conflicting with the classes distribu

Re: [Axis2] axis 2 & WS-Addressing problems

2006-04-04 Thread Michele Mazzucco
Hi Eran, I'm sorry, but I cannot find the options.engageModule() call. Do you mean options.setAction() (I'm just trying to guess since the APIs don't explain what that method actually do)? Michele Eran Chinthaka wrote: Hi Michele, See my comments inline. Michele Mazzucco wrote: Hi all,

Error with the deploy.wsdd file in samples/stock example

2006-04-04 Thread Clas Peterson
Hello! I have just installed Axis 1.3 and I am trying to run the example in the Axis install documentation; sample/stock. I am in the /jakarta-tomcat-4.1.31/webapps/axis/samples/stock directory and when I type as it is written in the documentation : java -lhttp://localhost:8080/axis/services/Admi

JIRA AXIS2-483

2006-04-04 Thread Lakshmi Chaparala
Hi, Can anyone let me know as to the status of jira AXIS2-483 ? Thought this may be fixed in 0.95?   Lakshmi  

Re: [Axis2] axis 2 & WS-Addressing problems

2006-04-04 Thread Eran Chinthaka
Hi Michele, See my comments inline. Michele Mazzucco wrote: > Hi all, > > I've deployed Axis 2 (0.95) on Tomcat 5.5.15. I'm trying to execute a > slightly modified version of the EchoNonBlockingDualClient example, but > unfortunately it doesn't work. > The client throws the following exception

axis 2 & WS-Addressing problems

2006-04-04 Thread Michele Mazzucco
Hi all, I've deployed Axis 2 (0.95) on Tomcat 5.5.15. I'm trying to execute a slightly modified version of the EchoNonBlockingDualClient example, but unfortunately it doesn't work. The client throws the following exception org.apache.axis2.AxisFault: In order to use two transport channels, W

Static variable cache

2006-04-04 Thread sanpkul
I have deployed axis on jboss.I am getting problem with static variable.When I am running the test case this variable is getting cached.Is there any way to disable this caching.I have tried deploying axis on weblogic but getting same problem.The corresponding files and classes I have created is as

Re: java.lang.NullPointerException at org.apache.axis.utils.BeanUtils.processPropertyDescriptors(BeanUtils.java:163)

2006-04-04 Thread gatherer
> Hi, > > I am new to java and english isn't my native language, so please forgive me > bad error description etc. > > I'm using Eclipse with WST 1.0.1 to create a webservice for my Java class. > Using the eclipse wizard, generating the service seems to work, but > deploying it to tomcat 5.5 runtim

Re: FW: [axis2 v0.95] wsdl2java stack overflow

2006-04-04 Thread Ajith Ranabahu
Hi All, Thanks for pointing this out. I'll fix the XMLBeans extension On 4/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hei Chuck, the bug report is created in jira with ID: Axis2-547 > > > > Best regards / vennlig hilsen > Tore Larsen > Senior Software Engineer > Comptel Communication A

RE: [Axis2] XmlBeans ClassNotFoundException

2006-04-04 Thread Ken Campbell
Hi,   Sorry; please ignore previous enquiry. I found the solution. I wasn’t adding to my classpath at the correct level, so the package structure was wrong. I needed to add the %PROJECT_HOME%\resources  folder so that it would put the generated TypeSystemHolder class in the correct packag

RE: Securing Axis Web Services

2006-04-04 Thread Ali Sadik Kumlali
Hi all,I'm not such an experienced person, but have to make a little work on it nowadays. So, let me share what I have. Hopefully, some of them will help. If there will be incorrect info, any help on correction would be appreciated ;-)1) SSL provides low-level security and you don't need to encrypt

java.lang.NullPointerException at org.apache.axis.utils.BeanUtils.processPropertyDescriptors(BeanUtils.java:163)

2006-04-04 Thread gatherer
Hi, I am new to java and english isn't my native language, so please forgive me bad error description etc. I'm using Eclipse with WST 1.0.1 to create a webservice for my Java class. Using the eclipse wizard, generating the service seems to work, but deploying it to tomcat 5.5 runtime (also mana

RE: FW: [axis2 v0.95] wsdl2java stack overflow

2006-04-04 Thread tore.larsen
Hei Chuck, the bug report is created in jira with ID: Axis2-547   Best regards / vennlig hilsen Tore Larsen Senior Software EngineerComptel Communication AS e-mail    :  [EMAIL PROTECTED] From: Chuck Williams [mailto:[EMAIL PROTECTED] Sent: 3. april 2006 21:54To: axis-user@ws.apache.or

Distributing signed web service

2006-04-04 Thread Hong I Ng
Hi I have created a web service and would like to distribute the signed JAR file, build.xml and deploy.wsdd files for someone to test. The JAR file has been signed using the License Manager of Elevenprospect. Needless to say, the classes in the JAR cannot be loaded due to bad magic number. May I

Re: Interop with .Net WS

2006-04-04 Thread Anne Thomas Manes
The .NET service is expecting you to send a doc/literal request rather than an rpc/encoded request. Try generating a stub from the WSDL rather than using the DII interface.Anne On 4/3/06, Tony Hamill <[EMAIL PROTECTED]> wrote: Hi,I am attempting to call a very basic "HelloWorld" .Net WS usi

RE: Securing Axis Web Services

2006-04-04 Thread subir.sasikumar
Hi Anna,   I think wss4j provides message level security. (i.e. the security related aspects are there in the SOAP headers and so it is not using ssl). How is it different from making a SSL connection explicitly from the client to the server and then using the certificates, encryption etc

Re: Is it possible to add handler on client side?

2006-04-04 Thread Anna Krajewska
Before you create Service class object in your client code you put such line:   org.apache.axis.AxisProperties.setProperty("axis.ClientConfigFile","./client_deploy.wsdd");   where client_deploy.wsdd is file which contains for example sth like that:   ---   http://xml.ap