Galera criei um werbservice no netbeans e dando uma olhada no seu WSDL está assim
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.4-b01-.
-->
- <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.4-b01-.
-->
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://Serv/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://Serv/"
Como padrão ele é criado no encode UTF-8, precisava mudar para ACII alguem pode me dizer como eu especifico o encode de um webservice, eu fazendo esta mudança seu retorno será em ascII correto?
Obrigado!