RE: WSDL Problem

2001-10-08 Thread James Pasley
lto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 5:24 PM To: [EMAIL PROTECTED] Subject: WSDL Problem Hi I have created a java class which has one method square taking a double and returning a double. I have deployed this class to SOAP. I have genereated WSDL via IBM wstk tool. I am u

Re: WSDL Problem

2001-10-07 Thread Sanjiva Weerawarana
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 10:09 PM Subject: RE: WSDL Problem > I've had the same problem when using the wsdl4j toolkit. If you step through > the Definition returned from the wsdl4j toolkit, you'll find that it doesn't > find the r

RE: WSDL Problem

2001-10-05 Thread Neil Smyth
ED]] Sent: 05 October 2001 17:24 To: [EMAIL PROTECTED] Subject: WSDL Problem Hi I have created a java class which has one method square taking a double and returning a double. I have deployed this class to SOAP. I have genereated WSDL via IBM wstk tool. I am using WSIF to try and dynamically read the

WSDL Problem

2001-10-05 Thread keith.watt
Hi I have created a java class which has one method square taking a double and returning a double. I have deployed this class to SOAP. I have genereated WSDL via IBM wstk tool. I am using WSIF to try and dynamically read the WSDL and invoke the method, but I cant seem to call it without makin