cancel
Showing results for 
Search instead for 
Did you mean: 

PB 12.5 Soap Connection, Bad Runtime Function Reference

Former Member
0 Kudos

I am getting a Bad Runtime Function Reference when calling createInstance method on a Soap Connection:

try

SoapConnection conn

conn = create SoapConnection

conn.createInstance (lnv_webservice, 'canonicserviceforapmessage')

it is working fine in my Development environment, but when i build the application and run on another windows 7 64 bit PC, i get the error.   We are using both a Windows 7 32 but and 64 bit machines for our development.   i think the issue is with dlls.    does anyone know what dlls are required to make the Soap Connection work.

thanks

Jim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jim,

In addition to the PB runtime files, WebServices requires the following files:

ExPat125.dll, libeay32.dll, ssleay32.dll, xerces-c_2_6.dll, xerces-depdom_2_6.dll, EasySoap125.dll, pbnetwsruntime125.dll, pbsoapclient125.pbx, pbwsclient125.pbx, Sybase.PowerBuilder.WebService.Runtime.dll, Sybase.PowerBuilder.WebService.RuntimeRemoteLoader.dll

Also verify that you don't have any duplicates of the libeay32.dll or ssleay32.dll.   You will need to use the version of libeay32.dll and ssleay32.dll thats provided with the PB installation.

Thanks,

Beverly Duquette

Former Member
0 Kudos

Thanks Beverly.  that did the trick.

Jim

Answers (0)