#SERIALIZATION
19 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @tropic robin! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
you need to call the serialize method eng or engs
with the current way you are calling it, the compiler is thinking that serialize is a function declared in the scope of your test class, which it isnt
so i literally rename the method? or wdym by call the method engs
actually, i think i see how you are trying to structure this now
make the serialize function in Serialization static, then you can call it by doing Serialization.serialize( . . .)
ill give that a try
that allows me to use the method thank you bro, now onto a whole other set of problems xD
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
hey man, if u want to i can give you a hand with serialization, i think you are making it more complication than it needs to be xD
I'm trying to make an entire web service using SOAP API and i'd probably agree with you that i'm making it way harder than it needs to be
im not really sure what this jabx stuff is, but java's standard packages provide you with the correct tools to do serialization
I have set of usecases i can show you about the webservice and you can decide whether or not you would know how to implement? it all is being ran on a tomcat server
not sure if i would be that helpful in that field because ive never worked with webservers lol
The project has been such a pain lol idk what i'm doing rlly xD