I am attaching the WSDL of my deployed backend service.


On Sun, Nov 12, 2017 at 11:47 AM, Piriya Sivalingam <[email protected]> wrote:

> I am attaching the WSDL of my proxy service.
>
>
>
> On Sun, Nov 12, 2017 at 11:44 AM, Mushthaq Rumy <[email protected]> wrote:
>
>> Hi Piriya,
>>
>> Can you attach the proxy WSDL file?
>>
>> Thanks & Regards,
>> Mushthaq
>>
>> On Sun, Nov 12, 2017 at 10:53 AM, Piriya Sivalingam <[email protected]>
>> wrote:
>>
>>> Hi Mushthaq,
>>>
>>> I tried the same operation in SOAPUI and it works fine. "readNinewells"
>>> is a correct operation.
>>>
>>> Thanks.
>>>
>>> On Sun, Nov 12, 2017 at 12:55 AM, Mushthaq Rumy <[email protected]>
>>> wrote:
>>>
>>>> Hi Pririya,
>>>>
>>>> Seems like the operation you use is an incorrect operation. Was this
>>>> working fine in SOAPUI? Could you please check if *"readNinewells" *is
>>>> the correct operation?
>>>>
>>>> Thanks & Regards,
>>>> Mushthaq
>>>>
>>>> On Sat, Nov 11, 2017 at 11:59 PM, Piriya Sivalingam <[email protected]>
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I am creating an API in ESB 5.0.0 for GET Resource, where I have a
>>>>> secured SOAP backend service. Below is my synapse configuration of the 
>>>>> API.
>>>>> I find some error logged in the console.
>>>>>
>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>> <api xmlns="http://ws.apache.org/ns/synapse";
>>>>>      name="PatientAPI"
>>>>>      context="/patientapi">
>>>>>    <resource methods="GET" uri-template="/{patientId}">
>>>>>       <inSequence>
>>>>>          <header name="Authorization"
>>>>>                  scope="transport"
>>>>>                  value="Basic cGlyaXlhOnBpcml5YTEyMw=="/>
>>>>>          <payloadFactory media-type="xml">
>>>>>             <format>
>>>>>                <soapenv:Envelope xmlns:soapenv="http://schemas.
>>>>> xmlsoap.org/soap/envelope/"
>>>>>                                  xmlns:ser="http://service.sam
>>>>> ple.ninewells.com">
>>>>>                   <soapenv:Header/>
>>>>>                   <soapenv:Body>
>>>>>                      <ser:readNinewells>
>>>>>                         <ser:patientId>1111</ser:patientId>
>>>>>                      </ser:readNinewells>
>>>>>                   </soapenv:Body>
>>>>>                </soapenv:Envelope>
>>>>>             </format>
>>>>>             <args>
>>>>>                <arg value="1990"/>
>>>>>             </args>
>>>>>          </payloadFactory>
>>>>>          <header name="Action" value="urn:readNinewells"/>
>>>>>          <property name="SOAPAction" value="urn:readNinewells"
>>>>> scope="transport"/>
>>>>>          <property name="messageType"
>>>>>                    value="application/soap+xml"
>>>>>                    scope="axis2"
>>>>>                    type="STRING"/>
>>>>>          <send>
>>>>>             <endpoint>
>>>>>                <address uri="https://xxxx.xx.xx.xx:xxx
>>>>> 3/services/NinewellsPatientService"
>>>>>                         format="soap11"/>
>>>>>             </endpoint>
>>>>>          </send>
>>>>>       </inSequence>
>>>>>       <outSequence>
>>>>>          <property name="messageType"
>>>>>                    value="application/json"
>>>>>                    scope="axis2"
>>>>>                    type="STRING"/>
>>>>>          <send/>
>>>>>       </outSequence>
>>>>>    </resource>
>>>>> </api>
>>>>>
>>>>> There is a 500 Internal Server Error logged in the console.
>>>>>
>>>>> Below is the exception found.
>>>>> {"faultstring":"The endpoint reference (EPR) for the Operation not
>>>>> found is /services/DurdansPatientService and the WSA Action = null.
>>>>> If this EPR was previously reachable, please contact the server
>>>>> administrator."}
>>>>>
>>>>> Highly appreciate your advice on this.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> *Piriya Sivalingam*
>>>>>
>>>>> *Software Engineer - Support Team*
>>>>>
>>>>> *WSO2*
>>>>> *Mobile : +94 77 8462039 <+94%2077%20846%202039>*
>>>>>
>>>>> [image: http://wso2.com/signature] <http://wso2.com/signature>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Dev mailing list
>>>>> [email protected]
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Mushthaq Rumy
>>>> *Software Engineer*
>>>> Mobile : +94 (0) 779 492140 <%2B94%20%280%29%20773%20451194>
>>>> Email : [email protected]
>>>> WSO2, Inc.; http://wso2.com/
>>>> lean . enterprise . middleware.
>>>>
>>>> <http://wso2.com/signature>
>>>>
>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> *Piriya Sivalingam*
>>>
>>> *Software Engineer - Support Team*
>>>
>>> *WSO2*
>>> *Mobile : +94 77 8462039 <+94%2077%20846%202039>*
>>>
>>> [image: http://wso2.com/signature] <http://wso2.com/signature>
>>>
>>>
>>
>>
>> --
>> Mushthaq Rumy
>> *Software Engineer*
>> Mobile : +94 (0) 779 492140 <%2B94%20%280%29%20773%20451194>
>> Email : [email protected]
>> WSO2, Inc.; http://wso2.com/
>> lean . enterprise . middleware.
>>
>> <http://wso2.com/signature>
>>
>
>
>
> --
> Regards,
>
> *Piriya Sivalingam*
>
> *Software Engineer - Support Team*
>
> *WSO2*
> *Mobile : +94 77 8462039 <+94%2077%20846%202039>*
>
> [image: http://wso2.com/signature] <http://wso2.com/signature>
>
>


-- 
Regards,

*Piriya Sivalingam*

*Software Engineer - Support Team*

*WSO2*
*Mobile : +94 77 8462039*

[image: http://wso2.com/signature] <http://wso2.com/signature>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:ax215="http://dto.service.sample.ninewells.com/xsd"; xmlns:ns1="http://org.apache.axis2/xsd"; xmlns:ns="http://service.sample.ninewells.com"; xmlns:ax213="http://service.sample.ninewells.com/xsd"; xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; targetNamespace="http://service.sample.ninewells.com";>
    <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"; wsu:Id="UTOverTransport">
        <wsp:ExactlyOne>
            <wsp:All>
                <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";>
                    <wsp:Policy>
                        <sp:TransportToken>
                            <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"></sp:HttpsToken>
                            </wsp:Policy>
                        </sp:TransportToken>
                        <sp:AlgorithmSuite>
                            <wsp:Policy>
                                <sp:Basic256></sp:Basic256>
                            </wsp:Policy>
                        </sp:AlgorithmSuite>
                        <sp:Layout>
                            <wsp:Policy>
                                <sp:Lax></sp:Lax>
                            </wsp:Policy>
                        </sp:Layout>
                        <sp:IncludeTimestamp></sp:IncludeTimestamp>
                    </wsp:Policy>
                </sp:TransportBinding>
                <sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";>
                    <wsp:Policy>
                        <sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient";></sp:UsernameToken>
                    </wsp:Policy>
                </sp:SignedSupportingTokens>
            </wsp:All>
        </wsp:ExactlyOne>
    </wsp:Policy>
    <wsdl:documentation>NinewellsPatientService</wsdl:documentation>
    <wsdl:types>
        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://dto.service.sample.ninewells.com/xsd";>
            <xs:complexType name="Patient">
                <xs:sequence>
                    <xs:element minOccurs="0" name="insurer" nillable="true" type="ax215:Insurer"></xs:element>
                    <xs:element minOccurs="0" name="medical" nillable="true" type="ax215:Medical"></xs:element>
                    <xs:element minOccurs="0" name="parentGuardian" nillable="true" type="ax215:ParentGuardian"></xs:element>
                    <xs:element minOccurs="0" name="patientContact" nillable="true" type="ax215:PatientContact"></xs:element>
                    <xs:element minOccurs="0" name="patientFullName" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="patientId" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="physician" nillable="true" type="ax215:Physician"></xs:element>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="Insurer">
                <xs:sequence>
                    <xs:element minOccurs="0" name="insurerEmail" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="insurerName" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="insurerPhone" nillable="true" type="xs:string"></xs:element>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="Medical">
                <xs:sequence>
                    <xs:element minOccurs="0" name="condition" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="treatment" nillable="true" type="xs:string"></xs:element>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="ParentGuardian">
                <xs:sequence>
                    <xs:element minOccurs="0" name="guardianEmail" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="guardianName" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="guardianPhone" nillable="true" type="xs:string"></xs:element>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="PatientContact">
                <xs:sequence>
                    <xs:element minOccurs="0" name="address" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"></xs:element>
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="Physician">
                <xs:sequence>
                    <xs:element minOccurs="0" name="physicianEmail" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="physicianName" nillable="true" type="xs:string"></xs:element>
                    <xs:element minOccurs="0" name="physicianPhone" nillable="true" type="xs:string"></xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.sample.ninewells.com/xsd";>
            <xs:complexType name="NinewellsException">
                <xs:sequence></xs:sequence>
            </xs:complexType>
        </xs:schema>
        <xs:schema xmlns:ax214="http://service.sample.ninewells.com/xsd"; xmlns:ax216="http://dto.service.sample.ninewells.com/xsd"; attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.sample.ninewells.com";>
            <xs:import namespace="http://service.sample.ninewells.com/xsd";></xs:import>
            <xs:import namespace="http://dto.service.sample.ninewells.com/xsd";></xs:import>
            <xs:element name="NinewellsPatientServiceNinewellsException">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="NinewellsException" nillable="true" type="ax214:NinewellsException"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="readNinewells">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="patientId" nillable="true" type="xs:string"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="readNinewellsResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ax215:Patient"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="readRecordNinewells">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="patientId" nillable="true" type="xs:string"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="readRecordNinewellsResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="ax215:Patient"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="putNinewells">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="patient" nillable="true" type="ax215:Patient"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="postNinewells">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="patient" nillable="true" type="ax215:Patient"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="deleteNinewells">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="patientId" nillable="true" type="xs:string"></xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="deleteNinewellsRequest">
        <wsdl:part name="parameters" element="ns:deleteNinewells"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="NinewellsPatientServiceNinewellsException">
        <wsdl:part name="parameters" element="ns:NinewellsPatientServiceNinewellsException"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="readNinewellsRequest">
        <wsdl:part name="parameters" element="ns:readNinewells"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="readNinewellsResponse">
        <wsdl:part name="parameters" element="ns:readNinewellsResponse"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="putNinewellsRequest">
        <wsdl:part name="parameters" element="ns:putNinewells"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="postNinewellsRequest">
        <wsdl:part name="parameters" element="ns:postNinewells"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="readRecordNinewellsRequest">
        <wsdl:part name="parameters" element="ns:readRecordNinewells"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="readRecordNinewellsResponse">
        <wsdl:part name="parameters" element="ns:readRecordNinewellsResponse"></wsdl:part>
    </wsdl:message>
    <wsdl:portType name="NinewellsPatientServicePortType">
        <wsdl:operation name="deleteNinewells">
            <wsdl:input message="ns:deleteNinewellsRequest" wsaw:Action="urn:deleteNinewells"></wsdl:input>
            <wsdl:fault message="ns:NinewellsPatientServiceNinewellsException" name="NinewellsPatientServiceNinewellsException" wsaw:Action="urn:deleteNinewellsNinewellsPatientServiceNinewellsException"></wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readNinewells">
            <wsdl:input message="ns:readNinewellsRequest" wsaw:Action="urn:readNinewells"></wsdl:input>
            <wsdl:output message="ns:readNinewellsResponse" wsaw:Action="urn:readNinewellsResponse"></wsdl:output>
            <wsdl:fault message="ns:NinewellsPatientServiceNinewellsException" name="NinewellsPatientServiceNinewellsException" wsaw:Action="urn:readNinewellsNinewellsPatientServiceNinewellsException"></wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="putNinewells">
            <wsdl:input message="ns:putNinewellsRequest" wsaw:Action="urn:putNinewells"></wsdl:input>
            <wsdl:fault message="ns:NinewellsPatientServiceNinewellsException" name="NinewellsPatientServiceNinewellsException" wsaw:Action="urn:putNinewellsNinewellsPatientServiceNinewellsException"></wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="postNinewells">
            <wsdl:input message="ns:postNinewellsRequest" wsaw:Action="urn:postNinewells"></wsdl:input>
            <wsdl:fault message="ns:NinewellsPatientServiceNinewellsException" name="NinewellsPatientServiceNinewellsException" wsaw:Action="urn:postNinewellsNinewellsPatientServiceNinewellsException"></wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readRecordNinewells">
            <wsdl:input message="ns:readRecordNinewellsRequest" wsaw:Action="urn:readRecordNinewells"></wsdl:input>
            <wsdl:output message="ns:readRecordNinewellsResponse" wsaw:Action="urn:readRecordNinewellsResponse"></wsdl:output>
            <wsdl:fault message="ns:NinewellsPatientServiceNinewellsException" name="NinewellsPatientServiceNinewellsException" wsaw:Action="urn:readRecordNinewellsNinewellsPatientServiceNinewellsException"></wsdl:fault>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="NinewellsPatientServiceSoap11Binding" type="ns:NinewellsPatientServicePortType">
        <wsp:PolicyReference xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; URI="#UTOverTransport"></wsp:PolicyReference>
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document"></soap:binding>
        <wsdl:operation name="deleteNinewells">
            <soap:operation soapAction="urn:deleteNinewells" style="document"></soap:operation>
            <wsdl:input>
                <soap:body use="literal"></soap:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readNinewells">
            <soap:operation soapAction="urn:readNinewells" style="document"></soap:operation>
            <wsdl:input>
                <soap:body use="literal"></soap:body>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"></soap:body>
            </wsdl:output>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="putNinewells">
            <soap:operation soapAction="urn:putNinewells" style="document"></soap:operation>
            <wsdl:input>
                <soap:body use="literal"></soap:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="postNinewells">
            <soap:operation soapAction="urn:postNinewells" style="document"></soap:operation>
            <wsdl:input>
                <soap:body use="literal"></soap:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readRecordNinewells">
            <soap:operation soapAction="urn:readRecordNinewells" style="document"></soap:operation>
            <wsdl:input>
                <soap:body use="literal"></soap:body>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"></soap:body>
            </wsdl:output>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap:fault>
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="NinewellsPatientServiceSoap12Binding" type="ns:NinewellsPatientServicePortType">
        <wsp:PolicyReference xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"; URI="#UTOverTransport"></wsp:PolicyReference>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document"></soap12:binding>
        <wsdl:operation name="deleteNinewells">
            <soap12:operation soapAction="urn:deleteNinewells" style="document"></soap12:operation>
            <wsdl:input>
                <soap12:body use="literal"></soap12:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap12:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap12:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readNinewells">
            <soap12:operation soapAction="urn:readNinewells" style="document"></soap12:operation>
            <wsdl:input>
                <soap12:body use="literal"></soap12:body>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"></soap12:body>
            </wsdl:output>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap12:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap12:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="putNinewells">
            <soap12:operation soapAction="urn:putNinewells" style="document"></soap12:operation>
            <wsdl:input>
                <soap12:body use="literal"></soap12:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap12:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap12:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="postNinewells">
            <soap12:operation soapAction="urn:postNinewells" style="document"></soap12:operation>
            <wsdl:input>
                <soap12:body use="literal"></soap12:body>
            </wsdl:input>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap12:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap12:fault>
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="readRecordNinewells">
            <soap12:operation soapAction="urn:readRecordNinewells" style="document"></soap12:operation>
            <wsdl:input>
                <soap12:body use="literal"></soap12:body>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"></soap12:body>
            </wsdl:output>
            <wsdl:fault name="NinewellsPatientServiceNinewellsException">
                <soap12:fault use="literal" name="NinewellsPatientServiceNinewellsException"></soap12:fault>
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="NinewellsPatientServiceHttpBinding" type="ns:NinewellsPatientServicePortType">
        <http:binding verb="POST"></http:binding>
        <wsdl:operation name="deleteNinewells">
            <http:operation location="deleteNinewells"></http:operation>
            <wsdl:input>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="readNinewells">
            <http:operation location="readNinewells"></http:operation>
            <wsdl:input>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="putNinewells">
            <http:operation location="putNinewells"></http:operation>
            <wsdl:input>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="postNinewells">
            <http:operation location="postNinewells"></http:operation>
            <wsdl:input>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="readRecordNinewells">
            <http:operation location="readRecordNinewells"></http:operation>
            <wsdl:input>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="parameters"></mime:content>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="NinewellsPatientService">
        <wsdl:port name="NinewellsPatientServiceHttpsSoap11Endpoint" binding="ns:NinewellsPatientServiceSoap11Binding">
            <soap:address location="https://192.168.55.160:9443/services/NinewellsPatientService.NinewellsPatientServiceHttpsSoap11Endpoint/";></soap:address>
        </wsdl:port>
        <wsdl:port name="NinewellsPatientServiceHttpsSoap12Endpoint" binding="ns:NinewellsPatientServiceSoap12Binding">
            <soap12:address location="https://192.168.55.160:9443/services/NinewellsPatientService.NinewellsPatientServiceHttpsSoap12Endpoint/";></soap12:address>
        </wsdl:port>
        <wsdl:port name="NinewellsPatientServiceHttpsEndpoint" binding="ns:NinewellsPatientServiceHttpBinding">
            <http:address location="https://192.168.55.160:9443/services/NinewellsPatientService.NinewellsPatientServiceHttpsEndpoint/";></http:address>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to