Related links | |||||
Import a file
In the business integration view, right click on a library (i.e Resources) or module and select Import... | | ||||
Select an Import source
|
| ||||
Set WSDL/Interface Import
| Note: use the wsdl file found in IBM Websphere Integration Developer 6.1.2. pluginscom.ibm.wbit.samples.content_6.1.200.v20080615_0659 artifactsstockquotewsdl | ||||
WSDL files importation generated artifacts
After WSDL files importation, the following artifacts were generated/added to the library (i.e Resources).
|
| ||||
RealtimeService.wsdl file
You can copy this into a notepad file and then change the extension from .txt to .wsdl file.
You can then import it as a WSDL file. | <?xml version="1.0" encoding="UTF-8" ?> - <!-- @copyright_start@ Licensed Materials - Property of IBM 5724-I82, 5724-L01, 5655-N53, 5655-R15 (C) Copyright IBM Corporation 2005. All Rights Reserved. US Government Users Restricted Rights- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. @copyright_end@--> - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://stockquote.samp.sibx.websphere.ibm.com/RealtimeService/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RealtimeService" targetNamespace="http://stockquote.samp.sibx.websphere.ibm.com/RealtimeService/"> - <xsd:schema targetNamespace="http://stockquote.samp.sibx.websphere.ibm.com/RealtimeService/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> </xsd:schema> </wsdl:types> <wsdl:part name="value" type="xsd:float" /> </wsdl:message> <wsdl:part name="symbol" type="xsd:string" /> </wsdl:message> <wsdl:input message="tns:getQuoteRequest" /> <wsdl:output message="tns:getQuoteResponse" /> </wsdl:operation> </wsdl:portType> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> </wsdl:binding> <soap:address location="http://localhost:9080/RealtimeService/services/RealtimeServiceSOAP" /> </wsdl:port> </wsdl:service> </wsdl:definitions> | ||||
DelayedService.wsdl file
You can copy this into a notepad file and then change the extension from .txt to .wsdl file.
You can then import it as a WSDL file. | <?xml version="1.0" encoding="UTF-8" ?> - <!-- @copyright_start@ Licensed Materials - Property of IBM 5724-I82, 5724-L01, 5655-N53, 5655-R15 (C) Copyright IBM Corporation 2005. All Rights Reserved. US Government Users Restricted Rights- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. @copyright_end@--> - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://stockquote.samp.sibx.websphere.ibm.com/DelayedService/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelayedService" targetNamespace="http://stockquote.samp.sibx.websphere.ibm.com/DelayedService/"> - <xsd:schema targetNamespace="http://stockquote.samp.sibx.websphere.ibm.com/DelayedService/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> </xsd:schema> </wsdl:types> <wsdl:part name="value" type="xsd:float" /> </wsdl:message> <wsdl:part name="symbol" type="xsd:string" /> </wsdl:message> <wsdl:input message="tns:getQuoteRequest" /> <wsdl:output message="tns:getQuoteResponse" /> </wsdl:operation> </wsdl:portType> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> </wsdl:binding> <soap:address location="http://localhost:9080/DelayedService/services/DelayedServiceSOAP" /> </wsdl:port> </wsdl:service> </wsdl:definitions> |
No comments:
Post a Comment