Re: Web Service Help
Hi Rick; I hope that this article may help you in this endeavour: http://pbdj.sys-con.com/node/943812 Regards ...Chris
View ArticleRe: Web Service Help
You restart the SQLAnywhere database service with the extra "-xs http(port=8080)" switch. That allows SQLAnywhere to start an HTTP listener on port 8080 and exposes your new web services. -Paul-
View ArticleRe: Web Service Help
I started the database with the -xs option and if I open the browser and put this in, http://localhost:8080/mytest1, I do see the schema. But when I am trying to create a web service proxy in PB, and...
View ArticleRe: Web Service Help
You have the option of a file or a URL. Use the URL. http://localhost:8080/mytest1?WSDL
View ArticleRe: Web Service Help
Upon hitting the next button, I get this on the next page. There is no service in the WSDL filePlease go back and select the file again.
View ArticleRe: Web Service Help
Quick change to Beverly's SQL script: CREATE SERVICE "mysample" TYPE 'SOAP' DATATYPE ON USER DBA AUTHORIZATION OFF AS select customers.ID from Customers ; CREATE SERVICE "mytest1"...
View ArticleRe: Web Service Help
Hi Rick; The link I posted earlier walks your through the process step by step with screen snapshots to guide you. From the PB side - use a Web Service DataWindow to easily guide you through building...
View ArticleRe: Size of a database blob in Oracle
Hi Luiz; Not only what Bruce already mentioned ... its also possible that the OLE container has converted the data from UTF-8 to UTF-16 (double-byte) - depending on the Blob data-stream type. So...
View ArticleObjects in memory view
Hello, everybody! Since Powerbuilder .NET doesn't support the good "Objects in memory view" as Powerbuilder Classic, does anyone know a good replacement for this feature? Thanks! Deise
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
There's no technical requirement that's forcing you to use a separate license for any of this. You can setup PowerGen to run the build process right on each developers' workstation - just use a...
View ArticleRe: Powerbuilder with Virtual Machine / Build Machine environment
We only have one Windows account on our build machine that is used for doing buids. I suppose any of the developers could log on under that ID and run the builds, but in practice only one developer is...
View ArticleRe: Web Service Help
Ok. Downloaded the SDK and I was able to create a web service proxy using the examples that Paul provided. I also read that I needed to import the PBWSClient105.pbx. So I did that. I tried using the...
View ArticleRe: Web Service Help
You didn't say what the errors were... Make sure that PBWSClient105.pbd (from \Program Files (x86)\Shared\PowerBuilder, or whatever that same folder was for the 10.5 release) is in your project's...
View ArticleRe: Problem with papersize and orientation between standard and label...
Hi Karen, I had an old CR using the Zebra ZM400 print driver that sounds similar. PB engineering looked into it back then and said it was not a PB issue. The datawindow print method uses the...
View ArticleRe: Web Service Help
I get these right off the bat. Illegal data type: mytest1Illegal data type: pbdom_builderIllegal data type: pbdom_documentIllegal data type: pbdom_element
View ArticleRe: Web Service Help
illegal data type = bad target library list. What does yours look like? Post the full library list here. 1) Did you generate the web service proxy project? 2) Which PBL did you generate the proxy...
View ArticleRe: Web Service Help
It looks like you're trying to use the PBDOM extension as well. You need to make sure you have that PBD (PBDOM105.PBD) in your library search path or import the PBX (PBDOM105.PBX) into one of your...
View ArticleRe: error click on datawindow in webform
Hi Ridwan; FYI: Webforms is EOL'ed and was removed from PB in v12.5.2. FWIW: The Webform feature was always troublesome depending on the features you used and I personally encountered many stability...
View ArticleRe: Opensheetwithparm function
Hi guys, Thanks a lot for your replies and suggestions. This exact same version runs without any problem on a dozen of other workstations. I am quite sure it has nothing to do with the powerbuilder...
View ArticleORCAScript Build Project ???
Tested with PB 12.6 I found this article OrcaScript Tips, Tricks, Quicks and Snips which clearly shows an example of building via project object properties in ORCAScript syntax is build project pblName...
View Article