Hello,

i sucessfuly created WS from pojo class, there is example of one method from
POJO :

        public boolean compatible ( final HashMap<String,String> pReq) {
        ...
        }

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 ? 

I have not problem with other methods which have only simple data type in
parameters... 

thank you // sorry for my english // Axis 1.2, Tomcat 6.0.13, Eclipse WTP +
eclipse wizard used to create WS + WSclient
-- 
View this message in context: 
http://www.nabble.com/Axis2-client-stub%2C-OMElement-object-in-method-tp17084336p17084336.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to