-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from fincatto/dev
Organizado arquivos de documentação
- Loading branch information
Showing
5 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
################################################################################### | ||
##################################### ATENÇÃO ##################################### | ||
################################################################################### | ||
#### Esse arquivo é uma documentação interna, não há necessidade de seguir o #### | ||
#### passo-a-passo abaixo. #### | ||
################################################################################### | ||
################################################################################### | ||
|
||
Para gerar um client (stub) para o webservice do sefaz utilizando axis2: | ||
Baixe o .wsdl para a sua maquina. | ||
Acesse: https://axis.apache.org/axis2/java/core/download.cgi | ||
Faça o download da ultima versao da biblioteca. | ||
Extraia e vá ao diretório /bin | ||
Utilize o wsdl2java.sh como é mostrado no tópico "Generating Clients" e sub tópico "Axis Data Binding" no link : https://axis.apache.org/axis2/java/core/docs/userguide-creatingclients.html | ||
O comando será parecido com isso: sh wsdl2java.sh -uri ~/Desktop/SefazRecepcao.xml -p sefaz -d adb -s |
This file was deleted.
Oops, something went wrong.