This attribute specifies the URL to which you send your SOAP messages.
On 6/20/05, Patrick Quinn <[EMAIL PROTECTED]> wrote: > > Hi > > Could anyone elaborate on the description of the soap:address given on the > w3.org site: > > "The SOAP address binding is used to give a port an address (a URI). A port > using the SOAP binding MUST specify exactly one address. The URI scheme > specified for the address must correspond to the transport specified by the > soap:binding." > > To clarify, if you see the following location: > > <service name="AddressBookService"> > <port name="AddressBook" > binding="tns:AddressBookSOAPBinding"> > <soap:address > location="http://localhost:8080/axis/services/AddressBook" > /> > </port> > </service> > > ... what should you expect to find at this location (if anything)? I presume > it is not the service classes, which I imagine would be below > axis/webapps/WEB-INF/classes/<package_name> ? > > I originally thought that this was not a directory structure but just a > registration of the service name, but this would not seem to be the case > from the above. > > Thanks in advance, > > Pat > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit > http://www.messagelabs.com/email > ______________________________________________________________________ >
