WSDL2Java bug ?

2002-06-04 Thread Prasanta Behera
With the attached WSDL,  there are 2 problems (Using AXIS Beta 2 , JDK 1.4, Win2k) 1.  It doesnot generate any set/get() methods for Holder objects. This is the generated code. public final class ArrayOfstringHolder implements javax.xml.rpc.holders.Holder {     public String[] value;     publ

WS-Security & AXIS

2002-05-28 Thread Prasanta Behera
Is there a way I can set   the credential (WS-Security) in AXIS beta2? I am looking at the Call for  API to set it .. but I am not clear?   "http://www.w3.org/2001/12/soap-envelope"   xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext">     ...       Zoe  

WSDL2Java

2002-05-17 Thread Prasanta Behera
I am using Axis beta 2. The WSDL compiler generates the classes but the classes have no constructors or setters to set any value. The WSDL file was not generated using AXIS. I am attaching the WSDL file and one of the java files ... Don't want to change the generated code unless there is no alt