webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

DocumentList to XML Conversion - wM inserting "arrayof

  • 1.  DocumentList to XML Conversion - wM inserting "arrayof

    Posted Mon December 07, 2009 03:08 PM

    [FONT=Helv][SIZE=2]Request help on an urgent issue that I have…thank you in advance for your help !!
    webMethods is inserting an “ArrayofItem” tag into the response XML when I converting the DocumentList to XML ( while responding back to the caller ).
    My wm IS service ( wM version is 7.1.2 ) is exposed as a web service. The output signature of this service has a DocumentList called “Address” within a Document called “AddressList”.
    I expect my service to return the response SOAP XML to my SOAPUI client in the following manner :














    Instead, I am getting this response :















    Please advise on how I can get rid of this “ArrayofAddressItem” tag which I don’t need in my XML. Thanks a lot…![/SIZE][/FONT]


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: DocumentList to XML Conversion - wM inserting "arrayof

    Posted Sat January 02, 2010 10:15 AM

    hi…
    You better refer e-books. If i found any solution i will surely respond you…
    Thanks…

    data entry india


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: DocumentList to XML Conversion - wM inserting "arrayof

    Posted Sat January 02, 2010 10:33 AM

    Remove this entry from WSDL manaully and then create your provider service again. This works perfectly fine … i faced the same issue some time back.

    Moreover there is a patch from webMethods in which they entertain this problem… please check if you it installed in your environment.

    -nD


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: DocumentList to XML Conversion - wM inserting "arrayof

    Posted Sun January 03, 2010 06:40 AM

    Thank you for the answer…it helped. I copied the WSDL onto a file and edited to remove the arrayof and imported it back in again to create the provider wsd. It worked…


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB