Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1914 - 1943 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1914 Paul Kulchenko
paulclinger Send Email
Oct 15, 2002
3:07 am
Hi Ron, ... Pseudo-type 'map' can be used: SOAP::Data->type(map => {"" => foo}); you shouldn't have varning in this case. Best wishes, Paul. ... ...
1915 zaidmf Send Email Oct 15, 2002
10:29 am
I am using soaplite and i'm very new to it. I would like to create the following header in soaplite and i dont know how to do it. <SOAP-ENV:Header> ...
1916 ads0138 Send Email Oct 15, 2002
3:03 pm
... to ... the ... Schema ... below. ... Hello All, I'm replying to this several months after the original message for the benefit of anyone searching through...
1917 Chad Simmons
polpak Send Email
Oct 15, 2002
10:45 pm
Can anyone think why using $soap_obj->call('ns:getDocumentProcessingStatus&#39;, SOAP::Data=HASH(0x805bf54), SOAP::Data=HASH(0x80ee1d4)); (and yes, those last 2...
1918 Weidong Wang
weidong Send Email
Oct 16, 2002
1:08 am
... Paul, thanks for the reply. I finally got to the point that I will need to deal with such WSDLs. I wonder what I need to do when dealing with tModel WSDL...
1919 zaidmf Send Email Oct 16, 2002
4:55 am
Hi Group, I manage to create soap server and client. But the soap server is using HTTP daemon. I would like to change the server to be a CGI- based server but...
1920 a_moschovinos Send Email Oct 16, 2002
12:10 pm
There seems to be a problem whebn you send the following message from client: <documents> <url>xxx1</url> <url>xxx2</url> <url>xxx3</url> </documents> The...
1921 Frank-Peter Reich
fpreich Send Email
Oct 16, 2002
1:11 pm
Hello, attention, this may be a newbie question! I try to use the famous short syntax for autodispatch in a function, but there is a big problem for me with ...
1922 Michael Smith
stymello Send Email
Oct 16, 2002
7:21 pm
I've found that when a SOAP Fault is generated the faultcode tag has an xsi:type attribute whose value is "string". Shouldn't the value for this attribute be...
1923 Ron Murphy
rmurphy1960 Send Email
Oct 16, 2002
8:07 pm
Hello again soaplite people, I would like to have my SOAP-enabled server do forking so it is more scalable, but not on a per-request basis as (apparently) in...
1924 Paul Kulchenko
paulclinger Send Email
Oct 16, 2002
9:22 pm
Hi Frank-Peter, This may help: http://groups.yahoo.com/group/soaplite/message/1354 http://groups.yahoo.com/group/soaplite/message/838 Best wishes, Paul. ... ...
1925 Randy J. Ray
rjray_perl Send Email
Oct 17, 2002
12:13 am
I've been writing a lot of code the last few days that provides custom serialization of classes into XML for SOAP calls (based on WSDL schema). Is there a...
1926 Frank-Peter Reich
fpreich Send Email
Oct 17, 2002
3:00 pm
Hi Paul, First of all: You did a great job with SOAP::Lite; unbelievable the possibilities. And thank You for the hint. Now it works fine. Regards Frank-Peter ...
1927 poweroftibx Send Email Oct 17, 2002
11:59 pm
Hi, I am trying to get the following syntax: <tickers s:type="A:Array":arrayType="y:string[3]"> <item>YHOO</item> <item>MSFT</item> <item>PSFT</item> ...
1928 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
5:31 am
Hi poweroftibx, ... my $som = $soap->getNewsByTicker( SOAP::Data->name('tickers&#39; => ['TIBX&#39;,'YHOO']) ); would look more natural. Best wishes, Paul. ... ...
1929 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
5:50 am
Hi Randy, ... Isn't that what xmlschemas() method does? Look at examples\customschema.pl. It should work for complex types too. Best wishes, Paul. ... ...
1930 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
5:51 am
Hi Michael, You're right, it's incorrect. This fix is on the list. Thanks. Best wishes, Paul. ... __________________________________________________ Do you...
1931 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
6:02 am
This message explains why this happens and describes on of the solutions: http://groups.yahoo.com/group/soaplite/message/747 ACCESSING HEADERS AND ENVELOPE ON...
1932 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
6:04 am
Hi Zaid, Looks like misconfiguration in IIS for me. There is not enough information to give more specific answer. If you can't run ANY CGI script from the same...
1933 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
6:08 am
Hi Weidong, ... Yes, you should be able to. Regardless of the presence of <service> section ->service($wsdl, '', $myPortTypeName) will allow you to choose...
1934 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
6:10 am
Hi Chad, ... no. Can you show the client-side code? Or at least a wire-dump? Or better both. I'm slightly confused about the question. Best wishes, Paul. ... ...
1935 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
6:15 am
Hi Zaid, ... my(@headers) = ( SOAP::Header->name('login&#39;)->uri("some-uri"), SOAP::Header->name('password&#39;)->uri("some-uri"), ); Then just provide it as an...
1936 Weidong Wang
weidong Send Email
Oct 18, 2002
3:19 pm
Paul, I am happy to report that it works fine. We have WSDLs that defines multiple port types/services, and for each new call, the endpoint is different. What...
1937 Mike Schroeder
MikeSchroeder@... Send Email
Oct 18, 2002
3:35 pm
Paul -- back in: http://groups.yahoo.com/group/soaplite/message/421 you mentioned thinking about how you might combine SOAP::Lite and POE -- I am just starting...
1938 Weidong Wang
weidong Send Email
Oct 18, 2002
3:50 pm
Hi, I have the following kind of soap response: <s:Envelope ...> <s:Body> <Response> <SpaceList> <Space> <field1>...</field1&gt; <field2>...</field2&gt; <field3> ...
1939 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
4:33 pm
Hi Weidong, ... > The only minor problem I noticed is, when I do the above > initialization for multiple WSDL files, say w1, w2, w3, w4, then I > make...
1940 Paul Kulchenko
paulclinger Send Email
Oct 18, 2002
5:01 pm
Hi Weidong, I replied to the similar message just yesterday ;). Reasons: http://groups.yahoo.com/group/soaplite/message/747 1. Navigate through envelope using...
1941 Weidong Wang
weidong Send Email
Oct 18, 2002
6:32 pm
... Paul, it worked. No more mixed up soapActions! ... OK, I will put together later for you. Thanks. ... Weidong...
1942 blakebatsnap Send Email Oct 18, 2002
7:06 pm
Is it possible to get this kind of serialization from SOAP::LITE: <userAccount xsi:type="ns1:UserAccount&quot;> <accountName...
1943 Weidong Wang
weidong Send Email
Oct 18, 2002
7:59 pm
... Paul, thanks for the response. I choose to use #3, SOAP::Custom::XML::Deserializer. #1 does not work well in this case; #2 requires patching, which I...
Messages 1914 - 1943 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help