|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 09/02/2009 at 09:43PM PDT, ID: 24703594 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3-b02-. -->
<wsdl:definitions name="TemplateService"
targetNamespace="http://ws.impl.samples.services.dms.db.com/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://ws.impl.samples.services.dms.db.com/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns="http://db.com/cobs/bpms/CaseService.xsd" >
<wsdl:types>
<xsd:schema>
<xsd:import namespace="http://ws.impl.samples.services.dms.db.com/"
schemaLocation="TemplateService_schema1.xsd"/>
</xsd:schema>
<xsd:schema>
<xsd:import namespace="http://rt.fs.documentum.emc.com/"
schemaLocation="TemplateService_schema2.xsd"/>
</xsd:schema>
<xsd:schema>
<xsd:import namespace="http://impl.samples.services.dms.db.com/"
schemaLocation="TemplateService_schema3.xsd"/>
</xsd:schema>
<xsd:schema>
<xsd:import namespace="http://common.samples.services.dms.db.com/"
schemaLocation="TemplateService_schema4.xsd"/>
</xsd:schema>
<!-- for BW -->
<xsd:schema>
<xsd:import namespace="http://db.com/cobs/bpms/Common.xsd" schemaLocation="Common.xsd"/>
</xsd:schema>
<xsd:schema>
<xsd:import namespace="http://db.com/cobs/bpms/CaseService.xsd" schemaLocation="CaseService.xsd"/>
</xsd:schema>
<!-- BW ends-->
</wsdl:types>
<message name="getTemplateVersions">
<part element="tns:getTemplateVersions" name="parameters"/>
</message>
<message name="getTemplateVersionsResponse">
<part element="tns:getTemplateVersionsResponse" name="parameters"/>
</message>
<message name="ServiceException">
<part element="ns1:ServiceException" name="fault" xmlns:ns1="http://rt.fs.documentum.emc.com/"/>
</message>
<!-- start BW -->
<message name="Fault">
<part element="ns1:FaultMessage" name="Fault"/>
</message>
<message name="RequestHeader">
<part element="ns1:RequestHeader" name="RequestHeader"/>
</message>
<message name="ResponseHeader">
<part element="ns1:ResponseHeader" name="ResponseHeader"/>
</message>
<message name="startCaseRequest">
<part element="ns:CaseStartRequest" name="startCaseRequest"/>
</message>
<message name="startCaseResponse">
<part element="ns:CaseStartResponse" name="startCaseResponse"/>
</message>
<!-- end BW -->
<wsdl:portType name="TemplateServicePort">
<operation name="getTemplateVersions">
<input message="tns:getTemplateVersions"/>
<output message="tns:getTemplateVersionsResponse"/>
<fault message="tns:ServiceException" name="ServiceException"/>
</operation>
</wsdl:portType>
<wsdl:binding name="TemplateServicePortBinding" type="tns:TemplateServicePort">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getTemplateVersions">
<soap:operation soapAction=""/>
<wsdl:input>
<soap:body use="literal"/>
<soap:header message="tns:RequestHeader" part="RequestHeader" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
<soap:header message="tns:ResponseHeader" part="ResponseHeader" use="literal"/>
</wsdl:output>
<wsdl:fault name="ServiceException">
<soap:fault name="ServiceException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<!-- BW starts -->
<wsdl:operation name="setCaseData">
<soap:operation soapAction="/SharedResources/ServiceInterfaces/CaseService.serviceagent/CaseEndpoint1/setCaseData" style="document"/>
<<wsdl:input>
<soap:body parts="startCaseRequest" use="literal"/>
<soap:header message="tns:RequestHeader" part="RequestHeader" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="startCaseResponse" use="literal"/>
<soap:header message="tns:ResponseHeader" part="ResponseHeader" use="literal"/>
</wsdl:output>
<wsdl:fault name="fault">
<soap:fault name="fault" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<!-- BW ends -->
</wsdl:binding>
<service name="TemplateService">
<port binding="tns:TemplateServicePortBinding" name="TemplateServicePort">
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
</port>
</service>
</wsdl:definitions>
|
Advertisement