Well...this is the question....how can i send it?
Can this be done without using serialization or only with serialization?
Now i try something like this
SOAPPublishDTOV alue[] params = new SOAPPublishDTOV alue[]{soapPublishDTO Value};
String result = MPMClassInvocat ionTemplate.inv okeMPM(Configur ation.getValueO f("endpointMPM" ), methodName, params);
but is not working....
User Profile
Collapse
-
No, because I could not use this because I don't have acces to the server to deserealize there the information that I send from the client.
Thanks, Horatiu...Leave a comment:
-
Sending soap Object[] from a client to a server
Hello,
I have a client in a java class and i have to send an Object to a server....somet hing like this ClassName
{String one,
String two,
Integer tree}.
I read something about serialization/deserialization but I don't have access to the server to implement there a class...
No activity results to display
Show More
Leave a comment: