Hi,
I have a service flow SF1 that calls a service java SJ1 in the same package P1.
My service java SJ1 calls 2 common static methods which are defined in a third class in another package P2.
I’ve copied the .class of P2 to the classes folder of P1 for it to be abble to access the static methods.
(and added the P1 dependance to P2 in the Designer).
All works fine but in that configuration how to be sure that P2 will be accessible, and the static methods too please ?
I’m asking you this question because I’ve met some errors before it works :
→ P2.utils.myMethod(I)V (but I do not undestand the “I” and the “V”)
The error was like if the P2 or class was no accessible.
If you could help me please… I would like to avoid to break all 
Regards
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB