Serialization/Deserialization for Value Object Pattern

2003-07-31 Thread pablo-bh
I use the Value Object Pattern with flags indicating if the attribute has changed, like this: private string attibute; private boolean attributeHasChanged; (...) public void setAttribute(String attribute) { this.attribute = attribute; attributeHasChanged(true); // new task } public void attribu

Problem using document/literal and wrapped style with Axis 1.1

2003-07-21 Thread pablo-bh
Hi guys!! I have a class with a method like this: public String doIt() { } I have done deploy and got the wsdl using ?wsdl. When I tryed to use the WSDL2Java I got the error: java.util.NoSuchElementException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:765) at java