cancel
Showing results for 
Search instead for 
Did you mean: 

cXML : http or soap adapter?

Former Member
0 Kudos

Which adapter do I use to send cXML purchase order to a vendor who has provided an invoke https URL? Also any special setup required in comm. channel? i.e. how does the channel know whether to formulate http or https ? Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't know cXML purchase order. Does it comply to the SOAP specification? If it is, you should use soap adapter. Otherwise http adapter should be used. There is no special setup required in communication channel, but you need to enable the SSL for your underline J2EE Engine at first.

Former Member
0 Kudos

William,

In the http receiver adapter communication channel, there is only HTTP protocol to select no HTTPS. Does this mean that it will convert to HTTPS if SSL is enabled on J2EE Engine? The soap adapter on the other hand accepts the full URL so we can specify https:// however i think the target URL given to me appears to be a http service rather than a SOAP service (I have not been given any WSDL with soapaction; I have to create the message using external defination of cXML.dtd from cxml.org website and send the message through http to a URL like https://xxx.yyy.com/invoke/aaa/bbb)

laxman_molugu
Participant
0 Kudos

James,

You can use http adapter and in the URL give the RFC destination of http type. In sm59 you can make this Http type destination a SSL enabled. You need to download the Public certificates from url https://xxx.yyy.com/invoke/aaa/bbb

Please let me know if you need more info.

Regards,

Laxman

Former Member
0 Kudos

Hi Bond,

Are you able to configure cXML successfully..?? If so, can you pls.let me know how it's done.

Former Member
0 Kudos

Anyone? Thanks.