RE: How to define document/literal service with multiple operatio ns

2003-11-17 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
al Message- From: Dimuthu Leelarathne [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:14 AM To: [EMAIL PROTECTED] Subject: RE: How to define document/literal service with multiple operatio ns Hi Ranjith, >call.setOperationName(new javax.xml.namespace.QName("urn:eprofile

RE: How to define document/literal service with multiple operatio ns

2003-11-17 Thread Dimuthu Leelarathne
Hi Ranjith, >call.setOperationName(new javax.xml.namespace.QName("urn:eprofile", >"updateProfile")); I have experienced that the above line has no effect whatso ever on the SOAP message (it should not have any effect on the SOAP body, in the doc\lit services method name is not send on the SOAP me

RE: How to define document/literal service with multiple operatio ns

2003-11-14 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Anne, Dimuthu, I would like to try this. Do you know what method do I need to call at Axis Client to set this QName?. My method name is updateProfile and in my server-config.wsdd, I have this entry for my service http://xml.apache.org/xml-soap"; > http://xml.apache.org/xml-soap"/>

Re: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Michael Woinoski
Thompson, Eugene wrote: Is it that Axis provides a communication style (message) that isn't part of the specs? Yes, the Axis Message style is not part of JAX-RPC. However, there is a lot of confusion about exactly what "message-style" means. The WSDL spec defines "document-style" operations as

Re: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Michael Woinoski
e Basic Profile. Regards, Mike -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:42 AM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple operatio ns According to the WS-I Basic Profile, a Doc/

RE: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Thompson, Eugene
> One of the reasons standards exist is to avoid vendor lock-in. > It is a good architecture goal to avoid vendor lock-in and > write code to > the specs/standard apis. Absolutely. For the implementation, I would agree whole-heartedly. I guess where I'm missing the point is where you say ...

RE: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Keith Bohnenberger
t I dont think anyone recommends that. >> >> >>Keith >> >>-----Original Message- >>From: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: >>Thursday, November 13, 2003 5:35 PM >>To: [EMAIL PROTECTED] >>Subject: Re: How to define docum

Re: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Anne Thomas Manes
guess one way to avoid all of this is to have one document/literal web service per operation but I dont think anyone recommends that. Keith -Original Message- From: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 5:35 PM To: [EMAIL PROTECTED] Subject: Re: How

RE: How to define document/literal service with multiple operatio ns

2003-11-14 Thread Thompson, Eugene
> Also, I'd like to keep my web services portable to different JAX-RPC > implementations, so I try to avoid Axis-specific features > (e.g., Message-style > services.) > Just curious, but why? Are you constructing a service that you are planning to sell or that will need to be installed in man

Re: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Aleksander Slominski
ichael Woinoski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 5:35 PM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple operatio ns Hi, Ranjith. What you are suggesting is basically an rpc-literal operation. Several postings to this list have mentione

Re: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Michael Woinoski
Hi, Ranjith. If I am right, wrapper element around your actual document is not specific to Axis. That is the way Weblogic also works, Weblogic determines which method to invoke, based on this wrapper element (root element of your xml payload). You're right, but it would nice to have an alternati

Re: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Michael Woinoski
: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 5:35 PM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple operatio ns Hi, Ranjith. What you are suggesting is basically an rpc-literal operation. Several postings to this list ha

Re: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Michael Woinoski
ment name for successful invocation of web service methods. Thanks, Ranjith Pillai. -Original Message- From: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:35 PM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple operatio ns Hi

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Keith Bohnenberger
cument/literal web service per operation but I dont think anyone recommends that. Keith -Original Message- From: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 5:35 PM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Mike, If I am right, wrapper element around your actual document is not specific to Axis. That is the way Weblogic also works, Weblogic determines which method to invoke, based on this wrapper element (root element of your xml payload). Thanks, Ranjith Pillai. -Original Message-

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
ailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:35 PM To: [EMAIL PROTECTED] Subject: Re: How to define document/literal service with multiple operatio ns Hi, Ranjith. What you are suggesting is basically an rpc-literal operation. Several postings to this list have mentioned that rpc-li

Re: How to define document/literal service with multiple operatio ns

2003-11-13 Thread Michael Woinoski
Hi, Ranjith. What you are suggesting is basically an rpc-literal operation. Several postings to this list have mentioned that rpc-literal is not (yet) supported by all Web service implementations (even though it is recommended in the WS-I Basic Profile), so I'd prefer to avoid rpc-literal for in

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Michael, I hope you are using Message style service here. I don't how to add this to axis client. But u can edit your SOAP message directly if you are using tcpmon. So in tcpmon add another element(your operation name)directly under soap body. For some reason axis client is not doing this(if yo