[Axis2 1.0] Data Binding Error: Axis expects wrong Document structure?

2006-06-06 Thread Sebastian J. Schultheiss
Hello! [Running Axis2 1.0 Nightly from May 30th, 2006] We're now implementing a WSDL from an external source: http://xml.nig.ac.jp/wsdl/Blast.wsdl We used wsdl2java to create an xmlbeans client for this service, but it gives us a databinding error because it expects a different kind of document.

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-31 Thread Sebastian J. Schultheiss
. I > could manage to successfully run the code against the given WSDL with > this change. > > I added my comments and test files to the > http://issues.apache.org/jira/browse/AXIS2-720 > > Hope this helps. > > Ali Sadik Kumlali > > --- "Sebastian J. Schultheis

[Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-30 Thread Sebastian J. Schultheiss
Hi there, Even after *days* of testing and trying different things, we still arrive at the same error with the current nightly (May 30th). We are using Eclipse to build and run our project under Windows XP. Did you ever try to run a client with xmlbeans under windows? How does the classpath have t

[Axis2][Current Nightly May 30th] ADB: Array Converter Utility is faulty

2006-05-30 Thread Sebastian J. Schultheiss
Hi there, we have discovered a bug in ADB's array conversion. We are calling a service that returns an array of integers and another one of doubles. We used WSDL2Java to create a client and a service using ADB databinding from a WSDL that contains the following return types:

[Axis2 Current Nightly] Versions service fails

2006-05-24 Thread Sebastian J. Schultheiss
Hi there, after we read in serveral emails by Robert and others, that the xmlbeans databinding has been fixed in the current SVN, we downloaded the current nightly and tried to run the service there. First off, the log4j jar was not included, so we copied it into axis2's web_inf directory. The ne

Re: [Axis2 1.0] xmlbeans databinding error

2006-05-12 Thread Sebastian J. Schultheiss
s in place. The last few axis2 releases have had log4j as the commons-logging implementation, so you may need the log4j.jar and log4.properties as well. BTW, I'm also stuck on xmlbeans. I've done some digging, and hope to get back on it this weekend. Robert http://www.braziloutso

[Axis2 1.0] Service-test-client.jar

2006-05-12 Thread Sebastian J. Schultheiss
I'll repost this with the correct version in the subject... Whenever you create a service with WSDL2Java and first build it, there is always a .jar file in addition to the .aar file in the build/lib/ directory, called -test-client.jar Is this really intended to be a test client for the service y

Re: [Axis2 1.0] Request for ANY working WSDL with Axis2 1.0 and WSDL2Java

2006-05-12 Thread Sebastian J. Schultheiss
you. We really appreciate all the help you are offering on this user group and all the work you put into Axis2. It's going to be a fine piece of software I'm sure :) Thanks a lot! -- Sebastian Sebastian J. Schultheiss wrote: Hi there! Does anyone have *any* WSDL file that can be pas

Re: [Axis2 1.0] Data binding Error after WSDL2Java code generation

2006-05-12 Thread Sebastian J. Schultheiss
line break between the "l" and "ocation" in the "location" attribute in the definition. Please file a JIRA. Anne On 5/11/06, *Sebastian J. Schultheiss* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi Anne, thanks for your response. W

Service-test-client.jar

2006-05-11 Thread Sebastian J. Schultheiss
Hi there, sorry for the many emails, there seem to be a lot of questions today... Whenever you create a service with WSDL2Java and first build it, there is always a .jar file in addition to the .aar file in the build/lib/ directory, called -test-client.jar Is this really intended to be a tes

[Axis2 1.0] Request for ANY working WSDL with Axis2 1.0 and WSDL2Java

2006-05-11 Thread Sebastian J. Schultheiss
Hi there! Does anyone have *any* WSDL file that can be passed to WSDL2Java in Axis2 1.0 that uses non-RPC style messaging and produces a valid service and client? We've been having problems with our valid WSDL files ever since Axis2 0.95. All we need is one working WSDL that has been tested

[Axis2 1.0] ADB version has problems, too

2006-05-11 Thread Sebastian J. Schultheiss
Hi there, We've tried to go with a new approach and created an ADB version of our service, since the databinding with xmlbeans seemed to be the problem before. We are still using a similar WSDL file as before, but now we get an error early on with the ServiceStub initialization. This is our ma

Re: [Axis2 1.0] Data binding Error after WSDL2Java code generation

2006-05-11 Thread Sebastian J. Schultheiss
Hi Anne, thanks for your response. We re-run the WSDL2Java Tool after removing the namespace attribute from the tags. However, the WSDL that is "generated" by the WSDL2Java tool (the one you find in the specified -o directory/resources) is not formatted like that, I've attached it. Why does the

[Axis2 1.0] Data binding Error after WSDL2Java code generation

2006-05-10 Thread Sebastian J. Schultheiss
Hi there! We've used the attached WSDL to create a service & client by means of the WSDL2Java tool (xmlbeans databinding). After implementing the simplest of business logics in the server, we deployed the service .aar in the axis2 install inside a tomcat server. According to the status page, the

Re: [Axis2] Nightly Tomcat Integration

2006-04-19 Thread Sebastian J. Schultheiss
modules and jars have different names. Where do you set that in the Axis webapp? Thanks for your time, -- Sebi Davanum Srinivas wrote: > Sebastian, > > JIRA bug please? :) (In Axis2) > > thanks, > dims > > On 4/12/06, Sebastian J. Schultheiss <[EMAIL PROTECTED]>

Re: [Axis2] 1.0RC1 Validation

2006-04-12 Thread Sebastian J. Schultheiss
s > > 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 CallbackHandler in client generated from WSDL

2006-04-07 Thread Sebastian J. Schultheiss
Hello, we are having some problems with the asynchronous execution of our auto-generated client. The service is called SVMHCService, the operation is called predictEpitopes. We successfully wrote and ran a synchronous service that gives back the results we want. However, the asynchronous call sta

[Axis2] 0.95 SOAP Monitor?

2006-04-07 Thread Sebastian J. Schultheiss
Hello, is there a way to monitor the SOAP messages using the Axis2 WAR distribution inside Tomcat? Can we just install a service that does this? There seems to be some software in Axis 1.x, but we didn't find anything on the documentation pages of Axis2. Thanks for your help, -- Sebi

[Axis2] 0.95 Service and Client from WSDL - problems executing

2006-04-05 Thread Sebastian J. Schultheiss
Hello, we have created a WSDL file (attached) to be used by an example web service that we would like to extend eventually. We used WSDL2Java to create the client and the service, with the xmlbeans Databinding. Maybe you can try to build it this way too and let us know if it should work in theory.

[Axis2] 0.95 complex types with proprietary MessageReceiver

2006-03-31 Thread Sebastian J. Schultheiss
Hi there, we would like to write a service that accepts and returns xs:complex-types. We tried to do so by hand, going from the Java class to an axis-generated WSDL, but we always ended up with xs:any-types. So we now tried to define a WSDL and go from there, by using the WSDL2Java command line to

Re: [Axis2] 0.95 xs:types

2006-03-28 Thread Sebastian J. Schultheiss
way to get there is by writing the WSDL by hand, we can do that too :) Thanks for your help, -- Sebi Deepal Jayasinghe wrote: > > Sebastian J. Schultheiss wrote: > >> Hello, >> >> we have just migrated to the new 0.95 version of Axis2 and are glad to >> discover

[Axis2] 0.95 xs:types

2006-03-27 Thread Sebastian J. Schultheiss
Hello, we have just migrated to the new 0.95 version of Axis2 and are glad to discover that the WSDL that is generated from the .aar is now valid. Do you want us to close our JIRA bug listing ourselves? Last time someone suggested we use xs:integer etc. instead of xs:anytype. We would be glad to

Re: [Axis2] WSDL2Java client code creation [Fwd: [jira] Created: (AXIS2-494) Axis2 creates invalid WSDL from java service]

2006-03-16 Thread Sebastian J. Schultheiss
We have now created a JIRA entry for the problem we encountered. We'll wait for 0.95 to be released and check it out again then. Thanks for your help, everyone. Original Message Subject: [jira] Created: (AXIS2-494) Axis2 creates invalid WSDL from java service Date: Wed, 15 Mar 2

Re: [Axis2] WSDL2Java client code creation

2006-03-14 Thread Sebastian J. Schultheiss
L PROTECTED]> wrote: >> The attached file is neither vaild xml or valid wsdl. Try using an xml >> editor - I use kxmleditor on linux - and get the file to at least load. From >> there - try getting the wsdl to validate via an wsdl validator (can't >> recommend one

[Axis2] WSDL2Java client code creation

2006-03-14 Thread Sebastian J. Schultheiss
Hi all, we are playing around with the samples from the tutorial... we have extended the MyService to take a comlpexType (a string, an int and a double) and would like to create the client from the WSDL. Axis has created the attached WSDL from our service, but WSDL2Java fails when called like thi

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
and out - probably not helpful in this case but keep it in mind for future > problems. > > HTH, > Robert > http://www.braziloutsource.com/ > > Em Quinta 02 Março 2006 10:55, o Sebastian J. Schultheiss escreveu: >> Hello! >> >> We're trying to develop ou

Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
Hello! We're trying to develop our own small axis web client. We have started by running the client from the user guide. However, it's not cooperating. It seems that it is not even trying to connect to the server yet, since the error message ("Connection Refused") is the same regardless of the URL