Hi, i have a problem with web service. I created a web service where I inserted a string. This string represents a image. If this image is over 1MB, when i call operation.invoke(...) the results is this exception:
javax.xml.rpc.JAXRPCException: Could not encode request
at com.sun.j2mews.xml.rpc.SOAPEncoder.encode(SOAPEncoder.java:78)
at com.sun.j2mews.xml.rpc.OperationImpl.invoke(), bci=38
There is some solution for this problem!?

Reply With Quote



