Hi.

Lots of questions here :-)

I'm writing a client to connect to a SOAP service. The questions are a follows:

1. All communication is over HTTPS where the connection is kept alive and synchronous messages sent over the same link. How do I set up a pool of say Call objects which don't close the connection after every use?

2. The parameters passed in can be nested like so:
<SomeMethod>
    <POS>
        <Source foo="IPKAK"/>
    </POS>
    <Origin Code="foo" Context="bar"/>
    <Destination Code="baz" Context="bar"/>
</SomeMethod>
Sometimes, the nesting can be even deeper. How do I addParams to the Call Obj to achieve this? Also, how do I set the attributes of the generated XML.

Thanks in advance for all your help

--Arsalan

Reply via email to