Java Reference
In-Depth Information
Figure12-2.The .NET GreetingService home page
As with WebLogic 10, you can click the name of the operation, and .NET will give you a test-
ing page that prints an acceptable XML document that you can pass to the service, replacing
the boilerplate parameters with your own values.
Here is the WSDL representing this service:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://soacookbook.com/dotnet"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://soacookbook.com/dotnet"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns greetings.
</wsdl:documentation>
<wsdl:types>
<s:schema elementFormDefault="qualified"
targetNamespace="http://soacookbook.com/dotnet">
<s:element name="HelloMsg">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1"
Search WWH ::




Custom Search