RE: message style SOAP service

2004-09-29 Thread Anne Thomas Manes
the wrapped >doc/literal interface. But you should be able to do so. > >- Anne > >-Original Message- >From: Rafael Gomez [mailto:[EMAIL PROTECTED] >Sent: Monday, September 27, 2004 2:15 PM >To: [EMAIL PROTECTED] >Subject: Re: message style SOAP service

Re: message style SOAP service

2004-09-29 Thread Rafael Gomez
iated with a service URL. I'm also not quite sure how to configure this service such that the WSDL associated with it actually exposes the wrapped doc/literal interface. But you should be able to do so. - Anne -Original Message- From: Rafael Gomez [mailto:[EMAIL PROTECTED]

RE: message style SOAP service

2004-09-28 Thread Anne Thomas Manes
004 2:15 PM To: [EMAIL PROTECTED] Subject: Re: message style SOAP service Anne, I am following this conversation and I would like to ask one more thing based on the wsdl example at http://www.burtongroup.com/weblogs/annethomasmanes/archives/cat_apache_axis. html Suppose we add 2 new 'operat

Re: message style SOAP service

2004-09-25 Thread Jim Murphy
l to use it yet. Any comments on this? Shantanu --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: More comments bracketed by ... . -Original Message- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: message style SO

RE: message style SOAP service

2004-09-25 Thread Anne Thomas Manes
parameters. But most tools generate the wrapped convention because it makes it easier for the developer. Anne -Original Message- From: Shantanu Sen [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 8:28 PM To: [EMAIL PROTECTED] Subject: RE: message style SOAP service Wh

RE: message style SOAP service

2004-09-25 Thread Anne Thomas Manes
parameters. But most tools generate the wrapped convention because it makes it easier for the developer. Anne -Original Message- From: Shantanu Sen [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 8:28 PM To: [EMAIL PROTECTED] Subject: RE: message style SOAP service Wh

RE: message style SOAP service

2004-09-24 Thread Shantanu Sen
t; More comments bracketed by ... . > > -Original Message- > From: Jim Murphy [mailto:[EMAIL PROTECTED] > Sent: Friday, September 24, 2004 2:46 PM > To: [EMAIL PROTECTED] > Subject: Re: message style SOAP service > > Shah, Soniya M. [RA] wrote: > > > 1. Could me

RE: message style SOAP service

2004-09-24 Thread Anne Thomas Manes
More comments bracketed by ... . -Original Message- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: message style SOAP service Shah, Soniya M. [RA] wrote: > 1. Could message-based service have WSDL? Could

RE: message style SOAP service

2004-09-24 Thread Anne Thomas Manes
More comments bracketed by ... . -Original Message- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: message style SOAP service Shah, Soniya M. [RA] wrote: > 1. Could message-based service have WSDL? Could

RE: message style SOAP service

2004-09-24 Thread Shah, Soniya M. [RA]
, Soniya -Original Message- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: message style SOAP service Shah, Soniya M. [RA] wrote: > 1. Could message-based service have WSDL? Could we generate code > based >

Re: message style SOAP service

2004-09-24 Thread Jim Murphy
Shah, Soniya M. [RA] wrote: 1. Could message-based service have WSDL? Could we generate code based on WSDL like we do for RPC based? I would think that this is not the case as with document style you will have parse your own xml data. So all you would need to publish is the schema for your xml?

RE: Message Style SOAP

2003-09-17 Thread Szöllosy Balázs
ldve: 2003. szeptember 16. 18:33Címzett: [EMAIL PROTECTED]Tárgy: Re: Message Style SOAP Thanks Shmuel.   Yes I’m using a request that contains a SOAPEnvelope as String and END_POINT is Axis Message Style Service.  Im getting the following exception now :  

Re: Message Style SOAP

2003-09-16 Thread Satheesh Mani
Thanks Shmuel.   Yes I’m using a request that contains a SOAPEnvelope as String and END_POINT is Axis Message Style Service.  Im getting the following exception now :   Exception : --- AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException  f

RE: Message Style SOAP

2003-09-16 Thread Koller, Shmuel
Hello,   Assumption1 - xmlRequest contains an Envelope as String (you can get from a file) Assumption2 - END_POINT contains a URL for Webservice deployed in Axis Message style.   It works for me with Webservice deployed with signature: public Document getBody(Document body)   so I get fr