Integration webservice ADVPL x SOAP

Asked

Viewed 154 times

1

I’m developing an integration with a particular city and I’m getting the following feedback when I run by SoapUI. Could someone help me?

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <s:Fault>
         <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
         <faultstring xml:lang="pt-BR">Referência de cadeia de caracteres não foi definida como uma instância de cadeia de caracteres.
Nome do parâmetro: s</faultstring>
         <detail>
            <ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
               <HelpLink i:nil="true"/>
               <InnerException i:nil="true"/>
               <Message>Referência de cadeia de caracteres não foi definida como uma instância de cadeia de caracteres.
Nome do parâmetro: s</Message>
               <StackTrace><![CDATA[em System.Text.Encoding.GetBytes(String s)
   em CTIC.NFSE.Model.Implementadas.XML.WCFWebServices.ValidatorManager.ValidateByXsd(String xmlContent, List`1 listaMensagemRetorno)
   em CTIC.NFSE.Model.Implementadas.XML.WCFWebServices.ValidatorManager.ValidateLotSimplifyForm(String cpfCnpjTransmitter, String xmlDoLote)
   em CTIC.Framework.Model.Business.BOWebService.RecepcionarLoteRps(String xmlEnvio)
   em CTIC.NFSE.WebServices.NFSEServices.RecepcionarLoteRps(String xmlEnvio)
   em SyncInvokeRecepcionarLoteRps(Object , Object[] , Object[] )
   em System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   em System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
   em System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)]]></StackTrace>
               <Type>System.ArgumentNullException</Type>
            </ExceptionDetail>
         </detail>
      </s:Fault>
   </s:Body>
</s:Envelope>

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.