Hello All,
Need help calling a Webservice
I have this endpoint
http://efxpywsdev.informconf.com.py/Services/PDFServicePriv.svc?wsdl
i can create the proxy object with no problem
when i call any method in the WS it fails with the message:
no se puede reflejar el método reporteempresatipob
this is the method definition
reporteempresatipob ( long xitipopassword, boolean xitipopasswordspecified, longlong xlafiliado, boolean xlafiliadospecified, longlong xlpersona, boolean xlpersonaspecified, string xscontrasenia, string xsip, string xsruc, string xsusuario, ref byte lopdf[] ) returns string
i added the line to generate the log file and it is empty
any way i can trace the root of the problem
Can it be cause bye the ref byte lopdf[]
Technically you can use either depending on the response size. If you use Read Data in a loop you can get 1024 byte chunks and write them to disk to reconstruct your PDF file.
Glad I was able to help point you in the right direction and well done for getting the request working.
Cheers
David