Hi,
Is there any way to avoid loading predefined schemas.Iam invoking a service dynamically using document literal. It takes lot of time to load the schema 'http://schemas.xmlsoap.org/soap/envelope. Previously I used released version which didn't take that much time , now I switched to nightly build and it takes lot of time. Any suggestion on improving thisHaneef-----Original Message-----
From: Nirmal Mukhi [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 10:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Info about the stub part in wsif
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
Please respond to wsif-user
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
