Hi Experts,
I have a next one interface:
WS <---> PI <----> ERP
the WSDL import is with RPC style then I dont have mapping.
when Generate the PROXY, Im get error because WSDL have a ArrayType:
this is error:
the WSDL in this LINE is:
url : http://190.96.76.23/WebApp/WS/ws_fonasa_isapres.php?wsdl
I read a document from SDN that says, you must change the arrayType by SEQUENCE, but to change it just does not work, it returns the following error:
Cannot use string offset as an array.
This is XML RESPONSE from Web Services:
(I get this Correct Response because I generate WS from PI to execute the WSDL WS<--->PI<--->WS)
plis, help me in this error.