please see my attachment for details and suggest.
Using Powerbuilder 2017 R2 Build 1769
Created .Netwebservice
My WSDL (http://ppccchhhh:8089/webservice/GetProviders.asmx?WSDL)
is output is …
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://tempurl.org" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempurl.org" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"><wsdl:types><s:schema targetNamespace="http://tempurl.org" elementFormDefault="qualified"><s:element name="of_get_providers"><s:complexType><s:sequence><s:element type="tns:ArrayOfS_prv_str" name="al_rows" maxOccurs="1" minOccurs="0"/></s:sequence></s:complexType></s:element><s:complexType name="ArrayOfS_prv_str"><s:sequence><s:element type="tns:s_prv_str" name="s_prv_str" maxOccurs="unbounded" minOccurs="0" nillable="true"/></s:sequence></s:complexType><s:complexType name="s_prv_str"><s:sequence><s:element type="s:string" name="pers_lllll_myid" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="eeee_myid" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="eeee_dcd" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="eeee_txt" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="provider_myid" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="hp_practitioner_id" maxOccurs="1" minOccurs="0"/><s:element type="s:string" name="lllll_myid" maxOccurs="1" minOccurs="0"/><s:element type="s:double" name="lllll_id" maxOccurs="1" minOccurs="1"/><s:element type="s:dateTime" name="effective_dt" maxOccurs="1" minOccurs="1"/><s:element type="s:dateTime" name="end_dt" maxOccurs="1" minOccurs="1"/></s:sequence></s:complexType><s:element name="of_get_providersResponse"><s:complexType><s:sequence><s:element type="s:int" name="of_get_providersResult" maxOccurs="1" minOccurs="1"/><s:element type="tns:ArrayOfS_prv_str" name="al_rows" maxOccurs="1" minOccurs="0"/></s:sequence></s:complexType></s:element></s:schema></wsdl:types><wsdl:message name="of_get_providersSoapIn"><wsdl:part name="parameters" element="tns:of_get_providers"/></wsdl:message><wsdl:message name="of_get_providersSoapOut"><wsdl:part name="parameters" element="tns:of_get_providersResponse"/></wsdl:message><wsdl:portType name="GetProvidersSoap"><wsdl:operation name="of_get_providers"><wsdl:input message="tns:of_get_providersSoapIn"/><wsdl:output message="tns:of_get_providersSoapOut"/></wsdl:operation></wsdl:portType><wsdl:binding type="tns:GetProvidersSoap" name="GetProvidersSoap"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="of_get_providers"><soap:operation style="document" soapAction="http://tempurl.org/of_get_providers"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding type="tns:GetProvidersSoap" name="GetProvidersSoap12"><soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="of_get_providers"><soap12:operation style="document" soapAction="http://tempurl.org/of_get_providers"/><wsdl:input><soap12:body use="literal"/></wsdl:input><wsdl:output><soap12:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="GetProviders"><wsdl:port name="GetProvidersSoap" binding="tns:GetProvidersSoap"><soap:address lllll="http://hpcpnbatch:8089/webservice/GetProviders.asmx"/></wsdl:port><wsdl:port name="GetProvidersSoap12" binding="tns:GetProvidersSoap12"><soap12:address lllll="http://hpcpnbatch:8089/webservice/GetProviders.asmx"/></wsdl:port></wsdl:service></wsdl:definitions>
My registry entry..for (.Netframe work) ion Windows 10 machine
When created client and trying to consume I’m getting below error.
I just have very simple code behind window button..
When I run....
You have 2 options:
1. ) Call the webservice by using the correct endpoint
2. ) Redeploy you webservice and make sure your deployment was successfull