Last doc (último documento) [ES] | [EN] | [PT]

Nacex Web Service

   To call a method with a browser must use http://pda.nacex.com:80/nacex_ws/ws 
   followed by the mandatory parameters described below.
Parameters method : Method of the Web Service. user : User provided by Nacex. pass : Password provided by Nacex. data : Pipe separated parameters that belongs to the method. Return values Return value is a string separated by pipes, you must split it to get diferent values. Examples: http://pda.nacex.com:80/nacex_ws/ws?method=getExpeCodigo&user=TEST&pass=8625F04B744F6A0B6FBC1ED5DFCE49A4 http://pda.nacex.com:80/nacex_ws/ws?method=getAgencia&user=TEST&pass=8625F04B744F6A0B6FBC1ED5DFCE49A4&data=08100 http://pda.nacex.com:80/nacex_ws/ws?method=getPueblos&user=TEST&pass=8625F04B744F6A0B6FBC1ED5DFCE49A4&data=cp=08001|inc_cp=S You can also use the standard SOAP version. Get WSDL description at http://pda.nacex.com:80/nacex_ws/soap?wsdl