Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Anne Thomas Manes
gt; > -jeff > > > > > > > > -Original Message- > > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 12, 2007 2:06 PM > > To: axis-user@ws.apache.org; [EMAIL PROTECTED] > > Subject: Re: axis 1 - message style se

Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Mark Airey
EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 2:06 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: axis 1 - message style service and custom wsdl file The SOAP spec doesn't specify how to deal with substitution groups; therefore, different frameworks handle them in diff

RE: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Walker, Jeff
] Sent: Wednesday, September 12, 2007 2:06 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: axis 1 - message style service and custom wsdl file The SOAP spec doesn't specify how to deal with substitution groups; therefore, different frameworks handle them in different ways.

Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Anne Thomas Manes
u get to play with the Java object you > > expected, after you cast it down, of course. > > -jeff > > > > > > -Original Message- > > From: Mark Airey [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 12, 2007 10:27 AM > > To: axis-user@

Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Mark Airey
bject you expected, after you cast it down, of course. -jeff -Original Message- From: Mark Airey [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:27 AM To: axis-user@ws.apache.org Subject: Re: axis 1 - message style service and custom wsdl file Hi, This is something

RE: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Walker, Jeff
Airey [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:27 AM To: axis-user@ws.apache.org Subject: Re: axis 1 - message style service and custom wsdl file Hi, This is something that I have been attempting to understand myself. I am developing a wrapped style service that publishe

Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Anne Thomas Manes
Mark, If the request contains: someArg Then a WS-I compliant server will use the yourNamespace}submitDocument element as the message signature and dispatch it accordingly. If you have defined the contents of the element to be a choice or a substitution group, then it will not quali

Re: axis 1 - message style service and custom wsdl file

2007-09-12 Thread Mark Airey
Hi, This is something that I have been attempting to understand myself. I am developing a wrapped style service that publishes one operation, but this operation looks at the wrapped element to determine what to do. For example if the request is someArg my service sees the requestA element

Re: axis 1 - message style service and custom wsdl file

2007-09-10 Thread Oliver Charlet
got it. thanks a lot! :oliver --- oliver charlet software development 11-041 Olsztyn, Poland [EMAIL PROTECTED] --- Anne Thomas Manes schrieb: Oliver, The WS-I Basic Profile specifies that each operation must have a unique signature. (The SOAP and

Re: axis 1 - message style service and custom wsdl file

2007-09-10 Thread Anne Thomas Manes
Oliver, The WS-I Basic Profile specifies that each operation must have a unique signature. (The SOAP and WSDL specifications don't address this issue, therefore it's unspecified.) On a practical level, the SOAP engine requires some means to determine how to dispatch the request, therefore it needs

Re: axis 1 - message style service and custom wsdl file

2007-09-10 Thread Oliver Charlet
thanks Anne for your comments. re. 2 - : is that a standard? I see, that axis generates a wsdl with a wrapper tag for each operation in the service (in case of a message style implementation). But is that a documented must do? I understand the advantages, but still think this is a little overh

Re: axis 1 - message style service and custom wsdl file

2007-09-07 Thread Anne Thomas Manes
Oliver, Your WSDL message definition is not valid. It should be: Alternatively, you might want to define a wrapper element for your message content, in which case you would define the message thus: and you would also have to define the operationA element in your section:

Re: axis 1 - message style service and custom wsdl file

2007-09-07 Thread Anne Thomas Manes
Some more guidance on this: There are a couple of reasons why you might have to use a wrapper element: 1- If you want to send more than one root element in a single SOAP message 2- If you want your service to expose more than one operation Hope this helps, Anne On 9/7/07, Anne Thomas Manes <[EM

axis 1 - message style service and custom wsdl file

2007-09-07 Thread Oliver Charlet
Hi y'all, I am having trouble to get to work a setup that seems to be rare, but which for me is rather practical: 1) I have a wsdl, that defines a schema for the input of a message, i.e. I want the content of the soap body to of that schema. This wsdl is used to communicate with the users of

Re: Message Style Service

2005-10-20 Thread Vicente D. Guardiola Buitrago
ice) Thanks a lot! Vicente Guardiola Carmine Gargiulo wrote: show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hello, I want to do a Message style service because I want to se

Re: Message Style Service

2005-10-20 Thread Carmine Gargiulo
:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hello, I want to do a Message style service because I want to send a XMLdocument already created to the service and it returns another XML to me. I've seen in the Axis User's Guide that this type

Re: Message Style Service

2005-10-20 Thread Vicente D. Guardiola Buitrago
I havn't WSDL (because I don't know how to write it for this kind of service) Thanks a lot! Vicente Guardiola Carmine Gargiulo wrote: show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago

Re: Message Style Service

2005-10-19 Thread Carmine Gargiulo
I don't know how to write it for this kind of service) Thanks a lot! Vicente Guardiola Carmine Gargiulo wrote: show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: H

Re: Message Style Service

2005-10-19 Thread Vicente D. Guardiola Buitrago
I havn't WSDL (because I don't know how to write it for this kind of service) Thanks a lot! Vicente Guardiola Carmine Gargiulo wrote: show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL

Re: Message Style Service

2005-10-19 Thread Carmine Gargiulo
Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hello, I want to do a Message style service because I want to send a XML document already created to the service and it returns another XML to me. I've seen in the Axis User's Guide that this type of service is the perfect

Re: Message Style Service

2005-10-18 Thread Vicente D. Guardiola Buitrago
ite it for this kind of service) Thanks a lot! Vicente Guardiola Carmine Gargiulo wrote: show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hello, I want to do a Message st

Re: Message Style Service

2005-10-18 Thread Carmine Gargiulo
show us all client/server code that you've wrote In data Tue, 18 Oct 2005 10:55:12 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hello, I want to do a Message style service because I want to send a XML document already created to the service and it retu

Message Style Service

2005-10-18 Thread Vicente D. Guardiola Buitrago
Hello, I want to do a Message style service because I want to send a XML document already created to the service and it returns another XML to me. I've seen in the Axis User's Guide that this type of service is the perfect ne to do this, because using this service the XML keeps

Sending attachments to message-style service?

2005-08-31 Thread Javier Gonzalez
Anybody got a link to a guide for doing that? (had no luck with the wiki examples) Thanks in advance, -- Javier Gonzalez Nicolini

Re: how to implement an Axis Message-Style service that has multiple operations

2005-08-10 Thread The Hoa Nguyen
ames to the appropriate method name.AnneOn 8/9/05, The Hoa Nguyen <[EMAIL PROTECTED]>wrote:> > Hi all, > > If anyone know how to implement an Axis Message-Style service that has> multiple operations, please share me your experience. > > E.g, the sample Message-style service from

Re: how to implement an Axis Message-Style service that has multiple operations

2005-08-09 Thread Anne Thomas Manes
You also need to provide descriptions to map the message QNames to the appropriate method name. Anne On 8/9/05, The Hoa Nguyen <[EMAIL PROTECTED]> wrote: > > Hi all, > > If anyone know how to implement an Axis Message-Style service that has > multiple operations,

how to implement an Axis Message-Style service that has multiple operations

2005-08-09 Thread The Hoa Nguyen
Hi all,   If anyone know how to implement an Axis Message-Style service that has multiple operations, please share me your experience.   E.g, the sample Message-style service from the Axis pack, has the following WSDD:   http://xml.apache.org/axis/wsdd/"     xmlns:java=

Incorrect injection into response SOAP Envelope in message style service.

2005-03-13 Thread Beytullah Yildiz
Hi all, I am using message style web service. When I try to send response back from server , the original SOAPEnvelope is being modified. There exist four valid signatures for message-style service methods. Since I need the header, I am using following method : public void method(SOAPEnvelope