Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 49944 Details for
Bug 154471
WST code assumes IResource.getLocation() returns a non-null value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Sample XML file for deployment onto HTTP server.
hello.wsdl (text/plain), 1.75 KB, created by
John O'Shea
on 2006-09-12 12:03:24 EDT
(
hide
)
Description:
Sample XML file for deployment onto HTTP server.
Filename:
MIME Type:
Creator:
John O'Shea
Created:
2006-09-12 12:03:24 EDT
Size:
1.75 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><wsdl:definitions name="hello" targetNamespace="http://www.capeclear.org/hello/" xmlns:tns="http://www.capeclear.org/hello/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> > <wsdl:types> > <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.capeclear.org/hello/"> > <xsd:element name="NewOperationResponse" type="xsd:string"/> > <xsd:element name="NewOperationRequest" type="xsd:string"/> > </xsd:schema> > </wsdl:types> > <wsdl:message name="NewOperationResponse"> > <wsdl:part name="NewOperationResponse" element="tns:NewOperationResponse"/> > </wsdl:message> > <wsdl:message name="NewOperationRequest"> > <wsdl:part name="NewOperationRequest" element="tns:NewOperationRequest"/> > </wsdl:message> > <wsdl:portType name="hello"> > <wsdl:operation name="NewOperation"> > <wsdl:input message="tns:NewOperationRequest"/> > <wsdl:output message="tns:NewOperationResponse"/> > </wsdl:operation> > </wsdl:portType> > <wsdl:binding name="helloSOAP" type="tns:hello"> > <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> > <wsdl:operation name="NewOperation"> > <soap:operation soapAction="http://www.capeclear.org/hello/NewOperation"/> > <wsdl:input> > <soap:body use="literal"/> > </wsdl:input> > <wsdl:output> > <soap:body use="literal"/> > </wsdl:output> > </wsdl:operation> > </wsdl:binding> > <wsdl:service name="hello"> > <wsdl:port name="helloSOAP" binding="tns:helloSOAP"> > <soap:address location="http://www.example.org/"/> > </wsdl:port> > </wsdl:service> ></wsdl:definitions>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 154471
:
49941
|
49943
| 49944 |
49945
|
49946
|
50013