Re: java client to invoke webservice(TIBCO)

2006-01-31 Thread mm jj
yes i did use WSDL to JAVA stuff and its generated two java files according to my WSDL. the two java files are WS-REQUEST and WS-REPLY.   now what i have to do in my existing java client? thanks   Anne Thomas Manes <[EMAIL PROTECTED]> wrote: WSDL, please? Did you try compiling a stub from the

Re: java client to invoke webservice(TIBCO)

2006-01-31 Thread mm jj
thanks for reply.this is my frist time using AXIS. i just follow the steps on AXIS website and wrote the client(which i sent to you).. actually i am a TIBCO developer. so i created a TIBCO process using SOAP (which is server)..and i am trying to invoke that SOAP services from java client.here is th

Re: java client to invoke webservice(TIBCO)

2006-01-30 Thread Anne Thomas Manes
WSDL, please? Did you try compiling a stub from the WSDL? AnneOn 1/30/06, mm jj <[EMAIL PROTECTED]> wrote: I NEED some help..here is my Java client. i am trying to invoke a webservice(TIBCO) through java client   import org.apache.axis.client.*;import javax.xml.rpc.ParameterMode;import org.

java client to invoke webservice(TIBCO)

2006-01-30 Thread mm jj
I NEED some help..here is my Java client. i am trying to invoke a webservice(TIBCO) through java client   import org.apache.axis.client.*;import javax.xml.rpc.ParameterMode;import org.apache.axis.encoding.XMLType;import org.apache.axis.utils.Options;   public class FibClient {  public static