Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed setup.py problem & encoding issues #88

Open
wants to merge 11 commits into
base: py3k
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added M2Crypto-0.37.1-cp39-cp39-win_amd64.whl
Binary file not shown.
Binary file added cache/24e95ac2a24a18e07d8fca057d7155da.pkl
Binary file not shown.
115 changes: 115 additions & 0 deletions cache/24e95ac2a24a18e07d8fca057d7155da.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="https://wsaahomo.afip.gov.ar/ws/services/LoginCms" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://wsaahomo.afip.gov.ar/ws/services/LoginCms" xmlns:intf="https://wsaahomo.afip.gov.ar/ws/services/LoginCms" xmlns:tns1="http://wsaa.view.sua.dvadac.desein.afip.gov" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://wsaa.view.sua.dvadac.desein.afip.gov" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="https://wsaahomo.afip.gov.ar/ws/services/LoginCms"/>
<element name="loginCms">
<complexType>
<sequence>
<element name="in0" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="loginCmsResponse">
<complexType>
<sequence>
<element name="loginCmsReturn" type="xsd:string"/>
</sequence>
</complexType>
</element>
</schema>
<schema elementFormDefault="qualified" targetNamespace="https://wsaahomo.afip.gov.ar/ws/services/LoginCms" xmlns="http://www.w3.org/2001/XMLSchema">
<complexType name="LoginFault">
<sequence/>
</complexType>
<element name="fault" type="impl:LoginFault"/>
</schema>
</wsdl:types>

<wsdl:message name="loginCmsRequest">

<wsdl:part element="tns1:loginCms" name="parameters">

</wsdl:part>

</wsdl:message>

<wsdl:message name="LoginFault">

<wsdl:part element="impl:fault" name="fault">

</wsdl:part>

</wsdl:message>

<wsdl:message name="loginCmsResponse">

<wsdl:part element="tns1:loginCmsResponse" name="parameters">

</wsdl:part>

</wsdl:message>

<wsdl:portType name="LoginCMS">

<wsdl:operation name="loginCms">

<wsdl:input message="impl:loginCmsRequest" name="loginCmsRequest">

</wsdl:input>

<wsdl:output message="impl:loginCmsResponse" name="loginCmsResponse">

</wsdl:output>

<wsdl:fault message="impl:LoginFault" name="LoginFault">

</wsdl:fault>

</wsdl:operation>

</wsdl:portType>

<wsdl:binding name="LoginCmsSoapBinding" type="impl:LoginCMS">

<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

<wsdl:operation name="loginCms">

<wsdlsoap:operation soapAction=""/>

<wsdl:input name="loginCmsRequest">

<wsdlsoap:body use="literal"/>

</wsdl:input>

<wsdl:output name="loginCmsResponse">

<wsdlsoap:body use="literal"/>

</wsdl:output>

<wsdl:fault name="LoginFault">

<wsdlsoap:fault name="LoginFault" use="literal"/>

</wsdl:fault>

</wsdl:operation>

</wsdl:binding>

<wsdl:service name="LoginCMSService">

<wsdl:port binding="impl:LoginCmsSoapBinding" name="LoginCms">

<wsdlsoap:address location="https://wsaahomo.afip.gov.ar/ws/services/LoginCms"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>
Binary file added cache/273d9007b7636f93fada0091c091a5d3.pkl
Binary file not shown.
Loading