I am using Apache SOAP 2.3.1 on WebSphere 4.5.
I am trying to pass an attachment as a MIME body part and want to retrieve
it on the server side using the SOAPContext.
All examples indicate that all that is needed is to include the
SOAPContext in the begining of the server side method. My signature looks
like the following:
public static String storeFile(SOAPContext cxt, String name, String path){
...
}
I get a fault returned that says "no signature found" for (String,
String).
WHY????
I thought that the inclusion of the SOAPContext in the server method is
supposed to be transparent.
I am stumped, any directions or suggestions would help.
Matthew T Whittaker
IT Professional
IBM Global Services
404 Wyman St
Waltham MA, 02454
Phone: 781-895-2555 Tie-Line: 362-2555
Internet: [EMAIL PROTECTED]