Jean !
My Comments
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 15, 2006 5:05 PM
To: axis-user@ws.apache.org
Subject: [SPAM] - Multiple WSDL files generation - Message is from an unknown sender


Hello.

I have 2 Java Interfaces, each one representing a WebService :

public interface interf1

{

  public void m1(MyObject o);

}


public interface interf2

{

  public void m2(MyObject o);

}


As you can see, the 2 operations have a MyObject instance input parameter.

I would like to generate the following WSDL files with java2wsdl :
 
 
- one WSDL file containing the MyObject complex type.

[Hariharasudhan.D]  WSDL means Web Services Description Language WSDL for complex type doesn't make sense
you should be having a  seperate XSD file for MyObject  and then import them to the WSDL files ( the two interfaces mentioned above )
- one WSDL file containing the interf1 web service and using the first WSDL file.

- one WSDL file containing the interf2 web service and using the first WSDL file.


Is it possible ?

If yes how can I do ?

Thanks a lot.


Regards.


Jean-Baptiste

Confidential:  This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure.  The information is intended to be for the addressee only.   If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited.  If you have recieved this electronic message in error, please notify the sender immediately and destroy the original message and all copies.


____________________________________________

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.

Reply via email to