I am trying to consume a SOAP webservice and not having much luck. There are
several parameters required to make connection to the SOAP webservice, I�m
just not sure what the syntax is or how each component works. Here are the
parameters I need to pass to invoke the webservice:

-------------------------
SOAP webservice: https://www.bamart.com/listener.mart
SOAP action: https://www.bamart.com/Auth

Header:
<verify_info>
    merchant
    username
    password
<verify_info/>

Body:
xml doc
--------------------------

What would this look like using cfinvoke?

<cfinvoke
    webservice="https://www.bamart.com/listener.mart"
    method="https://webservices.bamart.com/Auth"
    returnvarialble="ReturnArray">
    <cfinvokeargument name= �header� value=�complex header value
(verify_info)�>
    <cfinvokeargument name= �body� value=�xml doc�>
</cfinvoke>

Does this look right? Am I missing another crucial paremeter? Is there issue
with SSL? I haven�t been able to get it working.

Any help would be much appreciated. Thanx in advance.

BZaccheo
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to