1. Erwin Milke
  2. PowerBuilder
  3. Sunday, 11 November 2018 16:21 PM UTC

Hello guys

Can someone please help me to clear out this issue?

I try to create a web Service in appeon PB 2017 R3 but I cannot advance after declaring the WSDL file. 

Background

  • Appeon PowerBuilder 2017 R3
  • Declaring web Service proxy wizard as classic SOAP Engine ( with “use .Net Engine” checkbox off )
  • WSDL file is https://serviciow.compusoluciones.com/servicio.php?wsdl
  • PHP code for these services
  • WSDL file is in a production environment, working well for other customers connecting with excel or visual basic interfaces.

Error

I get an empty services windows with a message "There is no service in the WSDL file" ( check the image file )

Four services are supossed to be provided

  1. GetArt
  2. GetArtTxt
  3. GetAll
  4. GetList

Thanks in advance for taking a quick glance and provide some hints.

Regards

Attachments (1)
Brad Mettee Accepted Answer Pending Moderation
  1. Monday, 12 November 2018 15:46 PM UTC
  2. PowerBuilder
  3. # 1

SOAP UI app can't parse the WSDL file properly either. This probably means there's an issue with the WSDL.

After reading through the WSDL, and doing some testing, it looks like there are no TYPE values assigned in one of the sections. Edit the WSDL in notepad, search for "parametros_salida" and you'll see that all of the type= entries in the block are empty strings. This is not allowed, and is causing schema processing issues.

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.