I have a appache tomcat hosting one webserver application ( act as
server ) fuction is to add 2 nombers and return the result.
Now i am trying to write a AL which send the 2 numbers as soap request
( client) and get the response of the sum as result.
How to do this?
Can any one help in explaining the type of connector and steps i need
to follow to acheive the same.
Then in the Input Map you will get back an Attribute called
"http.body"
which has the reply. Either attach the Parser you want to use, or
just parse the body yourself, for example with a Script component
or using the Parser FC following the Connector.
Hope this helps :)
-Eddie
I am still in confusion , I want to make a Webservice connection to
the server.
But you are asking me to make a http connection, can you please
explain in details.
I need to make connection to webservice servcer and need to send a
SOAP request which contain values of "a" and "b".
I return server returns either error message or result in a SOAP
response now i need to convert that soap responce to such a way the
TDI can understand the result.
Regards,
Poorna
There is another post on this topic here:
http://groups.google.com/group/ibm.software.network.directory-integrator/browse_thread/thread/8fedae50663d7677/327b850a96f0a84b?hl=en&lnk=gst&q=generate+complex+types#327b850a96f0a84b
-Eddie
I developed Webservice client using AsixJavaToSoap , InvokeWS and
AxisSoapToJava and is working fine with TDI 6.1.1(fix pak 8).
When i am trying the same with ITIM it is giving error message saying
entity attribute "param" is missing, what might be the issue.
here i am setting all the values that required to construct the soap
reuest to param in AL hook.
Regards,
Poorna
You shouldn't need to use AxisJavaToSoap and AxisSoapToJava if you're
using the AxisEasyInvokeSoapWS component.