cancel
Showing results for 
Search instead for 
Did you mean: 

cXML PO posting on HTTPS url

Former Member
0 Kudos

Hi,

My scenario is to post an cXML PO document on HTTPS url using XI.

I tried to import cXML DTD (standard) in XI, but it is of no use, as Vendor wants a customize cXML message. My approach is to create an underline xml structure in XI and then using Adapter Module programing add the additional cXML tag to the XML structure.

Also, the credentials are passed through Ariba Network.

Please let me know, whether my approach is right? or do I need to ask my Client to go buy an adapter from Seeburger or iWay?

Please advise.

Regards,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Approach of sending cXML PO via HTTPS is correct.

And usually the file is imported in IR.

<i>Vendor wants a customize cXML message.</i>

But the structure of message should be decided in advance.

Regards,

Prateek

Former Member
0 Kudos

Thanks Prateek,

I will create a base xml structure in IR, as per the Vendor's xml structure (excluding tag for cXML) and then using adapter Module program, I will add additional tag of cXML. Will it work?

MY xml structure is like this:

<cXML payloadID="111122222333335556667678889999999999=" timestamp="2007-03-12T13:13:59-04:00" version="1.2.011" xml:lang="en-US">

<Header>

...

</Header>

<Request>

...

</Request>

</cXML>

Header & Request structure will be created in IR and then using adapter module program add a tag for cXML.

Regards,

Amit

0 Kudos

hi amit

were u able to implement this scenario successfully.

thanks.