Re: Axis2-1.5.1 and user exceptions

2010-02-19 Thread Mauro Molinari
. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: RES: Problems with Date objects on Axis2

2009-10-23 Thread Mauro Molinari
rated WSDL. Have a look at: https://issues.apache.org/jira/browse/AXIS2-3300 Hope this helps in some way. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: Avoid Logging to catalina.out

2009-10-19 Thread Mauro Molinari
this. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: SOAP Encoding in axis2

2009-09-24 Thread Mauro Molinari
anjay I think I have read that they can actually co-exist... But I can't be of more help here, sorry. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: SOAP Encoding in axis2

2009-09-21 Thread Mauro Molinari
want to go back to axis1. Sanjay No, SOAP encoding is not supported by Axis2 as of now. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: array with no elements

2009-09-16 Thread Mauro Molinari
ish the two cases given a SOAP message (that carries such an array) structured following the XML Schema definition of a document/literal WSDL. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: Axis2 and XML-RPC

2009-09-11 Thread Mauro Molinari
ocument/literal, because RPC and the SOAP encoding are not supported by Axis2 (they are by Axis1). This also means that Axis2 clients produce SOAP requests in the document/literal form. HTH. -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: Axis2 1.5 dependencies

2009-09-08 Thread Mauro Molinari
Any information on this from the developers? Thanks! Mauro. Mauro Molinari ha scritto: Hello all! In October 2007 an interesting discussion took place in Axis2 dev mailing list about the oportunity to re-package Axis2 for different purposes (ex.: server, client, etc.) in order to clear to

Re: Axis2 and SOAP encoding support

2009-09-07 Thread Mauro Molinari
Andreas Veithen ha scritto: See [1] for the latest status. [1] http://markmail.org/message/zbwojf3d67nrpisg Thank you Andreas, now the situation is more clear. However, I think that Axis2 website/documentation/wiki is lacking updated information on this subject. -- Mauro Molinari Software

Axis2 and SOAP encoding support

2009-09-07 Thread Mauro Molinari
or not - how well it does (meaning: is it just experimental code?) So, are any news on this subject? -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Axis2 1.5 dependencies

2009-09-02 Thread Mauro Molinari
atter provides xercesImpl-2.6.2.jar and xml-apis-1.3.02.jar: is there a particular reason for this version downgrade of those two libraries? -- Mauro Molinari Software Designer & Developer E-mail: mauro.molin...@cardinis.com

Re: Upgrading from 1.3 to 1.5 - Date problem.

2009-08-05 Thread Mauro Molinari
actually it has been fixed in 1.5, because another user is complaining about that change! :-D Are you still having problems? Maybe you need to re-generate your code and/or WSDL files, because the mappings between java.util.Date and the corresponding XML Scheda date type have changed in 1.5.

Re: Problem with setting boolean to nil

2008-06-22 Thread Mauro Molinari
Hi Julie, -Euwc option as of now generates code that requires 1.5 compliance to your Java code, because of the auto (un)boxing conversion you noticed. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e

Re: problem using an external schema in a wsdl

2008-06-20 Thread Mauro Molinari
WSDL and the XSD are contains spaces and WSDL2Java doesn't like that? Try to switch to a path without spaces. It would be useful to know the full path instead of "file:/C://META-INF/testService.wsdl", to see which is the character at index 42... -- Mauro Molinari Softw

Re: problem using an external schema in a wsdl

2008-06-18 Thread Mauro Molinari
Try to post your WSDL and XSD. I haven't had any problem with imported XSDs in my WSDLs when I used WSDL2Java. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Trouble with a .NET client.

2008-06-16 Thread Mauro Molinari
process. I'd suggest to switch to the contract-first approach: you'll have to learn WSDL, of course, but you have much more control over interoperability and you'll get to use Axis2 (the latest version, at least) with success. -- Mauro Molinari Software Developer [EMAIL PROT

Re: .NET Integration

2008-06-16 Thread Mauro Molinari
stubs with code that will be able to process your responses by checking against a boolean value that states whether the numeric value has been actually specified (i.e.: it's not-null) or not (i.e.: it's null). -- Mauro Molinari Softw

Re: Upgrading "Web App Libraries" in a project to a new version?

2008-05-21 Thread Mauro Molinari
fresh your folder in Eclipse (right click on "lib" folder => Refresh) the IDE will see the new JARs, rebuild your project, re-publish your webapp. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsu

Re: Extension Mapper Conflict

2008-05-09 Thread Mauro Molinari
throw away the common classes that I had already generated from the first and keep just the Stub, Skeleton, MessageReceiver, service descriptor, ecc.. of the second one. I hope this helps. -- Mauro Molinari Software Developer [EMAIL

Re: Fwd: Axis2 ADB Binding - Compiling All Schema

2008-05-05 Thread Mauro Molinari
sn't reference all of those types. Hope this helps. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis inserting own classes with wsdl2java

2008-05-05 Thread Mauro Molinari
r. For my own needs, I personally did an implementation of TypeMap that uses an instance of Axis2 JavaTypeMap as the base, then reads new and overridden mappings from an XML file. I think it would be more simple if Axis2 adopted such an approach by default... Hope this helps. -- Mauro Mo

Re: how to generate a simple skeleton with wsdl2java

2008-03-31 Thread Mauro Molinari
entifier(String). Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is it wise to deploy a service as a POJO with Axis2?

2008-03-31 Thread Mauro Molinari
do that, we actually changed our direction and opted for the top-down approach. Not easy, anyway, but you can have much more control on what you expose and implement. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To

Re: Capture custom exception

2008-03-26 Thread Mauro Molinari
ira/browse/AXIS2-3301 -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-25 Thread Mauro Molinari
s not supported. You might have a look at: https://issues.apache.org/jira/browse/AXIS2-3239 -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: codegen generating void methods in skeleton interface

2008-03-19 Thread Mauro Molinari
y an Axis2 nightly build to see if the result is correct. Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WSDL2Java Integer.MIN_VALUE for optional xsd:int

2008-03-07 Thread Mauro Molinari
ameter so that optional parameters (those with minOccurs="0" or nillable="true" attributes) are translated into Integer rather than int and they are set to null if not specified. Please note that your project must use a Java5 compiler to compile ADB code generated with -

Re: Java 5 enum type and WSDL

2008-03-06 Thread Mauro Molinari
end of february, but it's evident that this estimate has been delayed. So, I call upon an Axis2 developer to write about it. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Java 5 enum type and WSDL

2008-03-05 Thread Mauro Molinari
do not support enum in Java2WSDL in Axis2 1.3. release and we are planing to do that for next version." Cheers! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [Axis2] "Try-To-Fix" and "Must Fix" JIRA items

2008-03-04 Thread Mauro Molinari
Oh, well, this JIRA report is mine, so I'm already receiving updates and I can't vote for it :-) -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] "Try-To-Fix" and "Must Fix" JIRA items

2008-03-04 Thread Mauro Molinari
.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12312461 Team, Please check if you see any issues with your name on it :) thanks, dims Hi dims, I confirm my need for https://issues.apache.org/jira/browse/AXIS2-3354 to be solved. It's in the "try to fix" list. Th

Re: Is Apache Axis2 WSDL2Java code generator able to generate "real" javadoc information from WSDLs?

2008-02-14 Thread Mauro Molinari
Berg, Klaus-Peter ha scritto: Hi Amila, I'm using Apache Axis2 1.3 build (10-08-2007). Is there a newer build available that should take care about the documentation> tags? --Klaus Please see also: https://issues.apache.org/jira/browse/AXIS2-3371 -- Mauro Molinari Software D

Re: Java2WSDL class in Axis 2

2008-02-04 Thread Mauro Molinari
[EMAIL PROTECTED] ha scritto: Hi Group, Do we have Java2WSDL class in Axis 2 in the same way as org.apache.axis.wsdl.Java2WSDL in Axis 1.4? Can I take the code-first approach with Axis 2? http://ws.apache.org/axis2/1_3/toc.html Cheers! -- Mauro Molinari Software Developer [EMAIL

Re: externalMapping to reuse types

2008-01-31 Thread Mauro Molinari
Axis2 official documentation is really poor about this kind of information :-( -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Defining minOccur and maxOccur

2008-01-31 Thread Mauro Molinari
fy this kind of information would be useful, I think. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: externalMapping to reuse types

2008-01-30 Thread Mauro Molinari
hemas and shared XSD schemas. I hope this helps a bit... -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Eclipse, wsdl2java and huge warnings

2008-01-18 Thread Mauro Molinari
n the following generated code. This is my opinion, though. Anyway, as I stated before, warnings by themselves are not the source of a problem, they are simply annoying when you're developing using Eclipse or some other smart IDE that can detect them. -- Mauro Molinari Software Developer [EMAIL

Re: AW: Eclipse, wsdl2java and huge warnings

2008-01-17 Thread Mauro Molinari
functionality. To edit the templates, have a look to my reply to Thomas Pawlitzki's today post, subject "axis2 [1.3] Influence the ADB generation". -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsu

Re: Eclipse, wsdl2java and huge warnings

2008-01-17 Thread Mauro Molinari
plates to automatically add those annotations. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: axis2 [1.3] Influence the ADB generation

2008-01-17 Thread Mauro Molinari
wn schema-compile.properties, i.e.: java -Dorg.apache.adb.properties=my-own/schema-compile.properties -cp org.apache.axis2.wsdl.WSDL2Java -uri YourWSDL.wsdl You'll find some hints at: http://ws.apache.org/axis2/1_3/adb/adb-tweaking.html Good luck! -- Mauro Molinari Software Developer [

Re: axis2 client and axis1 server with use=encoded

2008-01-16 Thread Mauro Molinari
So, as far as I know, by now if you want to call a web server that exposes RCP/encoded WSDLs, you'll have to use another engine to generate client code (maybe Axis1). -- Mauro Molinari Software Developer [EMAIL PROTECTED] ---

Re: WSDL XSD Schema Importing...

2008-01-09 Thread Mauro Molinari
Eclipse give you any validation error on your WSDL and/or XSDs? (try right-click => Validate)? -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] A way to make WSDL2Java for client send requests through HTTP GET instead of POST?

2008-01-09 Thread Mauro Molinari
. Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] A way to make WSDL2Java for client send requests through HTTP GET instead of POST?

2008-01-09 Thread Mauro Molinari
...] org.apache.axis2.AxisFault: Transport error: 405 Error: Method Not Allowed Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2] A way to make WSDL2Java for client send requests through HTTP GET instead of POST?

2008-01-09 Thread Mauro Molinari
vance. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] jre 1.5

2008-01-08 Thread Mauro Molinari
nighthly build of 2007/11/27 or so) as of now generates code that works only with Java 5 or newer... ;-) So I'm expecting that Axis2 developers are testing Axis2 with 1.5, too. Cheers. -- Mauro Molinari Software Developer [EMAIL PROT

Re: Java2WSDL ant task

2008-01-02 Thread Mauro Molinari
27;ll find some examples. Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] Release plan and road map for Axis2 1.4 release

2007-12-19 Thread Mauro Molinari
between services - I also posted a techical analysis of the problem) These are really critical for us. Cheers! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: different java package for wsdl2java generated fault classes (Axis2 1.3)

2007-12-06 Thread Mauro Molinari
is is a problem if you want (or need) to completely rely on auto-generation. Hope this helps. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-27 Thread Mauro Molinari
t would not be a problem to define something like: with schema: in order to get: public void logout(string ticket) => .NET and public void logout(String ticket) => Java with Axis2 Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECT

Re: Microsoft interop gotcha - WSDL with minOccurs="0", type="xs:long"

2007-11-27 Thread Mauro Molinari
is problem. The second (and real) problem is that if you are writing your web services bottom up, Axis2 Java2WSDL always generates minOccurs="0" and, in some circumstances, this can lead to bigger problems that the one you described. Please also have a look to m

Re: Help with some WSDL2Java parameters

2007-11-22 Thread Mauro Molinari
I did some further experiments looking at the source code of Axis2... so I thought of sharing the results with the mailing list... Mauro Molinari ha scritto: - what does -u ("unpack all classes") option actually do? I did some quick tests and it seems to me that it does nothing...

Help with some WSDL2Java parameters

2007-11-22 Thread Mauro Molinari
de generation? Or does it generate even more classes? - at the end, is there a way to switch on the "Helper mode" explained at http://ws.apache.org/axis2/1_3/adb/adb-advanced.html in WSDL2Java? Is there any complete documentation available for this? Tha

Re: Help with WSDL2Java and -em option

2007-11-22 Thread Mauro Molinari
w to use it? Thanks in advance. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help with WSDL2Java and -em option

2007-11-21 Thread Mauro Molinari
gh to document -Dorg.apache.adb.properties=...). -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
ira/browse/AXIS2-3354 -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Optional elements of primitive type

2007-11-20 Thread Mauro Molinari
I have created a JIRA for this: https://issues.apache.org/jira/browse/AXIS2-3353 Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
enerate the Java code from the WSDLs each time you do a checkout? -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
o you fill your skeleton with the implementation? How do you use type classes generated from the WSDL if they are not available at development time? -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe,

Re: Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
nd all the WSDLs and XSDs anymore. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
Mauro Molinari ha scritto: Another clue is that if I try to generate a client pointing to http://server:8080/contextpath/services/MyService1?wsdl, Java2WSDL says that it cannot retrieve the schema. Sorry, I meant WSDL2Java, not Java2WSDL ;-) -- Mauro Molinari Software Developer [EMAIL

Shared schemas: where to put them?

2007-11-20 Thread Mauro Molinari
searches for it in contextpath/WEB-INF/services/MyService1/ and the generation of the WSDL fails. How to face this problem? Where should I put the shared schemas? How to reference them from within the original WSDLs? Thanks in advance. -- Mauro Molinari

Re: wsdl version

2007-11-20 Thread Mauro Molinari
might be wrong, but I think .NET 1.1 is not compatible with WSDL 2.0. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Optional elements of primitive type

2007-11-19 Thread Mauro Molinari
omething? Should I open a JIRA? Is there any hope to have this feature in a new nightly build? Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Optional elements of primitive type

2007-11-16 Thread Mauro Molinari
Any hint for this? I just noticed that nil booleans are mapped to boolean false in Java, instead of a null Boolean reference :-( Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e

Optional elements of primitive type

2007-11-15 Thread Mauro Molinari
uses this strange convention (MIN_VALUE = nil) instead of the much more natural null = nil? I guess something similar happens with other primitive types (double, for instance)... Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROT

Re: WSDL2Java

2007-11-15 Thread Mauro Molinari
generating Java code (even if you specify -uw to WSDL2Java), but this is not a blocking problem. Hope this helps. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Array types and unwrapping

2007-11-14 Thread Mauro Molinari
instead of a String[]). Do you think I could open a request enhancement for this? -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Array types and unwrapping

2007-11-14 Thread Mauro Molinari
Amila Suriarachchi ha scritto: On Nov 13, 2007 7:01 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: Here is the response element for this operation the unwrapping basically happens in one level. So the generated

Re: Array types and unwrapping

2007-11-13 Thread Mauro Molinari
Amila Suriarachchi ha scritto: Can you please send your complete wsdl? Here it is! You can have a look at the generated return type of getVisiblePortfolios(String) or at the method PortfolioCategoryType.getFields(). Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECTED

Array types and unwrapping

2007-11-12 Thread Mauro Molinari
uld I edit the generated code manually? Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom message receivers vs RPCMessageReceiver

2007-11-12 Thread Mauro Molinari
k I'm missing something else? Thanks in advance! -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Custom message receivers vs RPCMessageReceiver

2007-11-12 Thread Mauro Molinari
by WSDL2Java? Thanks in advance. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-12 Thread Mauro Molinari
u in advance. Cheers. -- Mauro Molinari Software Developer [EMAIL PROTECTED] ___ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46I-35129 Padova - Italy tel.(+39) 049.7803370/8072095 fax (+39) 049.7800824 www.cardinis.com --

Re: Examples of Java2WSDL with methods that throw exceptions?

2007-10-25 Thread Mauro Molinari
Deepal jayasinghe ha scritto: Mauro Molinari wrote: Deepal Jayasinghe ha scritto: Can you please post your java class ? or create a JIRA attaching the java class Thanks Deepal Dear Deepal, do you have some news for this problem? Should I create a new JIRA issue for this, too? Please create

Re: Examples of Java2WSDL with methods that throw exceptions?

2007-10-25 Thread Mauro Molinari
Deepal Jayasinghe ha scritto: Can you please post your java class ? or create a JIRA attaching the java class Thanks Deepal Dear Deepal, do you have some news for this problem? Should I create a new JIRA issue for this, too? Thanks in advance! -- Mauro Molinari Software Developer [EMAIL

Re: minOccurs="0" attribute and .NET

2007-10-25 Thread Mauro Molinari
Deepal jayasinghe ha scritto: Hmm , then that is something we need to fix , thx for finding this. If you can please create a JIRA. Thanks Deepal Done: https://issues.apache.org/jira/browse/AXIS2-3300 Thank you! -- Mauro Molinari Software Developer [EMAIL PROTECTED

Re: minOccurs="0" attribute and .NET

2007-10-25 Thread Mauro Molinari
quot;true" attribute for parameters that can be null, so what is minOccurs="0" useful for? -- Mauro Molinari Software Developer [EMAIL PROTECTED] ___ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46I-35129 Padova - Ital

Re: Exception not mapped correctly in POJO first development

2007-10-25 Thread Mauro Molinari
if there's any example around on how to correctly work with exceptions... -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception not mapped correctly in POJO first development

2007-10-25 Thread Mauro Molinari
Edward Peng ha scritto: Any ideas on how I can get around this or what I'm doing wrong? Hi -- Mauro Molinari Software Developer [EMAIL PROTECTED] ___ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46I-35129 Padova - Ital

Re: minOccurs="0" attribute and .NET

2007-10-25 Thread Mauro Molinari
Martin Gainty ha scritto: yuo must be compling with -Eosv Hi Martin, sorry, I can't understand what you mean: I'm quite new to Axis2... Is your a suggestion to deal with my problem? -- Mauro Molinari Software Developer [EMAIL

Re: minOccurs="0" attribute and .NET

2007-10-25 Thread Mauro Molinari
with .NET Framework 1.1? -- Mauro Molinari Software Developer [EMAIL PROTECTED] ___ CARDINIS Solutions SpA Your Governance Solutions via San Crispino, 46I-35129 Padova - Italy tel.(+39) 049.7803370/8072095 fax (+39) 049.7800824 www.cardinis.com

minOccurs="0" attribute and .NET

2007-10-23 Thread Mauro Molinari
ize this aspect of the WSDL generation? Thanks in advance for any reply. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Examples of Java2WSDL with methods that throw exceptions?

2007-10-22 Thread Mauro Molinari
Mauro Molinari ha scritto: package com.cardinis.cardinis.webservice.access; import com.cardinis.cardinis.webservice.CardinisWebServices; import com.cardinis.webservice.ticketFramework.FailedConfigurationException; import com.cardinis.webservice.ticketFramework.GenericTicketingException

Re: Examples of Java2WSDL with methods that throw exceptions?

2007-10-22 Thread Mauro Molinari
http://schemas.xmlsoap.org/wsdl/":output}' is expected. I was told this is because I would need an empty wsdl:output before the wsdl:fault... I'm not reporting the whole WSDLs (maybe I should?) because I think you can get them by running Java2WSDL on the class above. Th

Examples of Java2WSDL with methods that throw exceptions?

2007-10-22 Thread Mauro Molinari
WSDL for a class of mine with methods that throw exceptions: the generated WSDL has some validation problems. Thanks in advance for any hint. -- Mauro Molinari Software Developer [EMAIL PROTECTED] - To unsubscribe, e-ma