[ic] Problems with SOAP

Thomas Dan Otto interchange-users@interchange.redhat.com
Tue Dec 4 09:01:01 2001


Jon Jensen schrieb:

> On Mon, 3 Dec 2001, Thomas Dan Otto wrote:
>
> > I was very happy to see, that SOAP is now integreted in IC 4.8.3.
>
> It's been part of IC since the 4.7 days, actually.
>
> > 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?
>
> You probably mean something like:
>
> my $text = $Tag->soap({
>         uri     => "http://localhost:80/Demo",
>         proxy   => "http://localhost:80/cgi-bin/hibye.cgi",
>         call    => "hi",
> });

Thanks, - looked too much in soap.html.

But I have still problems.  Here an extract of the icdebug:
Vend::SOAP:debug: error on SOAP call:  require trapped by operation mask
at /usr/lib/perl5/site_perl/5.6.1/LWP/UserAgent.pm line 4.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.6.1/SOAP/Transport/HTTP.pm line
52.

Maybe I'm not able to put of the Safe-modul. Must be a little mistake,
because I look for it until hours.

I hope you can help me.

Thomas

>
>
> > Were can I got more information about SOAP in IC?
>
> I think this is it for now:
>
> http://ftp.interchange.redhat.com/interchange/alpha/soap.html
>
> Jon
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users