RE: Question about SOAP encoding style URI

2003-07-02 Thread Hongda Lin
I tried it. It seems that it is true. Thanks. Hongda -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: Re: Question about SOAP encoding style URI Yes. - Original Message - From: "H

Re: Question about SOAP encoding style URI

2003-07-01 Thread Anne Thomas Manes
Yes. - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 2:53 PM Subject: RE: Question about SOAP encoding style URI Are you saying that I can use SOAP in closed network? Hongda Lin -Original M

RE: Question about SOAP encoding style URI

2003-07-01 Thread Hongda Lin
Are you saying that I can use SOAP in closed network? Hongda Lin -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:52 PM To: [EMAIL PROTECTED] Subject: Re: Question about SOAP encoding style URI The encoding style URI is simply a name

Re: Question about SOAP encoding style URI

2003-07-01 Thread Anne Thomas Manes
The encoding style URI is simply a name that represents the style. The SOAP runtime doesn't try to access the URL at runtime. Anne - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 2:11 PM S

Question about SOAP encoding style URI

2003-07-01 Thread Hongda Lin
Hi, I have a question about encoding style URI. I noticed that before I use call.invoke() I need to use call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encoding/";); to set the encoding style URI. Which means if I don't have access to WWW I won't be able to use SOAP.