Return XML text of the response instead of a value object.

2006-02-22 Thread mm jj
I have java client which invokes web services (SOAP in TIBCO). I sent some SUBJECT and DATA from java client and SOAP is running on TIBCO side which returns DATA and STATUS.   The java client is working fine and I am getting the value inside DATA and STATUS. But now I would like to Return XML tex

RE: java client to invoke webservices?

2006-02-02 Thread mm jj
/SOAPServer ");________From: mm jj [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 1:33 PMTo: axis-user@ws.apache.orgSubject: Re: could someone help me in java client to invoke webservices?i did add the following line but nothing change. if you see the error, what is this "faultString

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
ot;);Cheers,Don On 2/1/06, mm jj < [EMAIL PROTECTED]> wrote: thanks for reply. could you please look into the following code, error and WSDL.   here is the code, error, and wsdl(this wsdl is created in TIBCO). I used AXIS 1.3 to write and c ompile java code.   import

RE: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
String portNameProv = "MyPortName";   ServiceFactory serviceFactory = ServiceFactory.newInstance(); Service provisioningService = serviceFactory.createService(new URL(wsdlURI), new QName(nsURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new

Re: could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
                              http://ubs:80/Processes/SOAPServer"/>        Dong Liu <[EMAIL PROTECTED]> wrote: Please post the details of your questions here, othe rwise no one could give you an answer. A good start point is alwa

could someone help me in java client to invoke webservices?

2006-02-01 Thread mm jj
could someone help me in java client to invoke webservices? Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.

Re: java client to invoke webservice(TIBCO)

2006-01-31 Thread mm jj
om the WSDL?Anne On 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.apache.axis.encoding.XM

Re: java client to invoke webservice(TIBCO)

2006-01-31 Thread mm jj
            http://schemas.xmlsoap.org/soap/http"/>        The operation has no documentation                                                http://DUSU41009X1:80/Processes/SOAPServer"/>        Anne Thomas Manes <[EMAIL PROTECTED]> wrote: WSDL, please? Did you try compiling a stub from the WSDL?Anne

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