Re: Axis2 1.1 Deployment Classloader Error

2007-01-16 Thread Davanum Srinivas
is your drools jar in you aar? or in WEB-INF/lib? -- dims On 1/14/07, Paul O'Connor <[EMAIL PROTECTED]> wrote: I have a Axis2 web service that evaluates services requests with Drools. It works fine under Axis2 version 1.0. Migrating to Axis2 v. 1.1 (or 1.1.1) breaks the service with what appea

Re: Axis2 Hot update problem and unload native dll problem

2007-01-16 Thread Davanum Srinivas
Yong, This is a Java limitation, nothing to do with Axis2. does the code work as expected when you *don't* load the system dll? thanks, dims On 1/15/07, Yong Yang <[EMAIL PROTECTED]> wrote: Hi, It seems AXIS2 hot update does not work. I have enable hotupdate by chnaging the value of paramete

Re: [axis2] size of wsdl2java generated stub

2007-01-16 Thread Davanum Srinivas
try the "-u" option to unpack the classes for huge wsdl's. On 1/15/07, ChadDavis <[EMAIL PROTECTED]> wrote: Hello. I've generated an ADB client stub with the wsdl2java tool. The wsdl file was about 3600 lines long, and the geneerated stuf is about 88,800 lines long. Wow. Does this sound withi

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Paul, I switched from Axis2 1.1.1 to Axis21.1 and tried to build with the xsd:include and it worked without any issues. So this seems to be a problem with Axis2 1.1.1. So should a JIRA be filed this in Axis2 1.1.1? Also, if I go ahead and upgrade to Axis2 1.1 instead of Axis2 1.1.1 for my

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hi Paul, So, if the SampleService.xsd also references further xsds with the xsd:include statement, then they will also fail right ? Thanks, Sriram Vaidyanathan Software Engineer - Java Copart Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534 www.copart.com

AXIS Client SSL with WebService

2007-01-16 Thread Nitin Dubey
Hello, I am trying to write a SSL client using AXIS 1.4. I got a sample from net and able to run the following program successfully. I have to modify the SOAP header and send a big XML content to a external WebService. Can anybody tell me whether I am following the right approach? And using

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Sriram You are right. I managed to recreate your problem. I think there is a bug in the XMLBeans databinding. Try using xsd:import instead of include: http://www.sample.com/test"; /> Paul On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: Hi Paul, Thanks for the response. If I remo

Re: package issue of WSDL2Java and Eclipse

2007-01-16 Thread Lahiru Sandakith
Hi Jiang, Is this because that you do not have a source directory s configured inside eclipse project? By selecting java build paths tab in properties of any eclipse projects you can select edit the source folders. Anyway using the eclipse plugin for axis2 will be handy. download - http://ws.apach

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hi Paul, Thanks for the response. If I remove the SampleService.xsd from the folder, then I get the expection as you posted. See [1] below. But if I have the file present, then I get a different version of the same exception. See [2] below. So, I am wondering if I have the file present, is i

Re: package issue of WSDL2Java and Eclipse

2007-01-16 Thread Amila Suriarachchi
I can't realy understand your problem. but I can tell you that you can use the ns2p option to set a package name for any url in the wsdl. eg -ns2p http://xml.org=test.com Try to use the eclipse plugin for axis2 codegeneration. http://ws.apache.org/axis2/tools/1_1/eclipse/wsdl2java-plugin.html On

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
No! Exactly the opposite. I didn't have a SampleService.xsd but wsdl2java was looking in the right place for it. When I add a SampleService.xsd it finds it successfully. Paul On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: Hi Paul, So it seems you got that same error which I am

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hi Paul, So it seems you got that same error which I am getting right?? Sriram Vaidyanathan Software Engineer - Java Copart Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534 www.copart.com (707) 639-5248 -Original Message- From: Paul Fremant

Re: wsdl2java generates incorrect/incomplete code

2007-01-16 Thread Amila Suriarachchi
Can you attach your fih-header.xsd file? On 1/16/07, R Bruce Hoffman <[EMAIL PROTECTED]> wrote: I just can't seem to get Axis2 1.1.1 wsdl2java.sh to properly create skeleton code and Axiom or XmlBeans artifacts correctly for, what seems to be, relatively simple wsdl and xsd's. Below is the xsd

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Sriram I just took an existing WSDL and added your snippet into it. Then I tried the Axis2-1.1.1 wsdl2java.bat I got this error: Retrieving schema at 'SampleService.xsd', relative to 'file:/C:/wsdlexercise/'. Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Cause

Re: [Axis2] RE: Axis2 1.2 release plan

2007-01-16 Thread Paul Fremantle
Falom We have tested Axis2 JMS with ActiveMQ. In fact I've done some really nice examples with Synapse where we bridge ActiveMQ into SOAP. Do you have any specific integration requirements? Paul On 1/17/07, falom <[EMAIL PROTECTED]> wrote: Hi Deepal, It will be great to have geronimo integra

Re: wsdl2java can not generate the client function which only has output.

2007-01-16 Thread Amila Suriarachchi
Can you send your wsdl? On 1/17/07, Wang, Hailong (NIH/CIT) [C] <[EMAIL PROTECTED]> wrote: Hi Guys, This is my first time to write email to this mailing list. When I try to generate the client code for the operation which only has an output using wsdl2java, actually wsdl2java doesn't genera

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Amila Suriarachchi
On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: No, I am using only 1.1.1 jars From 1.1.1 release since we have XmlBeans as the data-binding framework, I don't use the axis2-jibx1.1.1.jar and axis2-adb1.1.1.jar this should not cause any problem. Can you send a small sample wsdl

RE: Accessing variables outside AXIS war file

2007-01-16 Thread Brennan Spies
You can use SOAP connectors with JMX, if you have a JSR-160 compliant implementation. If you need to have it from a non-server such as a Swing client, you should consider using MX4J. http://mx4j.sourceforge.net/docs/ch03s20.html -Original Message- From: Franck Coppola [mailto:[EMAIL PROT

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
No, I am using only 1.1.1 jars From 1.1.1 release since we have XmlBeans as the data-binding framework, I don't use the axis2-jibx1.1.1.jar and axis2-adb1.1.1.jar Thanks Sriram Vaidyanathan Software Engineer - Java Copart Auto Auctions, Inc. 4665 Business Center Drive Fairfield, CA 94534 www

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
I don't understand what you mean. Do you have a mix of 1.0 and 1.1.1 jars? Paul On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: Hi Paul, Tried that option too... same error. Actually we were using one of the Axis2 1.0 nightly versions and it used to resolve the relative director

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hi Paul, Tried that option too... same error. Actually we were using one of the Axis2 1.0 nightly versions and it used to resolve the relative directory without a problem. Could there be a problem that I am only using the selected jars from Axis21.1.1 distribution. Thanks Sriram Vaidyanath

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Can you try "./SampleService.xsd" just in case that fixes it? Paul On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: Hi Paul, Here is the snippet, which is used to include the XSD in the WSDL. http://www.w3.org/2001/XMLSchema"; attributeFormDefault="unqualif

Re: [axis2] tomcat manager html start / stop - mess

2007-01-16 Thread Thilina Gunarathne
BUT NOTHING was logged in the tomcat stdout_20070116.log on (re)start ? I would expect that myservice5.init() is called again and logged. then I stop again, wait for confirmation, start again, wait for confirmation and the only service which did make it after a long time was the Library service

Re: Need help to get HTTP Header

2007-01-16 Thread Thilina Gunarathne
Hi, Thanx for logging the JIRA. I've committed a fix yesterday afternoon (15 hours ago).. Please try the latest nightly and let us know the feedback.. And any help that you guys can provide on this front will go a long way to promoting the Axis2 in our organization Have Fun!! Cheers, Thilina

RE: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hi Paul, Here is the snippet, which is used to include the XSD in the WSDL. http://www.w3.org/2001/XMLSchema"; attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.sample.com/test"; version="2.1.0">

[Axis2] RE: Axis2 1.2 release plan

2007-01-16 Thread falom
Hi Deepal, It will be great to have geronimo integration for 1.2 release. Particularly i'm interest to see if axis2 jms support can be integrated with geronimo activemq broker, which will make axis2 much more powerful in aspect of efficient handling async business requirements. falom

Re: [Axis2] Axis2 1.2 release plan

2007-01-16 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Deepal and all, Great list. Anyway, I hope I can comment on this plan, even though I won't be able contribute much, in terms of coding, to the next release. I have a small doubt whether all these are doable within 6 weeks, but I assume you have pl

Re: [Axis2] Simple stand-alone client to invoke web services

2007-01-16 Thread Paul Fremantle
Footh Can you please give more details when you say the default constructor doesn't work? ServiceClient sc = new ServiceClient(); should work fine without an external repository or axis2.xml. Also if you need modules like addressing in a simple client like this you can just put the .mar file in

Re: Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Paul Fremantle
Sriram Please can you post the WSDL/XSD? Thanks Paul On 1/17/07, Sriram Vaidyanathan <[EMAIL PROTECTED]> wrote: Hello, I tried to migrate to axis2 1.1.1 with XMLBeans as the data-binding framework. My WSDL actually references XSDs in it through a relative path. When I run the WSDL

Axis2 1.1.1 with XMLBeans as the Data binding framework.

2007-01-16 Thread Sriram Vaidyanathan
Hello, I tried to migrate to axis2 1.1.1 with XMLBeans as the data-binding framework. My WSDL actually references XSDs in it through a relative path. When I run the WSDL2Java command I get a FileNotFoundException. This used to work before with one of the Axis2 1.0 nightly build versions I

Re: Question axis 2 Java2WSDL tool

2007-01-16 Thread Javier Kohen
Hello Anne, El mar, 16-01-2007 a las 21:03 -0500, Anne Thomas Manes escribió: > In Axis 1.x, you must specify style="unwrapped" in the WSDD, or you > must ensure that the WSDL conforms to the wrapped doc/literal > convention. Where would that convention be documented? I tried to follow the instru

Re: Question axis 2 Java2WSDL tool

2007-01-16 Thread Anne Thomas Manes
In Axis 1.x, you must specify style="unwrapped" in the WSDD, or you must ensure that the WSDL conforms to the wrapped doc/literal convention. On 1/16/07, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hello Anne, I could not find this feature of automatic unwrapping. The Java2WSDL and WSDL2Java in

[Axis2] Session Management and WS-Addressing

2007-01-16 Thread Tim, Jane and Chelsea Johnson
I am running the latest version of axis2 - 1.1.1. I am trying to use session management via WS-Addressing. In soapmonitor I can see the WS-Addressing headers going out on the request to the server. But my service's response doesn't have any of the WS-Addressing headers (specifically the groupID

Re: Custom exception mapping with JibX

2007-01-16 Thread Dennis Sosnoski
Vedha Vijayan wrote: I'm trying to expose an existing service as a Web service. I've got few queries regarding the process involved in doing so and about custom exception mapping with JiBX. 1. I generated the bindings (JiBX) and the schema for the classes involved. The recommended procedure o

Re: SocketTimeOutException

2007-01-16 Thread frogg
What kind of web service method invocation do you use? Void or with some returning type? I experienced this problem only with void (so client was waiting for some background confirmation and timeout expired), in that case I guess there is no really working solution. Try adding parameter SO_TIMEO

WS-Secutiry

2007-01-16 Thread Alick Buckley
Hi Guys, I am trying to connect to a .NET service using Apache Axis 1.4 and WS-Security. I am using wss4J version 1.5.1 and an addressing-SNAPSHOT.jar from Sandesha 1.0 The SOAP request contains the WS-Addressing elements and everything looks correct, it compares well with a sample SOAP request

RE: How can I create a java client to call axis c++ web service(Calculator)

2007-01-16 Thread yinqiu luo
I solved the issue based on information from: http://issues.apache.org/jira/browse/AXISCPP-111 From: "yinqiu luo" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: How can I create a java client to call axis c++ web service(Calculator) Date: Tue, 16 J

RE: [Axis2] Simple stand-alone client to invoke web services

2007-01-16 Thread footh
Thanks for the reply. I already have something very similar to that. I was hoping, however, to avoid having to use external files to create the configuration. But, I can concede on that if it is absolutely necessary. However, do I need to use the axis2.xml file that comes with Axis2? It seem

Axis 1.4 VerifyError w/BeanDeserializer

2007-01-16 Thread Todd Pettepier
I've seen a similar question posed about a year and a half ago, but no resolution, so I'll ask again. I have an application running under WebSphere 5.1 on Linux with Axis 1.4 that runs fine. I am getting the following at startup when deployed to WebSphere on iSeries. Anyone seen this? (A pre

Calling WS from a WS

2007-01-16 Thread Shehzad Tahir Nagi
Hello, I am really new to the whole world of Web Services and Axis. I have a particular problem about calling a web service from another web service both written in Java. One web Service is a "Caching Service" and the other one is a "Data Controller Service". In the basic flow of program(which sh

[Axis2] Custom serializer for HashMap

2007-01-16 Thread Sathija Pavuluri
Hi, Is anyone aware of the effort involved in writing a custom serializer for HashMap? I've not been able to find much help/tutorial on axis2 website. Will appreciate if others who've been through this can share their experiences. Thanks, Sathija ---

RE: [Axis2] Simple stand-alone client to invoke web services

2007-01-16 Thread Yadav, Yogendra \(IT\)
Try this ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem("C: /work/AXIS2-Examples/for-client-testing/repository", "C:/work/AXIS2-Examples/for-client-testing/axis2.xml"); ServiceClient sc = new ServiceClient(ctx, null); Options o

[Axis2] Simple stand-alone client to invoke web services

2007-01-16 Thread footh
I have a separate java web application running under Tomcat 5.5 in which I want to dynamically invoke web services using Axis2. I was able to easily do this using Axis1, but I am running into a problem with Axis2. I've followed the simple examples in the documentation with creating a ServiceClien

RE: SocketTimeOutException

2007-01-16 Thread Punnoose, Roshan
What property needs to change in the axis.xml for the socket timeout? (This is for Axis2) Roshan Punnoose Phone: 301-497-6039 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 2:24 PM To: axis-user@ws.apache.org; Jernigan, TieSha Cc: axi

wsdl2java can not generate the client function which only has output.

2007-01-16 Thread Wang, Hailong \(NIH/CIT\) [C]
Hi Guys, This is my first time to write email to this mailing list. When I try to generate the client code for the operation which only has an output using wsdl2java, actually wsdl2java doesn't generate the operation in stub class, but does generate operation for those with the inputs. Can some

RE: Question axis 2 Java2WSDL tool

2007-01-16 Thread Harish Hirasave
Hello Anne, I could not find this feature of automatic unwrapping. The Java2WSDL and WSDL2Java in axis2-1.1.1 work in the same way as the axis2-1.1. The code gets generated wrapped and I am unable to un wrap the classes and get return types as basic java objects. Please tell how this feature of un

Re: SocketTimeOutException

2007-01-16 Thread pierre . clermont
I had the same problem : you can try to update timeout value in axis.xml. But for me the problem was fixed to uninstall my security internet tools (stopping firewall was not enough ...) Quoting "Jernigan, TieSha" <[EMAIL PROTECTED]>: > When running my Axis2 Client, after about 20-30 seconds I g

SocketTimeOutException

2007-01-16 Thread Jernigan, TieSha
When running my Axis2 Client, after about 20-30 seconds I get the following exception. My system does not recover from this exception. I am assuming that when the exception occurs the socket gets closed, so I never get a response back from my server. Is there a way that I can increase the timeout?

AW: AW: [Axis2] Converting an OMElement into an Array of Objects

2007-01-16 Thread Sven Schroebler
Hi Ahmet! After a good bit of work, I finally managed to solve the problem for me. The reason that I needed to deal with an OMElement was that I tried to transfer (Array-)Lists via Axis. At first, Axis Java2WSDL-Tool generated -Elements into the schema to represent the lists to be transferred in t

Custom exception mapping with JibX

2007-01-16 Thread Vedha Vijayan
Hi, I'm trying to expose an existing service as a Web service. I've got few queries regarding the process involved in doing so and about custom exception mapping with JiBX. 1. I generated the bindings (JiBX) and the schema for the classes involved. The recommended procedure of creating a wsdl i

Re: Accessing variables outside AXIS war file

2007-01-16 Thread Franck Coppola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sérgio Sousa wrote: > Hi, > > I think that what you really want is something like JMX. > > Take a look at > http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/ Unfortunately no. Using SOAP is a requirement of the customer and I h

Re: Accessing variables outside AXIS war file

2007-01-16 Thread Sérgio Sousa
Hi, I think that what you really want is something like JMX. Take a look at http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/ Sérgio Sousa -Original Message- From: Franck Coppola <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 16:06:43 +010

wsdl2java generates incorrect/incomplete code

2007-01-16 Thread R Bruce Hoffman
I just can't seem to get Axis2 1.1.1 wsdl2java.sh to properly create skeleton code and Axiom or XmlBeans artifacts correctly for, what seems to be, relatively simple wsdl and xsd's. Below is the xsd and wsdl information. I have used FC4, FC5, Ubuntu and Debian Sarge. I have tried 1.1, a snapshot

axis fault -- where does the content come from

2007-01-16 Thread ChadDavis
I'm getting an AxisFault. It has specific information from the service in it that seems like a "successful" exchange with the service. In this case, its an authentication attempt. The message in the fault seems to be an appropriate, if not desirable, response from the service. Why is this an A

[axis2] tomcat manager html start / stop - mess

2007-01-16 Thread Stadelmann Josef
Hi Team, I am running myService5 in application scope! axis2-1.1 Can somone from the axis development team explain what shall happen when one goes to http://alpha1:8080/manager/html/start?path=/axis2 looks-out for axis2, (just one of a web applications) clicks stop to it, waits until stop is co

Java collections in Axis 1.4

2007-01-16 Thread
Hi, I see the "What's in this release" for 1.4 that Automatic two-way conversions between Java Collections and SOAP Arrays has been added. I have been trying to get this to work, with no success. Does anyone know of an example that will show this in action. Does this also mean that I can send a l

RE: Need help to get HTTP Header

2007-01-16 Thread Gnanasekaran Vinayakamurthy
I had logged a JIRA for this And any help that you guys can provide on this front will go a long way to promoting the Axis2 in our organization -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 8:23 PM To: axis-user@ws.apache.org Sub

RE: Axis2 client JAR requirements

2007-01-16 Thread Danny Lin
OK. I have this problem resolved by removing the client jars (XBeans-packaged.jar and myClient.jar) from Tomcat shared/lib directory. I also added all Axis2 Jars to Tomcat shared/lib except the 4 jar files that I decided to keep my old ones. I figured that they were not contributing to the problem.

Re: Reading from the OMElement

2007-01-16 Thread Ahmet Koc
thnx for your answer, but does axis dont have such a feature? i think so. h, I guess to write a XML parser to process this xml result. -Original Message- From: Ahmet Koc <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 16:18:56 +0100 Subject: Reading from the

Re: AW: [Axis2] Converting an OMElement into an Array of Objects

2007-01-16 Thread Ahmet Koc
Hello Sven, i have the same problem. Have you an idea how to convert an omelement to an array? cheers ahmet Hi all, on the *client* side, the following exception is thrown: Exception in thread "main" _java.lang.NullPointerException_ at herbieclient.test.holeBenutzer(_test.java:73_) at he

Style message

2007-01-16 Thread herbison
Does anyone have a beginning to end example of how to do a Axis web-service of style message? Server code, client code, wsdd, etc... -- View this message in context: http://www.nabble.com/Style-message-tf3021821.html#a8392873 Sent from the Axis - User mailing list archive at Nabble.com. -

Writing SSL axis client

2007-01-16 Thread Nitin Dubey
Hello, I am trying to write a SSL client using AXIS 1.4. I got a sample from net and able to run the following program successfully. I have to modify the SOAP header and send a big XML content to a external WebService. Can anybody tell me whether I am following the right approach? And using

Re: Reading from the OMElement

2007-01-16 Thread Jiang Liu
h, I guess to write a XML parser to process this xml result. -Original Message- From: Ahmet Koc <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 16 Jan 2007 16:18:56 +0100 Subject: Reading from the OMElement here functions to get the values? Ahmet Koc1Stern12.0Stern sieh

package issue of WSDL2Java and Eclipse

2007-01-16 Thread Jiang Liu
Hi all I found that, well it actually could not be called as a problem, WSDL2Java generates all source files and put them into a folder called "...\src\". But the problem is most client files keep the original package from WSDL's definition, so when integrating all sources with Eclipse, there i

How can I create a java client to call axis c++ web service(Calculator)

2007-01-16 Thread yinqiu luo
Hi, all, Please help. I created axis c++ Calculator service (using axis-c-1.6-Linux-trace-bin) and installed it into apache server. I also created a c++ client which works well to call axis c++ Calculator service remotly. But I have problem to create a java client to call axis c++ Calculator

Re: axis2 and oc4j

2007-01-16 Thread frogg
To be more specific: when I use Tomcat, these lines are logged: 2007-01-16 15:48:42,707 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readLine(InputStream, String) 2007-01-16 15:48:42,707 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readRa

Reading from the OMElement

2007-01-16 Thread Ahmet Koc
Hi @ all, i have following problem. I get xml information from the server. I dont know how i get the tag values from the xml. Are there functions to get the values? http://axiom.service.quickstart.samples/xsd";>xmlns="">Ahmet Koc1Stern12.0Stern siehe daDies und Dasxmlns="">Stern Contents2S

RE: Axis2 client JAR requirements

2007-01-16 Thread Danny Lin
I copied all Axis2 jar files to my Tomcat shared/lib directory and removed 4 jars that are different versions: activation.jar commons-fileupload.jar commons-logging.jar mail.jar So, at this point, my Tomcat is using the same jar files as Axis2. I am no longer getting the class loa

Accessing variables outside AXIS war file

2007-01-16 Thread Franck Coppola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, We are currently in need of a SOAP stack for a client application project which needs remote control. More explicitely, we have a heavy client SWING application which must be controlable from a Web Service. To do this, we currently embed

[Axis2] Axis2 1.2 release plan

2007-01-16 Thread Deepal Jayasinghe
Hi All; We released Axis2 1.1.1 few days ago and now its time to think about the next major release (Axis2 1.2). Before doing that we have big item left in our hand is to merge Axis2 trunk and 1.1 branch. So we need to plan on doing that on this week (I may try this time :( ). In Axis2 release I

axis2 and oc4j

2007-01-16 Thread frogg
Hi, I ran into the new problem. I developed client/server web service application using Tomcat v5.5. Using Tomcat everything works pretty good. But then I made war from server application and deployed it into OC4J10g. When I ask for wsdl of my web service (using browser), wsdl file is shown. Acc

Re: Unsubscribing

2007-01-16 Thread biswadip saha
block axis-user@ws.apache.org On 1/16/07, Kedar, Shahar <[EMAIL PROTECTED]> wrote: Hi, I'm trying to unsubscribe from the mailing list, but when I try to confirm it I get an error that the address I'm trying to send it to does not exist. Any suggestion will be helpful. Thanks, Shahar

RE: unexpected xmlns:tns in soap response xml.

2007-01-16 Thread Giuseppe Sarno
Hi I cloned the RawInOutReceiver removing those lines about target namespace, and everything worked out just fine. I'm wondering is there any danger in doing so ? Why those lines ? result.declareNamespace(service.getTargetNamespace(), service.getTargetNamespacePrefix()); Thanks.

Unsubscribing

2007-01-16 Thread Kedar, Shahar
Hi, I'm trying to unsubscribe from the mailing list, but when I try to confirm it I get an error that the address I'm trying to send it to does not exist. Any suggestion will be helpful. Thanks, Shahar

Change Axis2 transport to libwww

2007-01-16 Thread VijesH
hi all, I'm new to development using Axis2. I would like to change the default transport available in Axis2. I want to plug in LibWWW. I made LibWWW work separately for a SOAP request response (say Google soap search). Now how would I be go about in plugging this LibWWW transport with Axis2? Ho

[Axis2] Explicit headers with JiBX

2007-01-16 Thread Alexander Grivnin
Hi Dennis, Thanks for the detailed axis2-JiBX wiki page! Do you know if headers are supported in the latest (1.1.1) release? I tried to use explicit headers in a wsdl and there is a compilation error saying that no mapping was defined for the header type. Should the header be also in the mappi

Re: [axis2]ERROR org.apache.axis2.transport.http.AxisServlet - java.lang.AbstractMethodError

2007-01-16 Thread sreenivas velagapudi
Hi Deepal, I am using jdk1.5.0_10 operating system:WindowsXP appserver: apache-tomcat-5.5.20 Thanks Sreenivas --- Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi sreenivas; > > Hmm , can you please tell me JDK version , OS and > the appserver and it > version that you are running your test

Re: [axis2]ERROR org.apache.axis2.transport.http.AxisServlet - java.lang.AbstractMethodError

2007-01-16 Thread Deepal Jayasinghe
Hi sreenivas; Hmm , can you please tell me JDK version , OS and the appserver and it version that you are running your test cases. btw , please try to remove your handler and see whether it is working :) Thanks Deepal >Thanks Deepal, > >But I am getting the Error even before the control >goes t