Re: TargetObjectURI

2003-07-24 Thread Anne Thomas Manes
You're not alone. I think all of us are students of SOAP for the foreseeable future. I know that I'm still figuring it out. Anne - Original Message - From: "Steve Pruitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:02

Re: TargetObjectURI

2003-07-24 Thread Scott Nichol
OTECTED]> Sent: Thursday, July 24, 2003 12:20 AM Subject: Re: TargetObjectURI > Steve, > > I don't think this issue is obvious at all. The SOAP encoding model is a > very complicated system. Scott's been doing SOAP for a long time, but I > don't think he ful

Re: TargetObjectURI

2003-07-24 Thread Scott Nichol
ly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Steve Pruitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:02 AM Subject: RE: TargetObjectURI Anne, Agreed. I m

RE: TargetObjectURI

2003-07-24 Thread Steve Pruitt
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 6:14 PM Subject: RE: TargetObjectURI I would like to thank both Scott and Anne for making what is probably obvious to many, finally obvious to me. -Steve Pruitt Anne, Thanks for this clarification. It got me

Re: TargetObjectURI

2003-07-23 Thread Anne Thomas Manes
uot;Steve Pruitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 6:14 PM Subject: RE: TargetObjectURI I would like to thank both Scott and Anne for making what is probably obvious to many, finally obvious to me. -Steve Pruitt Anne, Thanks for this clarif

RE: TargetObjectURI

2003-07-22 Thread Steve Pruitt
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 9:43 PM Subject: Re: TargetObjectURI > A SOAP runtime system uses the QName of the child element of the > soap-env:body to determine what type of SOAP message it has received and > what to do with it. The

Re: TargetObjectURI

2003-07-22 Thread Scott Nichol
l directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 9:43 PM Subject: Re: TargetObjectURI > A

Re: TargetObjectURI

2003-07-22 Thread Anne Thomas Manes
our SOAP server to indicate how to process the message. Best regards, Anne - Original Message - From: "Steve Pruitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 10:31 AM Subject: RE: TargetObjectURI The heart of my question is basically int

Re: TargetObjectURI

2003-07-18 Thread Scott Nichol
I have been using the namespace URI of the first child element of the body. But this seems "squishy" in light of Scott's response below. This is what you want to use. What I was trying to say in The namespace may be explicitly specified in the message definition, or it may be

RE: TargetObjectURI

2003-07-18 Thread Steve Pruitt
The heart of my question is basically interoperability. I am trying to compose a SOAP message by parsing a WSDL file and without any specific soap platform knowledge. I have not seen any sort of matrix specifying what the various platform vendors require. If the WSDL has the SOAP Action set,

Re: TargetObjectURI

2003-07-17 Thread Scott Nichol
The TargetObjectURI is always the namespace of the element representing the SOAP call. For example, in the envelope http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/

Re: TargetObjectURI..what is it???

2001-09-27 Thread Victor Hadianto
> Can anybody tell me what is call.setTargetObjectURI means and what does > it point to when I make a call to ASP.NET webservice > AFAIK it is to set the soap service provider you want to use. fe call.setTargetObjectURI("urn:MySoapService") the RPCRouterServlet will then route the soap r