Try changing the signature of the method:
public String test(String xmlRequest){
...
}
You are using a RPC service style and I guess the method you defined
only work for "message" service style.
Patrick.
Philippe GENESTE wrote:
Hello,
Sorry i'm new on SOAP with attachments !!!
I try to do
Hello,
Sorry i'm new on SOAP with attachments !!!
I try to download file from Server (AXIS) on client (Gsoap) via a web
service. I have a problem to retrieve files on client side (problem
in GSOAP soap_lookup_type function)
Perhaps someone can tell me what is wrong in my implementation.
Here m