unsubscribe me

2005-11-26 Thread Manivannan Gopalan

Pls Unsubscribe me

Regards,
Mani

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***


Schema in WSDL

2005-11-13 Thread Manivannan Gopalan








Hi All,

But how do I configure axis so that I uses
my wsdl rather than generating one. 

I have al ready created a wsdl with schema
embedded in it but I dont how will I make sure that axis uses this
schema rather than generating one.

I am using axis-1_1 version.





Thanks in advaance,



Mani









From: Anne Thomas
Manes [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005
5:56 PM
To: Manivannan Gopalan
Subject: Re: FW: Schema in WSDL





You must define the
schema and add it to the WSDL.
When you deploy the service, you must tell Axis to use your WSDL file rather
than generate a new one. 

Anne

ps- int the future, please send your questions to the Axis discussion list
rather than to me personally.



On 11/10/05, Manivannan
Gopalan 
[EMAIL PROTECTED] wrote:





Hi Anne,



Thanks for the reply.

Yes I mean Message
by Document.

I have deployed the service with interface just as 



Public Element[] myMethod(Element[] elems)



And that the reason I suppose the wsdl has a schema
definition as any type.

My problem is I don't know how I can make sure that schema
gets imbedded into wsdl while deploying the service.

I have used castor for creating objects from schema and vice
versa.





Regards,

Mani



From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 10, 2005
10:03 PM
To: axis-user@ws.apache.org
Subject: Re: Schema in WSDL







By document do you actually mean
message style?
Where did the WSDL come from?

If you define your interface such that it simply sends a document and receives
a document, your WSDL will contain xsd:anyType.

On the other hand, if you define the structure of the documents (either by
defining beans or defining the schema of the input and output document).

Anne



On
11/10/05, Manivannan Gopalan [EMAIL PROTECTED]
wrote:



Hi
All,



I
am facing a problem while trying to generate the proxy classes from wsdl.

I
am trying to use a dot net tool to generate the files, but the stubs are not
generated properly as the schema is not detailed in wsdl(there is only xsd:any
type).
My service is a document style service.



How
do I deploy my service such that the wsdl generated by axis contains detailed
schema.

So
that any client can use the wsdl to call the service.



Regards,

Mani




 
  
   CAUTION - Disclaimer *
  This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for
  the use of the addressee(s). If you are not the intended recipient, please
  notify the sender by e-mail and delete the original message. Further, you are
  not to copy, disclose, or distribute this e-mail or its contents to any other
  person and any such actions are unlawful. This e-mail may contain viruses.
  Infosys has taken every reasonable precaution to minimize this risk, but is
  not liable for any damage you may sustain as a result of any virus in this
  e-mail. You should carry out your own virus checks before opening the e-mail
  or attachment. Infosys reserves the right to monitor and review the content
  of all messages sent to or from this e-mail address. Messages sent to or from
  this e-mail address may be stored on the Infosys e-mail system.
  ***INFOSYS End of Disclaimer INFOSYS***
  
 























RE: Schema in WSDL

2005-11-13 Thread Manivannan Gopalan








Hi All,

Does any one have the schema for the
deployment descriptor (wsdd) of AXIS. Looks like Im not aware of many
of the options available descriptor and Im not able to find them even
through googeling.



TIA,

-Mani









From: Manivannan
Gopalan [mailto:Manivannan_Gopalan@infosys.com]

Sent: Monday, November 14, 2005
9:40 AM
To: axis-user@ws.apache.org; axis-dev@ws.apache.org
Cc: Anne Thomas Manes
Subject: Schema in WSDL





Hi All,

But how do I configure axis so that I uses
my wsdl rather than generating one. 

I have al ready created a wsdl with schema
embedded in it but I dont how will I make sure that axis uses this
schema rather than generating one.

I am using axis-1_1 version.





Thanks in advaance,



Mani









From: Anne Thomas
Manes [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005
5:56 PM
To: Manivannan Gopalan
Subject: Re: FW: Schema in WSDL





You must define the
schema and add it to the WSDL.
When you deploy the service, you must tell Axis to use your WSDL file rather
than generate a new one. 

Anne

ps- int the future, please send your questions to the Axis discussion list
rather than to me personally.



On 11/10/05, Manivannan
Gopalan 
[EMAIL PROTECTED] wrote:





Hi Anne,



Thanks for the reply.

Yes I mean Message
by Document.

I have deployed the service with interface just as 



Public Element[] myMethod(Element[] elems)



And that the reason I suppose the wsdl has a schema
definition as any type.

My problem is I don't know how I can make sure that schema
gets imbedded into wsdl while deploying the service.

I have used castor for creating objects from schema and vice
versa.





Regards,

Mani



From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 10, 2005
10:03 PM
To: axis-user@ws.apache.org
Subject: Re: Schema in WSDL







By document do you actually mean
message style?
Where did the WSDL come from?

If you define your interface such that it simply sends a document and receives
a document, your WSDL will contain xsd:anyType.

On the other hand, if you define the structure of the documents (either by
defining beans or defining the schema of the input and output document).

Anne



On
11/10/05, Manivannan Gopalan [EMAIL PROTECTED]
wrote:



Hi
All,



I
am facing a problem while trying to generate the proxy classes from wsdl.

I
am trying to use a dot net tool to generate the files, but the stubs are not
generated properly as the schema is not detailed in wsdl(there is only xsd:any
type).
My service is a document style service.



How
do I deploy my service such that the wsdl generated by axis contains detailed
schema.

So
that any client can use the wsdl to call the service.



Regards,

Mani




 
  
   CAUTION - Disclaimer *
  This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
  for the use of the addressee(s). If you are not the intended recipient,
  please notify the sender by e-mail and delete the original message. Further,
  you are not to copy, disclose, or distribute this e-mail or its contents to
  any other person and any such actions are unlawful. This e-mail may contain
  viruses. Infosys has taken every reasonable precaution to minimize this risk,
  but is not liable for any damage you may sustain as a result of any virus in
  this e-mail. You should carry out your own virus checks before opening the
  e-mail or attachment. Infosys reserves the right to monitor and review the
  content of all messages sent to or from this e-mail address. Messages sent to
  or from this e-mail address may be stored on the Infosys e-mail system.
  ***INFOSYS End of Disclaimer INFOSYS***
  
 























Schema in WSDL

2005-11-10 Thread Manivannan Gopalan








Hi All,



I am facing a problem while trying to generate the proxy
classes from wsdl.

I am trying to use a dot net tool to generate the files, but
the stubs are not generated properly as the schema is not detailed in wsdl(there
is only xsd:any type).
My service is a document style service.



How do I deploy my service such that the wsdl generated by
axis contains detailed schema.

So that any client can use the wsdl to call the service.



Regards,

Mani







 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***