1. Rahul Kumar Shaw
  2. PowerBuilder
  3. Tuesday, 25 July 2017 10:59 AM UTC

I am trying to migrate from 12.5 to PB2017 and getting error 'illegal data soapconnection'. Can you please suggest how can I get rid of this?

Bruce Armstrong Accepted Answer Pending Moderation
  1. Tuesday, 25 July 2017 13:53 PM UTC
  2. PowerBuilder
  3. # 1

The SoapConnection class is part of the web service client PBNI extensions.  If you used the .Net engine to create the client you need to add pbwsclient70.pbd to your target library path or import the objects from pbwsclient70.pbx to one of your existing PBLs.  If you used the old EasySoap engine, then you need to add pbsoapclient70.pbd or import pbsoapclient70.pbx instead.  It has to be one or the other, you can't add/import both.

Comment
There are no comments made yet.
Ashutosh Varshney Accepted Answer Pending Moderation
  1. Tuesday, 25 July 2017 13:48 PM UTC
  2. PowerBuilder
  3. # 2

Make sure you migrate pbwsclientxxx.pbd first and then include it in your library list.

Comment
  1. Rahul Kumar Shaw
  2. Tuesday, 25 July 2017 20:43 PM UTC
What does it mean? To migrate i need to include in the target. By library list what do you mean?

  1. Helpful
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.