Download presentation
Presentation is loading. Please wait.
1
StockQuoteService Configuration Canvas after creating web service from WSDL. Displays the operations that are currently in the WSDL. Note the toolbar contains tools for rearranging, and zooming in and out.
2
StockQuoteService Configuration User clicks on the expand/contract button to display the expanded view showing the various parts of an operation: parameters, return type, and faults. User may expand or contract the widget view at the service, operation, and parameter levels.
3
StockQuoteService Configuration For scalability, the operation may be compressed to this level.
4
StockQuoteService This web service is used to obtain information from the stock market. It contains operations for getting quotes for a specific stock as well as highs, lows, and average price for the day. Configuration Edit. The lightbulb is a toggle for opening/closing documentation. When clicked to open, it expands the operation widget to display the documentation. Clicking the Edit button turns the area into an editable Text Area Security Optimized Transmission Reliable Messaging
5
StockQuoteService Configuration This operation returns the last trading price of a stock. It requires the ticker symbol of the stock. Edit... Viewing/editing documentation of a web service operation. Security Optimized Transmission Reliable Messaging
6
StockQuoteService Configuration This parameter is composed of a String that represents the stock ticker symbol. Edit. Viewing/editing documentation of a web service operation parameter. Security Optimized Transmission Reliable Messaging
7
StockQuoteService Configuration <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:ns1=" <soapenv:Body> <ns1:GetLastTradePrice/> </soapenv:Body> </soapenv:Envelope> Clicking on the “Show Me” toggle button displays/hides an example SOAP message corresponding to the parameters. A similar button is available in the Return type portion. Security Optimized Transmission Reliable Messaging
8
StockQuoteService Clicking the Add Operation button displays this dialog.
9
StockQuoteService New operation is added. Configuration Security
Optimized Transmission Reliable Messaging
10
StockQuoteService Clicking on the Configure
Security: None Reliable Messaging: Off Optimized Transmission: Clicking on the Configure button displays the configuration section for security, MTOM and reliable messaging.
11
StockQuoteService Security: None Reliable Messaging: Off Optimized Transmission: Security Profiles Profile1 Profile2 Profile 3 Profile4 Profile5 Profile6 Clicking the Security button displays a Combo box of selectable Security Profiles. The MTOM and Reliable Messaging buttons are toggle buttons.
12
StockQuoteService Click the Source tab to implement the web service.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.