How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
Hi All Who knows? What is process of writing Document style web services and how we can publish this web services to Tomcat application server. Please send me to how to do that Thanks regards G J A Priaynjith

RE: How to write Document Style web services

2004-03-16 Thread Senthil_KM
, March 17, 2004 9:02 AM To: [EMAIL PROTECTED] Subject: How to write Document Style web services Hi All Who knows? What is process of writing Document style web services and how we can publish this web services to Tomcat application server. Please send me to how to do

RE: How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
: Wednesday, March 17, 2004 9:02 AM To: [EMAIL PROTECTED] Subject: How to write Document Style web services Hi All Who knows? What is process of writing Document style web services and how we can publish this web services to Tomcat application server. Please send me

RE: How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
, 2004 10:06 AM To: '[EMAIL PROTECTED]' Subject: RE: How to write Document Style web services Hi Senthil Thanks for u r help If u have some example program please sent it to me Thanks Regards G J A Priyanjith -Original Message- From: Senthil_KM [mailto:[EMAIL PROTECTED] Sent

RE: Document-style web services

2004-03-08 Thread Vivek Nagulapati
Thank you Hari! I placed the wsdl in $JBOSS_HOME/bin and it worked fine. JBOSS's classloader seems to be very picky in loading resources. Thanks again, Vivek From: Hari Lakshmanan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Document-style web services Date

Re: Document-style web services

2004-03-05 Thread ian_d_stewart
: Subject: Re: Document-style web services 03/05/2004

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 5:42 AM To: [EMAIL PROTECTED] Subject: Re: Document-style web services If you specify a value for the wsdlFile in your service element, this file will be returned instead of the dynamically generated WSDL

RE: Document-style web services

2004-03-05 Thread Vivek Nagulapati
=example.wsdl / Any pointers? Thanks, Vivek From: Hari Lakshmanan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Document-style web services Date: Fri, 5 Mar 2004 13:50:51 -0800 I mention in my wsdd file as given service ... wsdlFiledoc-literal.wsdl/wsdlFile /service

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
- From: Vivek Nagulapati [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: RE: Document-style web services Hello Hari, I get the same problem when I specify the custom WSDL. When I access the WSDL using ?wsdl, my server log shows that it cannnot find

Re: Document-style web services

2004-03-05 Thread Joe Nall
On Mar 5, 2004, at 3:50 PM, Hari Lakshmanan wrote: I mention in my wsdd file as given service ... wsdlFiledoc-literal.wsdl/wsdlFile /service wsdlFile/doc-literal.wsdl/wsdlFile I have a / in mine, but I'm not sure it matters. I get 500 Error when I access the wsdl page

RE: Document-style web services

2004-03-05 Thread Hari Lakshmanan
Thanks Joe, that does the trick. Also I packaged my wsdl file web-inf/classes directory __Hari -Original Message- From: Joe Nall [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: Re: Document-style web services On Mar 5, 2004, at 3:50 PM

RE: Document-style web services

2004-03-05 Thread Vivek Nagulapati
From: Hari Lakshmanan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Document-style web services Date: Fri, 5 Mar 2004 15:35:46 -0800 Thanks Joe, that does the trick. Also I packaged my wsdl file web-inf/classes directory Hello Hari and Joe, I placed

Document-style web services

2004-03-04 Thread Vivek Nagulapati
Hello All, I am trying to develop a document-style web service. I hand-coded the WSDL for this web service as Axis generated RPC-styled WSDL. How can one expose this web service to clients like .NET to create client-side stubs? The WSDL generated on-the-fly when clients access this

RE: Document-style web services

2004-03-04 Thread Hari Lakshmanan
PROTECTED] Subject: Document-style web services Hello All, I am trying to develop a document-style web service. I hand-coded the WSDL for this web service as Axis generated RPC-styled WSDL. How can one expose this web service to clients like .NET to create client-side stubs? The WSDL generated

RE: Document-style web services

2004-03-04 Thread Parley, Thunder Jon
need to do that first (did you run WSDL2Java against your WSDL?). :-) --Thunder -Original Message- From: Vivek Nagulapati [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 5:29 PM To: [EMAIL PROTECTED] Subject: Document-style web services Hello All, I am trying to develop

document style web services

2004-01-20 Thread prashant sharma
Hi, I am trying to create document style web services but am not able to find any examples (other than what comes with axis installation). Are there any documents available which guides you through the procedure. Your help will be highly appreciated. thanks Prashant Do you Yahoo!? Yahoo! Hotjobs

consuming document-style web services

2003-01-03 Thread Jonnycattt
Hi all, quick question: i see on xmethods that the .NET services are all Document style. Do I use the same approach to consuming these services as RPC services? I don't remember seeing any examples (or mention of differences in consuming) for Document style services in the docs. And another quick

RE: consuming document-style web services

2003-01-03 Thread Norris Merritt
RPC-style with the service. I've done this, so I know it works. -Original Message- From: Jonnycattt To: [EMAIL PROTECTED] Sent: 1/2/2003 11:13 PM Subject: consuming document-style web services Hi all, quick question: i see on xmethods that the .NET services are all Document style. Do I

RE: consuming document-style web services

2003-01-03 Thread Anne Thomas Manes
, January 03, 2003 11:34 AM To: 'Jonnycattt '; '[EMAIL PROTECTED] ' Subject: RE: consuming document-style web services You can consume a document style service with an RPC-style client. For example, if you download the wsdl for the Shakespeare service (which is a fun little document-style

RE: consuming document-style web services

2003-01-03 Thread Davanum Srinivas
Merritt [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 11:34 AM To: 'Jonnycattt '; '[EMAIL PROTECTED] ' Subject: RE: consuming document-style web services You can consume a document style service with an RPC-style client. For example, if you download the wsdl

Re: consuming document-style web services

2003-01-03 Thread Steve Loughran
- Original Message - From: Jonnycattt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 07:13 Subject: consuming document-style web services And another quick .NET question: If I code a java web service and use axis to deploy it, what's the easiest (and free) way

RE: consuming document-style web services

2003-01-03 Thread Marc Esher
Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Re: consuming document-style web services - Original Message - From: Jonnycattt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 07:13

RE: Document style web services

2002-11-27 Thread Anne Thomas Manes
-blocking request/response messages using callbacks). Anne -Original Message- From: Trond Hjelmaas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:00 AM To: [EMAIL PROTECTED] Subject: RE: Document style web services Hi, I thought I'd send this to you personally. If you

RE: Document style web services

2002-11-27 Thread Anne Thomas Manes
: Tuesday, November 26, 2002 11:02 PM To: [EMAIL PROTECTED] Subject: RE: Document style web services Let's take a standard purchase order scenario. If I send a PO message as the payload, using ebXML-TRP, I can receive tne ACK/NAK on the same socket. A subsequent message within the time

Re: Document style web services

2002-11-27 Thread Sasha Lerner
regards, Anne -Original Message- From: pFrancis X [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 11:02 PM To: [EMAIL PROTECTED] Subject: RE: Document style web services Let's take a standard purchase order scenario. If I send a PO message as the payload, using ebXML-TRP, I

RE: Document style web services

2002-11-27 Thread Anne Thomas Manes
/encoded. The current draft of the WS-I Basic Profile includes rpc/literal. It disallows rpc/encoded. Anne -Original Message- From: Sasha Lerner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:45 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services

RE: Document style web services

2002-11-26 Thread Francis Ho -- Enterprise Architecture
Document style web services is inherently asynchronous. Most of modern TRP/MS's such as EDIINT and RosettaNet (RNIF) use document-style services. It was found to be more a bit more scalable and flexible in dealing with legacy systems. This is especially true as many of the legacy systems

RE: Document style web services

2002-11-26 Thread Anne Thomas Manes
Document style web services are not inherently asynchronous. The synchronous nature of a Web service is determined by the message exchange pattern described in the WSDL Operation. If the service is defined as having an input and output message, then it is a request/response service (inherently

RE: Document style web services

2002-11-26 Thread Ramaswamy, Muthu
AM To: [EMAIL PROTECTED] Subject: RE: Document style web services Document style web services are not inherently asynchronous. The synchronous nature of a Web service is determined by the message exchange pattern described in the WSDL Operation. If the service is defined as having an input

RE: Document style web services

2002-11-26 Thread pFrancis X
mechanisms (ala RMI) and async as closer to messaging (ala JMS). francis --- Anne Thomas Manes [EMAIL PROTECTED] wrote: Document style web services are not inherently asynchronous. The synchronous nature of a Web service is determined by the message exchange pattern described in the WSDL Operation

Re: Document style web services

2002-11-25 Thread Dennis Sosnoski
. Cheers, Martin -Original Message- From: Martin Jericho [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Tom I spent about a week playing around with axis to see why it wasn't working for me

RE: Document style web services

2002-11-25 Thread Mike Oliver
PROTECTED]] Sent: Monday, November 25, 2002 1:52 AM To: [EMAIL PROTECTED] Subject: Re: Document style web services I'd personally disagree with this assessment of Axis as not ready for prime time, but I can understand the frustrations. There's definitely a steep learning curve involved in using Axis

Re: Document style web services

2002-11-25 Thread Alex Dovlecel
and extensibility, and in my experience developers can quickly get past the initial learning curve with some mentoring. Could you please tell me where I can get a good Axis mentor or some good tutorials ? :o))) Tx dovle

RE: Document style web services

2002-11-25 Thread Anne Thomas Manes
-Original Message- From: Martin Jericho [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 7:02 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Tom I spent about a week playing around with axis to see why it wasn't working for me, and simplifying

Re: Document style web services

2002-11-25 Thread Christian Gross
a reality. Martin - Original Message - From: Tom Jordahl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 23, 2002 5:53 AM Subject: RE: Document style web services Martin, Can you please try Java2WSDL with the latest nightly build and report any bugs you find in Bugzilla

Re: Document style web services

2002-11-25 Thread Martin Jericho
- Original Message - From: "Christian Gross" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 2:00 AM Subject: Re: Document style web services Having used both .NET and Axis I am afraid the issues you mention are probably related to the fac

RE: Document style web services

2002-11-24 Thread Anne Thomas Manes
-Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Steve Loughran wrote: As an aside, does *anyone* use UDDI? -steve I'm personally really puzzled by the logic

RE: Document style web services

2002-11-24 Thread Anne Thomas Manes
[mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 1:48 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services - Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 10:14 AM Subject: RE: Document style

Re: Document style web services

2002-11-24 Thread Martin Jericho
to contribute to axis, it's just a reality. Martin - Original Message - From: Tom Jordahl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 23, 2002 5:53 AM Subject: RE: Document style web services Martin, Can you please try Java2WSDL with the latest nightly build and report

RE: Document style web services

2002-11-24 Thread Martin Gee
free version too. Cheers, Martin -Original Message- From: Martin Jericho [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Tom I spent about a week playing around with axis to see why it wasn't working

RE: Document style web services

2002-11-23 Thread Anne Thomas Manes
PROTECTED]] Sent: Friday, November 22, 2002 8:51 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Strange. ebXML MS is based on SOAP. Those two complement to each other. It's just a higher transport than SOAP compare to SOAP over HTTP, SMTP, or whatever. Why fight

Re: Document style web services

2002-11-23 Thread Steve Loughran
- Original Message - From: Pae Choi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 23, 2002 00:32 Subject: Re: Document style web services And that's true ebXML has own stuff all that you mentined. Shouldn't those considered as positive artifacts. They have finer

Re: Document style web services

2002-11-23 Thread Steve Loughran
- Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 18:44 Subject: RE: Document style web services - JAXM was launched in June 2000. Originally it was an API for ebXML. Only later (once ebXML had adopted SOAP

Re: Document style web services

2002-11-23 Thread Dennis Sosnoski
Steve Loughran wrote: As an aside, does *anyone* use UDDI? -steve I'm personally really puzzled by the logic behind UDDI. As far as I can see there's a huge gap between the reality of what can be done using UDDI and the marketing concept behind it (which seems to be that you can have your

RE: Document style web services

2002-11-23 Thread Mike Oliver
to the WSDL? Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services

Re: Document style web services

2002-11-22 Thread Andre Tost
: Subject: Re: Document style web services 11/21/2002 10:58 PM

RE: Document style web services

2002-11-22 Thread Asbell, Jonathan
and therefore ??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: RE: Document style web services It may be old news, but its still true. Some of us are getting tired of being made to jump

Re: Document style web services

2002-11-22 Thread Steve Loughran
- Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 5:21 PM Subject: RE: Document style web services Personally I think one of Axis's most challenging issues is that Axis containers aren't compatible with .NET

RE: Document style web services

2002-11-22 Thread Anne Thomas Manes
services - Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 5:21 PM Subject: RE: Document style web services Personally I think one of Axis's most challenging issues is that Axis containers aren't compatible

RE: Document style web services

2002-11-22 Thread Anne Thomas Manes
they weren't picked first. /flame Anne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: RE: Document style web services It may be old news, but its still true. Some of us are getting

RE: Document style web services

2002-11-22 Thread Andre Tost
] [EMAIL PROTECTED] cc: Subject: RE: Document style web services 11/22/2002 12:14

Re: Document style web services

2002-11-22 Thread Steve Loughran
- Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 10:14 AM Subject: RE: Document style web services From what I've seen, most vendors have designed containers that are compatible with .NET. Perhaps Axis should do

RE: Document style web services

2002-11-22 Thread Paul Faulkner
: Document style web services Dennis, This is a pretty antiquated view of document style. Document style is no longer used just for XML messaging. Most SOAP implementations support automatic marshalling of both RPC-style and document-style messages. As long as you have a WSDL description

Re: Document style web services

2002-11-22 Thread Dennis Sosnoski
The facet of WS-I that smells the worst is this business of *permanent* board seats for the priviledged few. This seems bizzare, especially given that Fujitsu, for example, is not a name that springs to mind immediately when I'm thinking of web services. In fact, it looks more like the

RE: Document style web services

2002-11-22 Thread Tom Jordahl
Steve L wrote: It'd be nice if Sun got involved with Axis too. The Axis team and the Sun JAX-RPC team have discussed this in the past. Sun does have a history of moving RI's to the Apache project (c.f. Tomcat). I personally have met many of the JAX-RPC guys and have great respect for them.

RE: Document style web services

2002-11-22 Thread Tom Jordahl
Jericho [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 5:32 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Dennis, My experience is that Java2WSDL in Axis 1.0 has too many bugs to generate document/literal style WSDL, but if you can generate it by some other means

RE: Document style web services

2002-11-22 Thread Tom Jordahl
, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: Re: Document style web services Eric, that is not quite correct. There are two different things, namely the invocation style and the encoding style. The BP supports both rpc and document invocation style, but only literal XML encoding style

RE: Document style web services

2002-11-22 Thread Tom Jordahl
services - Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 5:21 PM Subject: RE: Document style web services It'd be nice if Sun got involved with Axis too.// Personally I think one of Axis's most challenging issues

RE: Document style web services

2002-11-22 Thread Anne Thomas Manes
-Original Message- From: Paul Faulkner [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: RE: Document style web services would you mind explaining what RPC-Style and Document-Style messages are. Sorry I'm very new to this technology

RE: Document style web services

2002-11-22 Thread Heitzso
Just want to say thanks for a nice write up. I had been wondering myself since DAIS-WG's OGSA implementation of a data mounting web service is document based, though a competing group named Spitfire is RPC based. If this could make its way into a FAQ that would be nice (if it isn't already in

Re: Document style web services

2002-11-22 Thread Pae Choi
] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: RE: Document style web services It may be old news, but its still true. Some of us are getting tired of being made to jump through hoops to accommodate Microsoft

Re: Document style web services

2002-11-22 Thread Bill de hÓra
Dennis Sosnoski wrote: The facet of WS-I that smells the worst is this business of *permanent* board seats for the priviledged few. This seems bizzare, especially given that Fujitsu, for example, is not a name that springs to mind immediately when I'm thinking of web services. In fact, it

RE: Document style web services

2002-11-22 Thread Anne Thomas Manes
[mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services I've just been looking at the UPNP specs, and lo and behold, UPNP now mandates SOAP. http://www.upnp.org/download/UPnPDA10_2613.htm Looks to me from

Re: Document style web services

2002-11-22 Thread Steve Loughran
- Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 5:59 PM Subject: RE: Document style web services Yes -- UPNP adopted SOAP a long, long time ago. (I think it was 0.9 -- those were the days when the only option

RE: Document style web services

2002-11-22 Thread Anne Thomas Manes
. Anne -Original Message- From: Pae Choi [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 8:51 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Strange. ebXML MS is based on SOAP. Those two complement to each other. It's just a higher transport than SOAP

Re: Document style web services

2002-11-22 Thread Pae Choi
because they weren't picked first. /flame Anne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: RE: Document style web services It may be old news

Document style web services

2002-11-21 Thread Crawford, Matt
Hello, Has anyone had experience with document style web services similar to the one shown below? The users guide indicates that Document services do not use any encoding (so in particular, you won't see multiref object serialization or SOAP-style arrays on the wire) but DO still do XML-Java

Re: Document style web services

2002-11-21 Thread Dennis Sosnoski
into some data binding code currently, perhaps I'll see if I can work in this direction. - Dennis Dennis M. Sosnoski Enterprise Java, XML, and Web Services Support http://www.sosnoski.com Crawford, Matt wrote: Hello, Has anyone had experience with document style web services similar to the one

RE: Document style web services

2002-11-21 Thread Crawford, Matt
: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Matt, The whole point of document style is that your application gets passed the XML message payload as XML document fragments. See the message

RE: Document style web services

2002-11-21 Thread Anne Thomas Manes
:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Matt, The whole point of document style is that your application gets passed the XML message payload as XML document fragments. See the message sample for an example

Re: Document style web services

2002-11-21 Thread Dennis Sosnoski
a better practice to use document-style. Regards, Anne -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Matt, The whole point of document style is that your

Re: Document style web services

2002-11-21 Thread Dennis Sosnoski
-Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Matt, The whole point of document style is that your application gets passed the XML message payload as XML

RE: Document style web services

2002-11-21 Thread Anne Thomas Manes
, 2002 4:04 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Hi Anne, Does Axis support automatic marshalling of document-style messages? I was under the impression it does not, which was why I suggested a DataBindingProvider might be useful to add this support. I agree

Re: Document style web services

2002-11-21 Thread Steve Loughran
- Original Message - From: Dennis Sosnoski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 1:03 PM Subject: Re: Document style web services Does Axis support automatic marshalling of document-style messages? I was under the impression it does not, which

Re: Document style web services

2002-11-21 Thread Martin Jericho
: Dennis Sosnoski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 7:03 AM Subject: Re: Document style web services Hi Anne, Does Axis support automatic marshalling of document-style messages? I was under the impression it does not, which was why I suggested

RE: Document style web services

2002-11-21 Thread Vidyanand Murunikkara
- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services - Original Message - From: Dennis Sosnoski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 1:03 PM Subject: Re

RE: Document style web services

2002-11-21 Thread Anne Thomas Manes
: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Anne Thomas Manes wrote: WS-I has just published its Basic Profile draft, which only supports document-style. Pretty much every SOAP vendor

Re: Document style web services

2002-11-21 Thread Steve Loughran
- Original Message - From: Dennis Sosnoski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 15:41 Subject: Re: Document style web services I think WS-I has serious credibility problems, especially since it came out that Microsoft's participation

Re: Document style web services

2002-11-21 Thread Steve Loughran
No idea; ask on ant-dev - Original Message - From: Vidyanand Murunikkara [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 15:06 Subject: RE: Document style web services We have an implementation whereby we use java:RPC with style=document and the operation

Re: Document style web services

2002-11-21 Thread Steve Loughran
- Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 14:25 Subject: RE: Document style web services Microsoft started the document style by default trend. Both MS SOAP Toolkit and .NET Framework generate document-style

RE: Document style web services

2002-11-21 Thread Anne Thomas Manes
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:08 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services At the same time, I cant help treating WS-I mandates with some less seriousness than W3C. W3C are laying down

RE: Document style web services

2002-11-21 Thread Anne Thomas Manes
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:11 PM To: [EMAIL PROTECTED] Subject: Re: Document style web services Must be the 3.0 version of MSSTK that defaults to document, right, as it was rpc/enc before, I believe

Re: Document style web services

2002-11-21 Thread Eric Rajkovic
Anne, Just a little addition to your comment on WS-I BP: WS-I has just published its Basic Profile draft, which only supports document-style In the current published revision, the profile support both rpc and document styles. It only restrict the use to literal. eric