I use the wwhttp from West-Wind.
I am having issue knowing how to call the web service.
I have a URL
I have the certificate# installed on my machine from the vendor.
this is their document:
however, this is not the XML. I am confused between the wdsl and the xml that i need to post to get the result back.
any help?
Ez Logic
Michigan
I am having issue knowing how to call the web service.
I have a URL
I have the certificate# installed on my machine from the vendor.
this is their document:
Code:
GetProvidersRequest WSDL Snippet
<xs:element name = "GetProvidersRequest">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="urn:Qpay.POSII.DataContracts" minOccurs="0" name="Header"
nillable="true"
type="q1:POSRequestHeader"/>
</xs:sequence>
</xs:complexType>
</xs:element>
POSRequestHeader WSDL Snippet
<xs:complexType name="POSRequestHeader">
<xs:sequence>
<xs:element name="User" nillable="true" type="xs:string"/>
<xs:element name="CertPublicKey" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="UIID" nillable="true" type="xs:short:/>
</xs:sequence>
</xs:complexType>
<xs:element name="POSRequestHeader" nillable="true" type="tns:POSRequestHeader"/>
<xs:complexType name = "POSResponseHeader">
however, this is not the XML. I am confused between the wdsl and the xml that i need to post to get the result back.
any help?
Ez Logic
Michigan