You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by "ALI,HANEEF (HP-Cupertino,ex1)" <ha...@hp.com> on 2003/04/01 07:11:32 UTC

WSIF Optimization

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 this
 
Haneef

-----Original Message-----
From: Nirmal Mukhi [mailto:nmukhi@us.ibm.com] 
Sent: Monday, March 10, 2003 10:34 AM
To: wsif-user@ws.apache.org
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/loc
aljava/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" <Ol...@vodafone.com> 


03/10/2003 11:46 AM 
Please respond to wsif-user 

        
        To:        <ws...@ws.apache.org> 
        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