Re: axis2 requested resource not found error

2006-06-12 Thread Ajith Ranabahu
Hi, This is a known issue in the web app shipped with 1.0. Can you try with a nightly build ? it might be useful to check the logs too. Ajith On 6/13/06, kavithaa Rajavenkateshwaran <[EMAIL PROTECTED]> wrote: Hi, I'm a new user trying out AXIS2.I created and deployed axis archive file(.aar).I

Re: (axis2) Creating an OperationClient from a ServiceClient

2006-06-12 Thread Deepal Jayasinghe
Hi Jeff; There are two scenarios - First you create a service client passing AxisService as an argument In this case you know what are the operations there in that service therefore in order to create operation client you have to pass the correct operation name; As an example let say you cre

Re: Simple Question Axis

2006-06-12 Thread Cyrille Le Clerc
Hi Nicolas, Can you send us: - jvm - axis version - full stack trace Thanks in advance, Cyrille On 6/12/06, Nicolas Guaneme <[EMAIL PROTECTED]> wrote: Thanks Cyrille, but really I have a problem. I have a Web Service and work fine, but I need access to other service with digital certi

Re: Errror installing axis.war in axis 2

2006-06-12 Thread Davanum Srinivas
Can u please check your log files too? (and see if there is a stacktrace other than this one) -- dims On 6/12/06, Harish Hirasave <[EMAIL PROTECTED]> wrote: Here is the log. I see the error 2006-06-12 17:40:53,447 DEBUG [org.apache.axis2.transport.tcp.TCPServer] Unable to generate EPR for t

Basic Authentication Issues

2006-06-12 Thread Antonecchia, Joseph
Hello all, I am having some issues getting Basic Authentication to work with Axis2.  I generated my client skeketon classes using WSDL2Java.  The TestStub class has a method that actually invokes the service.  Note that my service is NOT an AXIS2 hosted service, but I want to use AXIS2 for

Errror installing axis.war in axis 2

2006-06-12 Thread Harish Hirasave
Hi All,   I am resubmitting this question. I get an  error when I try to validate from the home  page after the deploying the axis files in Jboss 3.2.3. It says jars are missing. I looked into the happyaxis.jsp and the jsp says that you have to copy saaj.jar and jaxrpc.jar to the lib fold

[newbie] Can Axis2 generate WSDL with simpleTypes?

2006-06-12 Thread Simon
Hello everyone, I have a very simple class: public class Foo { public String bar(String fubar) { return fubar; } } When I give this to Axis2 in a service archive (.aar) configured to use RPCMessageReceiver it creates WSDL which has the String parameter and return value wrapped in complexTy

I am trying to run the WSDL2Java with args and have run into a problem

2006-06-12 Thread Jim Bender
I am running the WSDL2Java main with arguments, and CodeGenerationEngine.getBaseUTI(currentURI) is doing bad things to the file URI I have passed as an argument. My URI is generated by using File.toURI(path); This is what I am getting. I have been experimenting, but to no avail. This is the arg a

Re: Simple Question Axis

2006-06-12 Thread Nicolas Guaneme
Thanks Cyrille, but really I have a problem. I have a Web Service and work fine, but I need access to other service with digital certificates... I have the client stub but this client used 5 jars of ibm, no problem... but I run my client in console and work fine, but when try to run on axis

Re: Simple Question Axis

2006-06-12 Thread Cyrille Le Clerc
   Hello Nicolas,   "unknown location" often means that the library is bundled with your JVM.   Hope this helps,   Cyrille On 6/12/06, Nicolas Guaneme <[EMAIL PROTECTED]> wrote: Hello All, I have a simple question in the axis happuness page (Axis 1.3) show me the jar intalled. but

Simple Question Axis

2006-06-12 Thread Nicolas Guaneme
Hello All, I have a simple question in the axis happuness page (Axis 1.3) show me the jar intalled. but always show this message: Found Java Secure Socket Extension ( javax.net.ssl.SSLSocketFactory ) at an unknown location Found JAXP implementation ( javax.xml.parsers.SAXParserFactory

[Axis 1.4] Error Version Mismatch when deploying

2006-06-12 Thread McCauley, Tim
In Axis 1.4 I am getting a Version Mismatch when I deploy my web service to Axis 1.4.  Before I deploy I set the   in the section of the server-config.wsdd.  The reason for setting the singleSOAPVersion is so that SOAP 1.2 version will be utilized.  Has anyone else ran into this problem

axis2 requested resource not found error

2006-06-12 Thread kavithaa Rajavenkateshwaran
Hi, I'm a new user trying out AXIS2.I created and deployed axis archive file(.aar).I clicked on the available service and it listed my service under faulty service.On clicking the hyperlink in the faulty service it lead to apage saying requested resource not found. I'm may sound silly. Pl

Axis2 deployment model shortcomings

2006-06-12 Thread Gordon, Gary
Hi,   Is anyone else finding the Axis2 deployment model too restrictive?  I am running to issues with both a lack of a programmatic API to deal with deployment and the inability to purge a service from a running system.   First, the only official way of deploying/managing services I see

RE: [newbie howto] Get WSDL2Java to find a referenced class

2006-06-12 Thread Taylor, Clarence B
Anne Thomas Manes said:   You must add this switch to your java2wsdl command: -e, --extraClasses A space or comma separated list of class names to be added to the type section       I tried that and it worked for the java2wsdl process.  But then I got errors during the wsdl2java process.

Re: [Axis2] transportsession examples

2006-06-12 Thread Jian Zhen
Hi Deepal, I am using 1.0 and the modified Version service in the examples. Here are the files: (I can send a separate zip file to you if you like) --- CUT services.xml --- This service is to get the running Axis version locked="false">org.zhen.logbench.Jian c

Re: [AXIS2] Intermediaries using WS Addressing.

2006-06-12 Thread Eran Chinthaka
Dharmendra Dubey wrote: > Hi All, > > Can anyone have example to implement intermediaries using the WS-Addressing > specification. Synapse !! -- Chinthaka > > Thanking in anticipation, > Dharmendra > > > - > To unsubscribe,

Re: [AXIS2] WS Addressing - ReplyTo example

2006-06-12 Thread Eran Chinthaka
Dharmendra Dubey wrote: > Hi All, > > Can any one have any example to call a service on HTTP and get response back > via mail using the ReplyTo node in WS-Addressing. Sorry Axis2 doesn't have an example like that. -- Chinthaka > > Thanks, > Dharmendra > > > --

Re: (axis2) Creating an OperationClient from a ServiceClient

2006-06-12 Thread Eran Chinthaka
Scudder, Jeffrey W wrote: > Hi All, > > I am trying to use an OperationClient in Axis2 v1.0 so that I can access > the SOAP Header in my client software. Deepal suggested I create I use > .createClient(QName), but I am at a loss as > to what QName to use. What do I provide to createClient to succe

Error Axis Server

2006-06-12 Thread Nicolas Guaneme
Hello All, I have a service and when I try to invoke a method of this service show me this message. soap_parser: adding data for scalar value stackTrace of value Server Error at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:474) at org.apache.axis.server.AxisServer.i

[Axis2] I really do seem to be getting two definitions for the complex type FoodDescription in the WSDL file

2006-06-12 Thread Jim Bender
I ran the WSDL2Java generator on the WSDL file that I had generated and got an exception thrown that was caught at line 117 in the org.apache.axis2.wsdl.codegen.CodeGenerationEngine. The message in the exception says: Schema for namespace 'http://testexamples/xsd' already contains type 'FoodDesc

WSDL file generation

2006-06-12 Thread Jim Bender
It appears that the Axis2 Std 1.0 WSDL file generation from a Java interface is hard-wired to set the elementFormDefault to "unqualified". By not setting // java2WsdlBuilder.setSchemaTargetNamespace(""); // java2WsdlBuilder.setSchemaTargetNamespacePrefix(""); in the Java2WSDLBuilder, I was able

[Axis2] MTOM sample WSDL fails on WSDL2Java

2006-06-12 Thread Hoda Nadeem
I took the following steps: 1. Change RawXMLINOutMessageReceiver to RPCMessageReceiver in Axis2 MTOM sample services.xml (per previous axis2 mailing list posting) 2. Deploy the MTOM sample in Weblogic 9.1 3. Save auto-generated WSDL from browser 4. Run WSDL2Java (with %WSDL% pointing to the save

Importing external schema in WSDL

2006-06-12 Thread Carlos A. Perez
Hi, I have been trying to reference an external schema in a WSDL file using xs:import inside the types section, and using as a schema locator an http URL. It worked with version 0.95, but now with version 1.0 it's giving me an error saying that it was unable to locate the schema with the http l

RE: [Axis2] MTOM example wsdl generation fails

2006-06-12 Thread Hoda Nadeem
  Thanks Jeff. That worked perfectly.   Nadeem From: Scudder, Jeffrey W [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 5:27 PMTo: axis-user@ws.apache.orgSubject: RE: [Axis2] MTOM example wsdl generation fails Hi Nadeem,   I was told to change RawXMLINOutMessageReceiver to RPCMessa

Empty SOAP Body in Input Message Causes NPE on Axis 1.3

2006-06-12 Thread Ted Jones
I am executing a web service with no input parameters so the SOAP body is empty like so:   http://schemas.xmlsoap.org/soap/envelope/">     I am getting an NPE returned before I even hit my Web Service, so I am assuming the exception is happening in Axis somewhere (I'm not seeing a stack tr

Re: [Axis2]Re: I tried to work around the Java2WSDL issue, but got an non-document/literal service

2006-06-12 Thread Jim Bender
Anne, Thank you. I want to analyze what you did by hand-editing the file and see if I can adjust parameters to the Java2WSDL to get close to it, as that is what I need to do for what we are doing (the Axis2 0.93 generator made it easy, as you couldn't really specify anything, you just got somethi

Re: [axis2-1.0] Bug in Faultgeneration

2006-06-12 Thread studium-sbr
I had trouble in this a few days ago and opened an issue. Please have a look at this: http://issues.apache.org/jira/browse/AXIS2-801 I now work with the nightly build from 07.06.2006 and it looks really better now. HTH Bille > -Ursprüngliche Nachricht- > Von: axis-user@ws.apache.org >

[axis2-1.0] Bug in Faultgeneration

2006-06-12 Thread donnerdrummel2000-mailing
Hi, trying to generate Faults using AxisFault class I noticed that there are differences between the 'faultcode'/'code' segments of SOAP versions 1.1/1.2. The '' for the fault in SOAP 1.1 is set to 'soapenv:Client' where the same SOAP 1.2 fault contains 'soapenv:Sender' as ''. Is this a knows bu

RE: Multiple beanMappings

2006-06-12 Thread Stig Christensen
I found the solution. There was an error in my languageSpecificType reference. Even though AdminClient reports no problem errors can be found in the Tomcat LOG. C:\Tomcat.5.5\logs\stdout_20060612.log Stig -Original Message- From: Stig Christensen [mailto:[EMAIL PROTECTED] Sent: Wedn

Re: tcpmon MalformedURLException problem

2006-06-12 Thread bkbonner
Jeff, thanks for the reply. I see what you're talking about. I ran tcpmon in listener mode and it seemed to do the trick. I will check to see if there is an option to send the absolute URI in http-client. Thanks for the tip. Brian -- View this message in context: http://www.nabble.com/tcpmon

Re: [Axis2] transportsession examples

2006-06-12 Thread Deepal Jayasinghe
Hi Jian; Which Axis2 version are you using , is that 1.0 or axis2 current code base. If it is current source based you can not just deploy a service in transport session scope unless you modify axis2.xml. So can you please check against current code base; I did the following and did not get any e

xml document

2006-06-12 Thread genesy genesy
Hi all,I 'd like to exchange  xml documents between a C++ application equipped with axis 1.3  and a  web-service  (axis 1.3).What is the  best  way with axis? In this heterogeneous situation, is axis the correct set of libraries ? thx much for any help you can provideGen

Re: [Axis v1.4] typeMapping or client-side class generation problem

2006-06-12 Thread Artur Kraft
Thanks, Anne, I'll modify the WSDL as you suggested. For the weird issue with the unqualified elements in SOAP responses, I found posts on this mailing list from Stanley Stanev[1], who complains about the same problem, also in conjunction with an array as a response. Furthermore I found a bug

[Axis2] using complex objects as parameters for web service

2006-06-12 Thread Benjamin Roll
Hi all, does anyone know how I can send my own object to a web service when using kSoap2? I have a J2ME client with a class "Code" (beering 3 attributes) that is kvmSerializable. But how does my web service on server side know about this Code object? Axis2 doesn't include the ksoap2 library