cancel
Showing results for 
Search instead for 
Did you mean: 

Error while create webservice datawindow

0 Kudos

Hello,

There are some changes in the header of wsdl file. Now when I try to create the web service datawindow, I get the attached error.

Please advise.

I am using PB12.5 Classic.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashish;

  Can you give us more information on what you mean by the WSDL file header has changed?

Regards ... Chris

0 Kudos

By Header I meant the bold text. When we don't have header(bold text), the web service datawindow can be generated.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.enroll.com/">

  <soapenv:Header>

      <ser:altUserId>88888</ser:altUserId>

   </soapenv:Header>

   <soapenv:Body>

      <ser:memdata_service>

         <!--Optional:-->

         <memID>TEST1</memberID>       

      </ser:memdata_service>

   </soapenv:Body>

</soapenv:Envelope>

Former Member
0 Kudos

Ahhh .. that makes sense as the bold text means that there are hidden control characters in the WSDL that the parser cannot recognize as proper html/xml.