US and Worldwide: +1 (866) 660-7555
Results 1 to 3 of 3

Thread: Error in Web Service

  1. #1
    Join Date
    Nov 2005
    Posts
    12

    Default Error in Web Service

    Hello.
    I am using the WS PDI step to invoke a Web Service called EmpiWebServiceSoapHttpPort. If I invoke the Web Service from Mozilla Firefox or Internet Explorer, it works. But when I invoked the Web Service from PDI, an error occurs. I attach the error log and the PDI transformation.
    Thank you very much.
    Alejandro Moreno
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2007
    Posts
    17

    Default

    hi, Alejandro

    look at the following lines:

    Caught exception while handling request: unexpected element name: expected={http://es/aragon/salud/empi/EmpiWebService.wsdl}consultaElement, actual={http://es/aragon/salud/empi/EmpiWebService.wsdl}consulta

    expected consultaElement, found consulta....

    in your .ktr file you use consulta while consultaElement is expected,

    Regards Kees Romijn

  3. #3
    Join Date
    Nov 2005
    Posts
    12

    Default

    Thank you Kees.
    Unfortunately, if I change consulta to consultaElement, it doesn't work. The operation is called consulta, not consultaElement. You can see the Web Service description in the attached file.
    I remind you that if I invoke the consulta operation from Firefox or Explorer, the Web Service works without any problems.
    Best regards.
    Alejandro Moreno
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •