i have given up trying to get this problem solved with axis, i am obviously doing something wrong. FYI what i am trying to do is working perfectly using the apache SOAP classes.....
 
org.apache.soap.rpc.Call call = new org.apache.soap.rpc.Call();
call.setParams(new Vector());
call.setMethodName("getSummaryInfo");
call.setTargetObjectURI("urn:Foo");
call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encoding/");
Response resp = call.invoke(new URL("http://laptop-11:8080/LimaR/interface"), "");
 
Thanks for the help guys,
Brian.


Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Reply via email to