<?xml version="1.0" encoding="UTF-8"?>
</message>
<portType name="VistAWebServicePort">
<operation name="execute">
<input message="tns:execute">
</input>
<output message="tns:executeResponse">
</output>
</operation>
</portType>
<binding type="tns:VistAWebServicePort" name="VistAWebServicePort">
<definitions xmlns:tns="VISTA" xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding" xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="VISTA">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="execute">
<soap:operation style="rpc" soapAction="" />
<input>
<soap:body use="encoded" namespace="VISTA" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="VISTA" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<message name="execute">
</binding>
<service name="VistAWebService">
<port name="VistAWebServicePort" binding="tns:VistAWebServicePort">
<soap:address location="http://ps-dev.commserv.healthevet.domain.ext:8110/psim_webservice/VistAWebService" />
</port>
</service>
</definitions>
<part xmlns:partns="http://www.w3.org/2001/XMLSchema" name="requestXML" type="partns:string">
</part>
</message>
<message name="executeResponse">
<part xmlns:partns="http://www.w3.org/2001/XMLSchema" name="responseXML" type="partns:string">
</part>
|