2 questions on custom serialization

2004-01-07 Thread Massimo Barabino
types? Or is there another way to do that? (I need to tell which elements of a type are required and which are not) Thanks in advance Massimo Barabino

RE: Variable Service Address Help

2004-01-03 Thread Massimo Barabino
ServiceLocator class. Could you please tell me the name of the method you would use? Thank you very much Massimo Barabino The ServiceLocator class contains a method that accepts a service URL as a parameter, and returns an appropriately configured Service class. This method is the preferred one

RE: How to make complex Types String objects appear as non nillable

2004-01-01 Thread Massimo Barabino
? Thank you Massimo Barabino Hi, is it possible to make Strings in complexTypes appear as non nillable? I' m using bean serialization and every String field of my bean class is mapped into a nillable object. How can I avoid this? Thank you Massimo Barabino

Variable Service Address Help

2003-12-30 Thread Massimo Barabino
(comfortable) one? Thanks in advance Massimo Barabino

How to make complex Types String objects appear as non nillable

2003-12-30 Thread Massimo Barabino
Hi, is it possible to make Strings in complexTypes appear as non nillable? I' m using bean serialization and every String field of my bean class is mapped into a nillable object. How can I avoid this? Thank you Massimo Barabino

Holder Classes problem

2003-12-29 Thread Massimo Barabino
is that I don' t see the Holder class generated. WSDL2Java just generates a class for that type. Should I expect to see a Holder or have I misunderstood the user guide? Thanks in advance Massimo Barabino

AdminClient Problem

2003-09-30 Thread Massimo Barabino
the server-config file? Thanks in advance Massimo Barabino

Re: AdminClient Problem

2003-09-30 Thread Massimo Barabino
:/// arg value=list/ classpath refid=classpath.deploy/ /java Thank you very much. This really helped! Massimo Barabino

Re: SSL web services

2003-09-30 Thread Massimo Barabino
:: java.lang.NumberFormatException: For input string: do you know how to fix? Hi, try org.apache.axis.client.AdminClient -l https://Path _To_Axis_Servlet:your_port your_wsdd_file This worked for me. Massimo Barabino

Re: Passing parameters to constructor

2003-09-01 Thread Massimo Barabino
; } } If the constructor remains as I wrote, everithing goes OK. As I change it as follows I get fault codes ... public MyClass(int a, int b){ this.a=a; this.b=b; } ... This is my problem. (may be Thomas' and your replies already apply to this...) Thanks once again Massimo Barabino

Passing parameters to constructor

2003-08-29 Thread Massimo Barabino
requires parameters I get a fault code when I invoke the service. Can anybody help me? Thanks in advance Massimo Barabino