Re[2]: [axis2-1.0] Exception-Serialisation Bug with xmlbeans databinding?

2006-05-06 Thread Andreas Hörnicke
Happens also with Axis2SampleDocLit.wsdl from the examples directory when calling a skeleton method that throws an UnsupportedOperationException. - Andreas am Samstag, 6. Mai 2006 schrieb Davanum Srinivas: DS Andreas, DS Please open a jira bug and then upload your wsdl to the bug. DS

Re: ArrayOf Causing some problems

2006-05-06 Thread robert lazarski
Seems like you are using databinding. If so post the wsdl and maybe we can help. A stack trace may help too. Robert http://www.braziloutsource.com/On 5/5/06, Scott Carr [EMAIL PROTECTED] wrote:I am having an issue with running a Function that returns an Array. I have a function called

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-06 Thread robert lazarski
Let me try and understand. You have: http://localhost:8080/axis2/services/MyService But now you want to create your own webapp: http://localhost:8080/myWebApp/services/MyService Is that correct? If so, you do this via: cp axis2.war myWebApp.war ? Robert http://www.braziloutsource.com/

Further problems testing Axis2 1.0 with Oracle OC4J (9.0.4)

2006-05-06 Thread Czeglédi László
Hello, I have found a set of new problems using the Administration interface. My web application has the 'distributable/' flag set in the web.xml. This forces the OC4J to check whether the attributes put into the httpsession are Serializable. I get exceptions like this using the admin

Re: Further problems testing Axis2 1.0 with Oracle OC4J (9.0.4)

2006-05-06 Thread Davanum Srinivas
Please create a new JIRA issue - http://issues.apache.org/jira/ thanks, dims On 5/6/06, Czeglédi László [EMAIL PROTECTED] wrote: Hello, I have found a set of new problems using the Administration interface. My web application has the 'distributable/' flag set in the web.xml. This forces the

Re: Regarding overloaded methods in a WSDL

2006-05-06 Thread Anne Thomas Manes
Overloaded methods cause significant interoperability headaches and should not be used. I believe Axis decremented support for overloaded methods in V1.2.AnneOn 5/5/06, Sreedhar Chahanapally [EMAIL PROTECTED] wrote: Hi All, I have a third party WSDL which has overloaded methods.

Re: Regarding overloaded methods in a WSDL

2006-05-06 Thread Anne Thomas Manes
Note also that the WS-I Basic Profile [1] disallows overloaded messages: 4.5.3 Distinctive Operations Operation name overloading in a wsdl:portType is disallowed by the Profile. R2304 A

Re: AXIS 1.3: Unable to generate client code using wsdl2java ant task

2006-05-06 Thread Anne Thomas Manes
Joshua, A beanMapping specifies a one-to-one mapping of an XML element (defined by its qualified name) to its associated JavaBean. You should have only one beanMapping statement for each XML qname. For example, if you have the following XML element: foo:foobar xmlns:foo=urn:foo.bar foo:bazsome

Re: [Axis2 1.0] ant codegen target problems

2006-05-06 Thread robert lazarski
There's some known problems AntCodegenTask. In the meantime, what I use is: target name=wsdl2java depends=clean,prepare delete dir=output / java classname=org.apache.axis2.wsdl.WSDL2Java fork=true classpath refid=axis.classpath/ arg value=-d/ arg value=xmlbeans/ arg value=-uri/ arg

Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Dear all, I have run into a very odd problem trying to deploy my web service using AdminClient. I create my wsdl and wsdd files without any problems. I also don't get any errors when I deploy the service using: java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -l http://localhost/myURL

Re: ArrayOf Causing some problems

2006-05-06 Thread Scott Carr
Sorry to bother everyone with this. I believe this is an issue with Netbeans. With this particular project, I had tried the Web Service client stuff that is built into Netbeans, and got tired of using it. (There are not too many examples on how to use it.) I deleted the Web Service Client

Re: Problems deploying with AdminClient

2006-05-06 Thread Siamak Haschemi
Hello Martin. As far as I know the AdminClient was used by Axis to deploy a service. With Axis2 the deploying has slightly changed. Please go through the User's Manual to see how to deploy a service. http://ws.apache.org/axis2/1_0/userguide.html You will see that you have some options: 1)

Re[2]: Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Hi Siamak, Thanks a lot for the suggestion. I am still using Axis 1.3, so it wouldn't be related to Axis 2, I guess. Cheers, Martin Hello Martin. As far as I know the AdminClient was used by Axis to deploy a service. With Axis2 the deploying has slightly changed. Please go through the

Re: Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Testing a bit more I was able to successfully deploy a different web service to a different location on the same Tomcat installation. Then I copied all the resources to a new project (in Eclipse), which I deployed to a new web-app and things seem to work there. So, at least I have the problem

Re: [Axis2] HTTP Transport Receiver

2006-05-06 Thread Ruchith Fernando
Hi, You can use the Axis2 War Distribution [1] and deploy it in Apache Tomcat. Please refer to Installing Axis2 in a Servlet Container section of the installation guide [2] to install the axis2.war. Thanks, Ruchith [1] http://www.apache.org/dyn/closer.cgi/ws/axis2/1_0/axis2.war [2]

[Axis2] Axis2's OMTutorial needs(!) to be updated :)

2006-05-06 Thread Ali Sadik Kumlali
Hi Axis2 Team, According to the blog entry at http://blogs.cocoondev.org/dims/archives/004619.html, you also need to update OMTutorial found in Axis2's site to keep them in sync. http://ws.apache.org/commons/axiom/OMTutorial.html http://ws.apache.org/axis2/1_0/OMTutorial.html Regards, Ali

Re: Interoperability with .NET

2006-05-06 Thread Thilina Gunarathne
Axis 2 is tested and proven interoprability with .net. Have a look at the following news item. I was lucky enough to experience it first hand at the interop plug-fest. http://www.wso2.com/about/news/microsoftinterop/ Except for very few extreme cases WCF and Axis2 demonstrated very good

Re: [Axis2] hot service undeployment

2006-05-06 Thread Deepal Jayasinghe
Hi Michele; I think you are using windows , because I too have this problem :) . Any way the problem is due to class loading issues . As you know in Axis2 each services get its own class loader, so how we create the class loader is using the service archive file as a url. Once we create the class

Re: [Axis2 1.0] Service deployment problems

2006-05-06 Thread Deepal Jayasinghe
Hi Mochele; Your service does not have any problem and if you deploy the service then you can invoke that too. The error you are getting is not something make your service a faulty service, it is a decision that we took to reduce the number of JIRA that we may get in the future:) We can