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
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 TargetObjectURI defines the namespace for that QName. That combined with the element's local name specifies the complete QName.

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
, then naturally I assume this required. But, the TargetObjectURI remains problematic to me. 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. >From the response below... If the soap:body

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="ht

TargetObjectURI

2003-07-15 Thread Steve Pruitt
All, How do you determine what WSDL value to use for setting the TargetObjectURI? I am parsing a WSDL file at runtime and dynamically building the call. With Apache I have been using the namespace from the soap body extension. But, what if the SOAP platform is unknown? I have looked at

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

TargetObjectURI..what is it???

2001-09-27 Thread Gaurav
HI all Can anybody tell me what is call.setTargetObjectURI means and what does it point to when I make a call to ASP.NET webservice Regards.