Re: [Axis2] 1.0RC1 module problems

2006-04-12 Thread Ali Sadik Kumlali
Hi Robert, I faced the same problem and posted messages about it yesterday. When you rename LoggingModule.mar to logging.mar it should work. Could you please give this a try? Regards, Ali Sadik Kumlali --- robert lazarski <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to port a module f

Soap with Attachments swaref Axis implementation

2006-04-12 Thread Smith Ran
Trying to implement an api to upload binary data. The WSDL looks like:--http://ws.test" xmlns:intf="http://ws.test" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap=" http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsi="http://ws-i.org/profiles/basic/1.1

Re: Axis2] Web Logic

2006-04-12 Thread Xinjun Chen
Hi Wasana, Are you referring to deploying Axis2 into weblogic 9.1? Have you ever deployed Axis2 in weblogic 8.1? Deploying Axis2 into weblogic 8.1 is as simple as deploying it into Tomcat. Just deploy the Axis2.war as a web application using weblogic console. Regards, Xinjun On 4/12/06, Wasana D

RE: [axis2][0.95]problem with client

2006-04-12 Thread OUYANG Yang
Title: [axis2][0.95]problem with client  Hi, Ted     Thank you so much. i 've found it:)   ouyang yang From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 2006年4月12日 22:00To: axis-user@ws.apache.orgSubject: RE: [axis2][0.95]problem with client Hi,just have a look at the d

Re: [Axis2] 1.0RC1 Validation

2006-04-12 Thread Sebastian J. Schultheiss
Hi Dims, here's your JIRA: http://issues.apache.org/jira/browse/AXIS2-569 I guess it's just a matter of refactoring the source of the validation code. Hope to help, -- Sebi Davanum Srinivas wrote: > Sebastian, > > JIRA bug please? :) (In Axis2) > > thanks, > dims > > On 4/12/06, Sebastian J

WSDL2Java SOAP1.2 binding support?

2006-04-12 Thread Yang Xiang
Does Axis2.0 WSDL2Java support the WSDL1.1 Extension to SOAP1.2 binding? If so, how to tweak it to make it work? http://schemas.xmlsoap.org/wsdl/soap12/     Thanks,   Yang Xiang  

Re: Overriding the location of an imported namespace/schema/wsdl

2006-04-12 Thread Anne Thomas Manes
You could always edit the WSDL documents, save the embedded schemas as local files, and replace the embedded schemas with imports...AnneOn 4/12/06, Stefan Freyr Stefansson <[EMAIL PROTECTED]> wrote: Hello.I have a few WSDL documents that are a part of the same logical service. Someof them use data

Re: IOException: Type xxx is referenced but not defined

2006-04-12 Thread Anne Thomas Manes
Desiree, I notice in your WSDL file your import the same namespace twice (each with a different schemaLocation), but this isn't valid. You may import a namespace only once. Note that your WSDL references types only in the gmlsVonCubeWerx.xsd file, so that is the only schemaLocaton that you must re

WSDL2Java deleting method implementations?

2006-04-12 Thread Martin Wunderlich
Dear all, I have done a bit more experimenting (see my recent post) and the behaviour of WSDL2Java, whereby method implementations are removed and replaced by "return null", seems to be consitent. Is this the way it should be? Am I missing something? Apparently, only the interface definitions of t

cluster vs stand alone environment using axis 1.3

2006-04-12 Thread ashok kyama
Hi,   Iam using axis 1.3 and deployed my app on weblogic server single instance and its working fine. Same app installed on clustered environment throwing following exception. ( I got this same exception on single instance for axis 1.2 and it resolved after I replaced it with axis 1.3).   AxisFaul

How to use Java2WsdlAntTask.setMethods to specify overloaded methods

2006-04-12 Thread Kathy Chan
Hi, I would like to find out how I could use the Java2WsdlAntTask.setMethods() to specify overload methods.  For example if I have an Echo bean that is the following: package echo; public class Echo {   public String hello ( String name )   {     return name;   }    public int hello ( int i )  

JARs required to run Axis

2006-04-12 Thread Kathy Chan
Hi, There's a new JAR (axis-schema.jar) in the Axis 1.3 binary zip under lib directory.  We would like to find out if it is required for main path scenario or is it for specific optional support (the majority of the files in that JAR seems to be for xmlbeans).  I could not find any documentation

[Axis2] 1.0RC1 module problems

2006-04-12 Thread robert lazarski
Hi all, I'm trying to port a module from around .94 to RC1 . I had some engagement problems, so I decided to try deploying the LoggingModule from the user guide - my module largely follows that example. The debug logs show: - Deploying module : LoggingModule - org.apache.axis2.i18n.resource::ha

Axis2 - 0.93 Client through proxy problem

2006-04-12 Thread George Papandreou
Greetings, as per http://marc.theaimsgroup.com/?l=axis-user&m=114138499414953&w=2 configuring the transportSender in axis2.xml to enable the client to go through a proxy should work, but it doesn't. Should I abort wrestling with this and move to 0.94 (which the above post says it takes care of

SOAP - literal x encoded

2006-04-12 Thread Daniel Destro
Someone told me here to use DOCUMENT/LITERAL instead of ENCODED SOAP, because I wanted a more simple SOAP response message. Well, it does work, BUT the problem is, it no longer uses Wrapper Types, instead it uses primitives.   Is it possible to use wrappers using literal soap style?   thanks Daniel

Re: [Axis2] 1.0RC1 Validation

2006-04-12 Thread Davanum Srinivas
Sebastian, JIRA bug please? :) (In Axis2) thanks, dims On 4/12/06, Sebastian J. Schultheiss <[EMAIL PROTECTED]> wrote: > Hi there! > > We installed the axis2 1.0 RC1 WAR file distribution in Tomcat 5.5.15. It > loads > ok but whenever you click on Validation on the /axis2 homepage, it seems to

[Axis2] 1.0RC1 Migration 0.95->1.0 issues

2006-04-12 Thread Sebastian J. Schultheiss
Hi there, we tried to port our (working) service from 0.95 to 1.0, but encountered some problems. After calling WSDL2Java once for the service and once for the client (in the same manner as for 0.95) we ended up with a non-working client. We also get a warning from log4j, is this something to be

[Axis2] 1.0RC1 Validation

2006-04-12 Thread Sebastian J. Schultheiss
Hi there! We installed the axis2 1.0 RC1 WAR file distribution in Tomcat 5.5.15. It loads ok but whenever you click on Validation on the /axis2 homepage, it seems to have problems with the latest refactoring of the AXIOM team. Is this a config problem or a problem of this build? Greetings, -- Se

[Axis2][0.95] Client side module engagement from axis2.xml

2006-04-12 Thread Ali Sadik Kumlali
Hi all, Is not it allowed to define custom modules within axis2.xml, instead of calling engageModule () method of ServiceClient? Since I can add security and addressing without any problem, I think it is allowed. But, I'm facing with and interesting (?) situation. I tried to run ClientSideModuleE

Re: [axis2][0.95]problem with client

2006-04-12 Thread Ali Sadik Kumlali
Hi Ouyang, You can find ClientUtil.java under samples/userguide/clients folder of 0.95 distribution (axis2-std-0.95-bin.zip). Regards, Ali Sadik Kumlali --- OUYANG Yang <[EMAIL PROTECTED]> wrote: > Hello all:) > I met a problem when tried to create a client for web service > following th

Re: Java implementation for xsd:choice

2006-04-12 Thread Rodrigo Ruiz
Just to be more specific, I know Axis 1.3 includes both Castor and XmlBeans serializers and deserializers. Are they new features of 1.3, or were they present in earlier versions? Rodrigo Ruiz wrote: Perhaps Castor or XmlBeans projects can be of help. They provide tools for generating Java Bea

Re: Java implementation for xsd:choice

2006-04-12 Thread Rodrigo Ruiz
Perhaps Castor or XmlBeans projects can be of help. They provide tools for generating Java Beans from XML schemas. I know Castor beans can be used with Axis 1.x. Does anybody knows if XmlBeans can be used too? vincent wrote: Hy, I want to implement a java class for xml schema which contains

Re: Axis 2 1.0 RC1 access?

2006-04-12 Thread Michel Drescher
Yes, Deepal sent the following on 8 April to the mailing list:-BEGIN PGP SIGNED MESSAGE-Hash: SHA1Hi all,I uploaded Axis2 1.0 RC1 release artifacts. Please help us bydownloading and reviewing them.Download locations :* binary and source distributions -http://people.apache.org/~deepal/axis2/

Re: Axis 2 1.0 RC1 access?

2006-04-12 Thread robert lazarski
http://people.apache.org/~deepal/axis2/1.0-RC1/ I just happen to be going thru the same thing ;-) . The orignal announcement is here: http://marc.theaimsgroup.com/?l=axis-user&m=114452420902887&w=2 HTH, Robert http://www.braziloutsource.com/On 4/12/06, DeRemer, Bob <[EMAIL PROTECTED] > wrote

Axis 2 1.0 RC1 access?

2006-04-12 Thread DeRemer, Bob
Title: Axis 2 1.0 RC1 access? I saw mention of a 1.0 release candidate.  Is there a place to download the std bin, or is it a source/build download? Regards, Bob DeRemer Sr. Software Architect   SAP Labs, LLC 350 Eagleview Blvd Exton, PA  19341  USA T1  +1.610.903.8000 x 136 T2  +1

Java implementation for xsd:choice

2006-04-12 Thread vincent
Hy, I want to implement a java class for xml schema which contains xsd:choice. could you say me the java class to developp for this xml schema for example:                   I must create a java class Payment to represent this xml schema.   Best regards

RE: [axis2][0.95]problem with client

2006-04-12 Thread donnerdrummel2000-mailing
Title: [axis2][0.95]problem with client Hi,just have a look at the directory with the samples (AXIS2_HOME/samples/userguide/src/userguide/clients. ClientUtil is a class implemented to create the OMElement to call the EchoService. Put the java-file into your project and the sample should work.TedOUY

VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-12 Thread nancy
  Please tell how can I interact with a webservice instance created somewhere else by setting its conversationid.? From: nancy [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 1:31 PM To: 'axis-user@ws.apache.org' Subject: RE: [Axis2] How to send message to a particular

[axis2][0.95]problem with client

2006-04-12 Thread OUYANG Yang
Title: [axis2][0.95]problem with client Hello all:)   I met a problem when tried to create a client for web service following the user guide.   When create the EchoBlockingClient, the source code is as follows:   try {     OMElement payload = ClientUtil.getEchoOMElement

Fw: Axis2 .95 findOMFactory() bug

2006-04-12 Thread Peter Haggar
Nevermindmy mistake.  The *.builder package was renamed, but not the *.factory package. - Forwarded by Peter Haggar/Raleigh/IBM on 04/12/2006 08:59 AM - Peter Haggar/Raleigh/IBM 04/11/2006 03:54 PM To axis-user@ws.apache.org cc Subject Axis2 .95 findOMFactory() bug

Re[5]: Problem using deployed Axis web services

2006-04-12 Thread Martin Wunderlich
Dear all, Further to my recent problems with creating a simple web service and getting only null values as return values (see below), I seem to have located the problem. WSDL2Java, which creates the required server-side files, doesn't seem to implement the original method properly. In particular,

Overriding the location of an imported namespace/schema/wsdl

2006-04-12 Thread Stefan Freyr Stefansson
Hello. I have a few WSDL documents that are a part of the same logical service. Some of them use datatypes that are defined by a standards body and I have the schemas (xsd files) that define those types. The problem is that some of the WSDL files are obtained through some .NET interface after

RE: [Axis2][0.95] LoggingModule.mar cannot be loaded

2006-04-12 Thread Ali Sadik Kumlali
Thanks Sebastian. If I didn't get it wrong, LoggingModule.mar found in Axis2 distribution must be renamed to logging-x.xx.mar then. Regards, Ali Sadik Kumlali --- Sebastian Szczygiel <[EMAIL PROTECTED]> wrote: > All Axis2 modules must follow following filename conventions: > > module-x.xx.mar

Re: [axis2] ServiceClient.disEngageModule question.

2006-04-12 Thread David Illsley
Hi Eran, thanks for the reply. It does however leave me a little confused about what ServiceClient.disEngageModule is supposed to do if not dynamically disengage a module? ;-) Thanks, David Eran Chinthaka <[EMAIL PROTECTED]> wrote on 11/04/2006 17:34:12: > Hi David, > > Firstly, Axis2 doesn'

RE: [Axis2] How to send message to a particular instance of that webservice?

2006-04-12 Thread nancy
Is there no way to set Conversation id or soap header in stub in axis2? In Axis1, in binding stub generated by axis there were methods to set header, timeout etc. What is the way to do all this with stubs generated by axis2? Please Help     From: nancy [mailto:[EMAIL PROTECTED]

[axis2] dynamic service publishing

2006-04-12 Thread donnerdrummel2000-mailing
Hi, is there a way to for dynamic publishing of services in axis2 like it is in jax-ws via Endpoint.publish? thanks ted ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

[Axis2] How to send message to a particular instance of that webservice?

2006-04-12 Thread nancy
Hi,   I want to use Axis2 to create client for invoking the web service running in BPEL Engine. I have successfully created stub using my BPEl web service’s wsdl. My BPEL service1 invoke another BPEL service2.I have successfully invoked BPEL service1.But when it invokes service2, I need t