[ic] Problems with SOAP

Thomas Dan Otto interchange-users@interchange.redhat.com
Mon Dec 3 12:18:00 2001


I was very happy to see, that SOAP is now integreted in IC 4.8.3.

But until now, it was not possible to me to have a contact to a Server.
I write into the cgf files: SOAP Yes and put the client example in a
demo-shop. But nothing happened.

Also I tried to contact to a SOAP-server, helloworld example (from
www.soaplite.com) on my localhost. The call looks like:

my $text = q{[soap
uri="http://localhost:80/Demo";
proxy="http://localhost:80/cgi-bin/hibye.cgi";
call="hi"
]};
(In a single perl script, it's okay...)

The only thing happend, is that $text has the string as value=[soap
uri="ht...]. It seem, that the tag it is not "compiled". Nothing is
written in the error.log. Do you have an idea?

Were can I got more information about SOAP in IC?


Thomas