Re: How to Create a JSON webservice using Powerbuilder.Net
Make sure that you also specify a UriTemplate for the operation. I'm actually using the WebInvoke with the method set to GET here instead of the WebGet. Also, we need to make some changes to the...
View ArticlePowerbuilder Classic 12.5.2 (5629) - Does Not Save Script Editor Font Settings
I recently installed PowerBuilder Classic 12.5.2 on a new Windows 7 SP1 (64 bit) machine. Every time I change the script editor font in the IDE via the Design > Options menu it does not save the...
View ArticleRe: PB License on a VM
By default, SySAM uses the network card for the license. I'd recommend basing it on the hard drive serial number instead. The lmutil utility can be used to get that value: Determining Host IDs That...
View ArticleRe: PB License on a VM
Hi, Mark, On a VM you will need to use a served license and install the SySAM license server. An unserved license will not work past the trial period on a VM. Follow these steps: 1) Download the...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Then i have deployed the webservice and run the webservice.The Same wsdl file is created.I have checked in the request and response also.I am not able to find any difference Did you access the service...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Yes, bruce,I tried to access the service in a browser.But not able to see the REST client.The same soap client is showing How can i use the REST API, is there any document available ?Please suggest....
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Go to the address you used for the WSDL: http://hnw00132966w7.dsths.ad.dstcorp.net/_wcfservice/n_customnonvisual.svc?wsdl But add on what you gave for the UriTemplate...
View ArticleRe: Powerbuilder Classic 12.5.2 (5629) - Does Not Save Script Editor Font...
My Script Editor settings are stored in the pb.ini under %LOCALAPPDATA%\Sybase\PowerBuilder 12.5(C:\Users\<Username>\AppData\Local\Sybase\PowerBuilder 12.5). hth Arnd
View ArticleRe: Powerbuilder Classic 12.5.2 (5629) - Does Not Save Script Editor Font...
Lines 11 & 12 of my pb.ini file: EditorFontHeight=12EditorFontName=Consolas Make sure your pb.ini file is not read-only and in a location you can update.
View ArticleCan or should I be using the PB web service for a new html jquery project
OK. I'll be honest. I'm a little behind on PB releases so I'm unsure of what's possible with the current web service other than what I've picked up on video demos and newsgroups. My web experience has...
View Articleslow insertrow in datawindow versus datastore
Hi, We have a performance problem in some lists. The datawindow is filled up with insertrows and after 20-30 rows, the insertrow is very slow. When we use a datastore and do a sharedata at the end,...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
thanks bruce.I changed it.Now my url is ( giving the uritemplate - as jsontest1)http://hnw00132966w7.dsths.ad.dstcorp.net/_wcfservice/n_wcfservice_connectservice.svc/json1 Now in browser i am getting...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
You said the uritemplate was jsontest1, but in the URL you posted it is json1. It has to match. You would also get this if you didn't get the endpoint created correctly in the config file....
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Sorry bruce, it's my fault.The uritemplate is json1 only.I have again check the confi and it is ok.I changed the service attribute . I changed the Address filter mode of service behavior to...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
You've got a configuration issue somewhere. Show me: a. A screenshot of what you have for the WebInvoke attributesb. The text of your webservice_host.exe.config file.
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Hi Bruce, please find the webconfig file. <?xml version="1.0" encoding="utf-8"?><configuration> <system.serviceModel> <services> <service...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
>>I am unable to attach the screenshot to this linkClick the camera at the top of the response window. It should allow you to add a picture.
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Thanks Bruce.Please find the screen shot.Please let me know if anything you required. regardsSubrat
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
The config file looks good. Just want to make sure it's the one that is being used. You're using the console host right, not IIS? And the config file you're editing is in a folder like:...
View Article