Hi,
I'm developing a client with Axis:
private static void Connect_Web_Service(String val_micro)throws Exception
{
String url_server ="http://localhost:8080/jboss-net/services/ReturnImage";
String MetodName= "getImage";
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress( new java.net.URL(url_server) );
call.setOperationName(MetodName);
call.addParameter("nome",org.apache.axis.Constants.XSD_INTEGER,ParameterMode.IN);
call.setReturnType( ??????? );
?????? incomingImage = ( ???? ) call.invoke( new Object[] {new Integer(3)});
Can i extract the image from multipart ??
thanks.
Sorry for my bad english.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840131#3840131
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840131
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development