RE: [SPAM] - Multiple WSDL files generation - Message is from an unknown sender

2006-06-15 Thread Dhakshinamoorthy, Hariharasudhan



Jean ! 
My Comments 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, June 15, 
  2006 5:05 PMTo: axis-user@ws.apache.orgSubject: [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 forMyObject 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-BaptisteConfidential: 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.


RE: [SPAM] - Multiple WSDL files generation - Message is from an unknown sender

2006-06-15 Thread Jean-Baptiste . Binet

Thanks for your comments but in the
generated WSDL file there is a wsdl:types section which contains
complexType tags describing
MyObject, and this was generated by Java2WSDL.

Jean-Baptiste







Dhakshinamoorthy, Hariharasudhan
[EMAIL PROTECTED]
15/06/2006 13:47
Please respond to axis-user

To:
   axis-user@ws.apache.org
cc:
   
Subject:
   RE: [SPAM] - Multiple WSDL files generation
- Message is from an unknown sender


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.


Re: Multiple WSDL files generation

2006-06-15 Thread Anne Thomas Manes
java2wsdl won't generate the separate WSDL files, but you can certainly edit the generated files and convert them into one schema (defining MyObject) and two WSDLs.AnneOn 6/15/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

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.

- 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



Multiple WSDL files generation

2006-06-13 Thread Jean-Baptiste . Binet

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.
- 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