RE: Generic SOAP client to webservices

2001-12-06 Thread James Pasley
Maneesha, Writing a generic/dynamic client is not a simple matter. I assume that you plan on writing an application that loads the WSDL definitions and from that automatically builds the correct request message format. If you don't like writing the Java Bean classes needed for the input or

RE: WSDL Problem

2001-10-08 Thread James Pasley
Keith, This is an XML namespace issue. The targetNamespace attribute at the start of the file defines the namespace that all the definitions you define in your WSDL file will be in. Whenever you reference any of these definitions you must use the correct namespace prefix, in your case the tns