Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Jose Eduardo Castilho / Jose Eduardo Castilho (ze_tbte)
Created: 07/02/2014
Components: Web Services
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Error acess the WEBSERVICE:
Cannot generate stub objects for web service invocation. Name: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. WSDL: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors.
The error occurred on line 109.
I am using this code:
<cfinvoke webservice="http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL" returnvariable="retorno1" method="GERA_OP_PRD_WF">
<cfinvokeargument name="ARMAZEM" value="01">
<cfinvokeargument name="CODIGOFILIAL" value="01">
<cfinvokeargument name="CODIGOPRODUTO" value="#codigo#">
<cfinvokeargument name="DTEMISSAO" value="#DateFormat(GetOSPendentes.OSDataInicio,"MMDDYYYY")#">
<cfinvokeargument name="DTPREVFIM" value="#DateFormat(GetOSPendentes.OSDataPrevista,"MMDDYYYY")#">
<cfinvokeargument name="DTPREVINICIO" value="#DateFormat(GetOSPendentes.OSDataInicio,"MMDDYYYY")#">
<cfinvokeargument name="DTPRODUCAO" value="#DateFormat(GetOSPendentes.OSDataOK,"MMDDYYYY")#">
<cfinvokeargument name="DTREALFIM" value="#DateFormat(GetOSPendentes.OSDataOK,"MMDDYYYY")#">
<cfinvokeargument name="ITEMOP" value="01">
<cfinvokeargument name="NUMERODOCUMENTO" value="#NumberFormat(GetOSPendentes.OSNum,"000000")#">
<cfinvokeargument name="NUMEROOP" value="#NumberFormat(GetOSPendentes.Osnum,"000000")#">
<cfinvokeargument name="PARCIALOUTOTAL" value="T">
<cfinvokeargument name="QUANTIDADE" value="#GetOSPendentes.OSQtdeSolicitada#">
<cfinvokeargument name="QUANTIDADEPRODUZIDA" value="#GetOSPendentes.OSQtdeProduzida#">
<cfinvokeargument name="SEQUENCIAOP" value="001">
</cfinvoke> <cfdump var="#retorno1#">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3784419
External Customer Info:
External Company:
External Customer Name: ze_tbte
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: