1. RAGHAVA KALLAM
  2. PowerBuilder
  3. Tuesday, 5 March 2019 15:00 PM UTC

Webservice proxy wizard is not showing under Project tab in PB2017 Build 1681

 

Attachments (1)
RAGHAVA KALLAM Accepted Answer Pending Moderation
  1. Wednesday, 6 March 2019 20:15 PM UTC
  2. PowerBuilder
  3. # 1

I have fixed issue. It was fixed after imported the PB extensions.

Thanks for help.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 6 March 2019 20:11 PM UTC
  2. PowerBuilder
  3. # 2

Hi Raghav;

   If you are using a .Net based WS DataWindow this could be the issue. The .Net WS DW generates a .Net Assembly DLL that would then be required at run time (or even in the DW Painter under "preview") when you do a Retrieve() command. If this .Net DLL is now missing or you forgot to deploy it with your App's EXE - then, you would get this type of message.

   You can check the WS DWO's source and see if this might be the case by just using the RHMB on the DWO in question and then selecting "Edit Source". A .Net WS DW will have something like the following within its source ...

 webservice=(WSDL="http://localhost//.asmx?WSDL"  assembly=".dll"  namespace="WebService"

   If the above is true in your DW's case but the .Net DLL cannot be located, then there could be an issue in recreating the DLL. This is typically because the PB.INI does not contain two critical entries upon initial installation, as follows:

[Data Window]                         // Add the following to this section
GenerateWSAssembliesOnCompile=YES
debug_ws_metadata=YES

  Note that the real "working" PB.INI in your PC will typically be located, as follows:  
c:\users\<YourName>\appdata\local\appeon\powerbuilder 17.0

 

    Once you have the missing PB.INI entries added, recycle your PB IDE and then perform a "regenerate" on the WS DWO. The missing .Net DLL should now appear in the App's WorkSpace folder work area. The WS DWO should now run OK from the PB IDE. If that is the case, don't forget to "copy" this  DLL to your App EXE's location for deployment.

HTH
Regards ... Chris

Comment
There are no comments made yet.
RAGHAVA KALLAM Accepted Answer Pending Moderation
  1. Wednesday, 6 March 2019 13:29 PM UTC
  2. PowerBuilder
  3. # 3

I am using 2017 R3 Build 1880. Now showing Web Service Proxy's.

But getting DLL not found error.

Attachments (1)
Comment
There are no comments made yet.
RAGHAVA KALLAM Accepted Answer Pending Moderation
  1. Tuesday, 5 March 2019 20:39 PM UTC
  2. PowerBuilder
  3. # 4

I am using 2017 R3 Build 1880. Now I am seeing Web service proxy wizard.

But getting DLL not found error.

Comment
  1. Chris Pollach @Appeon
  2. Tuesday, 5 March 2019 20:59 PM UTC
Does it say what DLL is missing?
  1. Helpful
  1. Kevin Ridley
  2. Wednesday, 6 March 2019 13:19 PM UTC
Raghava,

Screen prints or full error messages are helpful in this type of situation.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 5 March 2019 20:33 PM UTC
  2. PowerBuilder
  3. # 5

Hi Raghava;

   Your PB version / build is too old - especially if you are using the "Standard" edition (see your Help => About dialogue in the IDE). Web Service proxies and in fact Web Services in general were only added to the "Standard" edition of PB2017 in PB2017R2. You are on build 1681 which is before the R2 (Revision2) release. You should now be on either PB2017R3 (build 1858) or MR01 (build 1880) to see these Web Service options.

FYI ...

HTH

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.