RE: Accessing a service via SOAP as well as Java

2003-02-03 Thread Anthony Elder
Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. "Naresh Bhatia" <[EMAIL PROTECTED]> on 03/02/2003 12:39:15 Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:RE: Accessing a service via SOAP as well as Java Ve

RE: Accessing a service via SOAP as well as Java

2003-02-03 Thread Naresh Bhatia
, February 03, 2003 3:49 AM To: [EMAIL PROTECTED] Subject: Re: Accessing a service via SOAP as well as Java Hi Naresh, This is exactly what the Web Service Invocation Framework(WSIF) is for. Now, you describe your service with a WSDL file which includes a SOAP binding, with WSIF you can add

Re: Accessing a service via SOAP as well as Java

2003-02-03 Thread Anthony Elder
Hi Naresh, This is exactly what the Web Service Invocation Framework(WSIF) is for. Now, you describe your service with a WSDL file which includes a SOAP binding, with WSIF you can add bindings other than SOAP to the WSDL file, for example a Java binding. In your application you then uses the WSI