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

2006-02-01 Thread Dinesh Shahane
axis-user@ws.apache.org Subject: 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: No handler for body element" and some other errors. Dong Liu <[EMAIL PROTECTED]> wrote: Pl

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

2006-02-01 Thread mm jj
sURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new URL(endPointURI), provisioningService); Object returnValue = sessionControlStub.login(argument);    } }       From: mm jj [mailto:[EMAIL PROTECTED] ] Sent: 1. februar 2006 18:33To: axis-user@ws.

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

2006-02-01 Thread Dong Liu
ceFactory.newInstance(); Service provisioningService = serviceFactory.createService(new URL(wsdlURI), new QName(nsURI, serviceName)); SessionControlStub sessionControlStu b = new SessionControlStub(new URL(endPointURI), provisioningService);   Object returnValue = sessionControlStub.login(argume

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

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

2006-02-01 Thread Glenn Bech
essionControlStub = new SessionControlStub(new URL(endPointURI), provisioningService);   Object returnValue = sessionControlStub.login(argument);    } }       From: mm jj [mailto:[EMAIL PROTECTED] Sent: 1. februar 2006 18:33 To: axis-user@ws.apache.org Subject: could someone help me i

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

2006-02-01 Thread Dong Liu
Please post the details of your questions here, otherwise no one could give you an answer. A good start point is always the code samples coming with the release. CheersDon On 2/1/06, mm jj <[EMAIL PROTECTED]> wrote: could someone help me in java client to invoke webservices? Do you Yahoo!?

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.