RE: Schema in WSDL

2005-11-15 Thread Tom Jordahl








RTMF.

 

Check the FAQ/Wiki:

  http://wiki.apache.org/ws/FrontPage/Axis/WsdlFile

 

Also check the documentation here:

  http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference

 



--
Tom Jordahl
Macromedia Server Development













From: Manivannan
Gopalan [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005
12:00 AM
To: axis-dev@ws.apache.org;
axis-user@ws.apache.org
Cc: Anne Thomas Manes
Subject: RE: Schema in WSDL



 

Hi All,

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

 

TIA,

-Mani









From: Manivannan
Gopalan [mailto:[EMAIL PROTECTED] 
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 don’t 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 .

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 Ron Reynolds
there are links to a DTD and XSD for WSDD files at the bottom of the 
Axis Wiki page - http://wiki.apache.org/ws/FrontPage/Axis
however i've always found this site to be most useful - 
http://www.oio.de/axis-wsdd/
i'm not certain how up-to-date any of them are, but the last one does 
cover your  question - http://www.oio.de/axis-wsdd/wsdlFile.htm

hth.
..ron.

Manivannan Gopalan wrote:


Hi All,

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


TIA,

-Mani



*From:* Manivannan Gopalan [mailto:[EMAIL PROTECTED]
*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 don’t 
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] 
<mailto:[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] 
<mailto:[EMAIL PROTECTED]>]

*Sent:* Thursday, November 10, 2005 10:03 PM
*To:* axis-user@ws.apache.org <mailto: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 .


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] 
<mailto:[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 Dies Koper

Hi Mani,

I don't know what version it reflects but some people find the following 
site useful.


http://www.osmoticweb.com/axis-wsdd/

Regards,
Dies

Manivannan Gopalan wrote:

Hi All,

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

 


TIA,

-Mani





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 I’m not aware of many
of the options available descriptor and I’m 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 don’t 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 .

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-10 Thread Anne Thomas Manes
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 .

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

AnneOn 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***