Hi,
You can generate the stub interface using WSDL2Java. WSDL2Java will also generate other methods and classes which are unnecessary - all you need is the basic stub, which is the java interface representing the port type.
The "localjava" sample in WSIF (http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/samples/localjava/README.html) is an example of using the java binding, and includes instructions on how to do generate the stub using WSDL2Java.
Nirmal.
| "Brand, Olivier" <[EMAIL PROTECTED]>
03/10/2003 11:46 AM
|
To: <[EMAIL PROTECTED]> cc: Subject: Info about the stub part in wsif |
Hi,
I am just beginning looking at WSIF, have added a Java binding into my WSDL. I have seen that I have multiple possibility to call the service: dynamic vs static.
I believe the static part is using a generated stub. Is that true ? In this case how can we generate this stub ? Is it the same generation that Axis is using (WSDL2java which ignores any other binding than SOAP).
Any hints ?
Thanks a lot
Olivier
