Guest User

Untitled

a guest
Mar 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. PortTypeClient mservice = new PortTypeClient();
  2. string mlogin = mservice.login("user", "password");
  3.  
  4. <?xml version="1.0" encoding="utf-8"?>
  5. <configuration>
  6. <configSections>
  7. </configSections>
  8. <system.serviceModel>
  9. <bindings>
  10. <basicHttpBinding>
  11. <binding name="BTVBinding" maxReceivedMessageSize="2000000">
  12. <security mode="Transport" />
  13. </binding>
  14. </basicHttpBinding>
  15. </bindings>
  16. <client>
  17. <endpoint address="https://admin.mywebsite.com/index.php/api/v2_soap/index"
  18. binding="basicHttpBinding" bindingConfiguration="BTVBinding"
  19. contract="BTVMagento.PortType" name="Port1" >
  20. </endpoint>
  21. </client>
  22. </system.serviceModel>
  23.  
  24. System.ServiceModel.FaultException: 'SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://admin.mywebsite.com/index.php/api/v2_soap/index/?wsdl=1' : Premature end of data in tag html line 7
Add Comment
Please, Sign In to add comment