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
  • 1.  MIME attachments with PuncoutSetupRequest message

    Posted Mon August 11, 2003 09:42 PM

    The organization I’m consulting for wants to receive cXML based messages via Ariba/Trading Networks. I noticed that the Ariba service wm.b2b.cxml:receiveCXML automatically parses the incoming cXML into a node and also converts any MIME attachments into an attachmentWrapperCollection. However, in the documentation it states that “the attachmentWrapperCollection will only be present if the document was an OrderRequest sent with attachments.” (Ariba Onramp User Guide p.23).

    However, in our setup, we’re going to adapt the PunchoutSetupRequest to handle initial requests for services, which will include document attachments. My question is if there is any way to still have access to the attachments in the pipeline even though they arrive with a PunchoutSetupRequest and not an OrderRequest message.

    Any suggestions/comments would be appreciated.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: MIME attachments with PuncoutSetupRequest message

    Posted Mon August 11, 2003 10:05 PM

    I believe only OrderRequest messages can contain attachments,but not PunchoutSetupRequest messages as per the AribaSupplieronRamp supports.

    In my experiences i haven’t seen the clients supporting Punchout messages with attachment.May be some one have done this type.Pls share any ideas.

    HTH.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: MIME attachments with PuncoutSetupRequest message

    Posted Tue August 12, 2003 04:06 PM

    I took a look at the receiveCXML flow service in developer, and there isn’t a branch where the message type is explicitly checked. So I’m thinking it might work to try just calling that with a PunchoutSetupRequest containing attachments anyway. Some tweaking might be required in the OnRamp config. If I’m able to verify this I’ll post again.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: MIME attachments with PuncoutSetupRequest message

    Posted Tue August 12, 2003 04:11 PM

    Great,

    Pls share with us if you find some nice clue how to handle POSR attachments.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 5.  RE: MIME attachments with PuncoutSetupRequest message

    Posted Fri September 19, 2003 12:06 AM

    It is in fact possible to send attachments with a PunchOutSetupRequest. The structure of our message is a MIME/multipart, with the first body part being the CXML PunchOutSetupRequest. As I mentioned from an initial examination of the receiveCXML service, nowhere does it check the message type. I’ve verified that the attachments are in the pipeline and have iterated through them using the provided services.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB