i sucessfuly created WS from pojo class, there is example of one method from
POJO :
public boolean compatible ( final HashMap<String,String> pReq) {
...
}
I am sorry this will not work with Axis2 , since we do not support
generic. However we are planing to support generic very near future.
In WS client project I use Axis stub by this way :
Compatible compatible26 = new Compatible();
compatible26.setPReq( param );
stub.compatible(compatible26);
PROBLEM IS that param is not hashmap but OMElement object.
How to transform HashMap(...Collection) object to OMElement ?
Thats the problems I mentioned above , give us sometimes we will fix
those issues .
I have not problem with other methods which have only simple data type in
parameters...
thank you // sorry for my english //
No problem at all.
-Deepal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]