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
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
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
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
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.