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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3004 - 3033 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3004 jacpad1 Send Email Sep 17, 2003
8:41 am
Hi, I try to call via a perl client a GLUE soap service and want to send a string with special characters (german umlaute). I thought xml is in use so that the...
3005 mpafrica2001 Send Email Sep 17, 2003
9:39 am
... Thanks Sadanand, but proxying is not my problem. I have no problemsconnecting with the webservice, I just can't get the XML formed in a way that MS Soap...
3006 Duncan Cameron
duncan_camer... Send Email
Sep 17, 2003
10:46 am
... Yes Perl does use utf8 internally, but there are plenty of snags and it will be easier to understand what's going on if you provide an example of your...
3007 mpafrica2001 Send Email Sep 17, 2003
2:40 pm
... I've found solutions to both my problems. To use the anyType type specifier as found in the WSDL, I used typelookup to set up the type in SOAP::Lite. ...
3008 testmj444 Send Email Sep 17, 2003
3:58 pm
Hello everyone, I have looked through the mailing lists and found a couple of instances where people have attached examples of their client, wsdl and server...
3009 dahven Send Email Sep 17, 2003
4:13 pm
Hi, I hope someone can help. Error I'm getting: <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode xsi:type="xsd:string">SOAP-ENV:Client </faultcode> <faultstring...
3010 gnawed Send Email Sep 18, 2003
5:46 am
If I have a method that takes two strings, but only the first one is required: setName(lastname, firstname) How do I convey that in the WSDL file? Do I need...
3011 Byrne Reese
byrnereese Send Email
Sep 18, 2003
2:55 pm
<xsd:complexType name="Fullname"> <xsd:all> <xsd:element maxOccurs="1" minOccurs="0" name="firstname" type="xsd:string"/> <xsd:element maxOccurs="1"...
3012 Byrne Reese
byrnereese Send Email
Sep 18, 2003
2:58 pm
It is hard to say if you are doing anything wrong without seeing the client code. :) Send that along and I will let you know. ... -- Byrne Reese...
3013 gnawed Send Email Sep 18, 2003
9:10 pm
Thanks for the quick reply. Actually, I'm looking for a solution that doesn't involve a "wrapper" element, i.e. your solution would change my original call...
3014 ctcard_hotmail_com
ctcard_hotma... Send Email
Sep 19, 2003
10:22 am
I have a SOAP::Lite client talking to a .NET server (this part is working fine), but I have a problem with the way SOAP::Lite converts the returned results...
3015 Gavin Hamill
gdhgdh Send Email
Sep 19, 2003
1:02 pm
Hullo :) I've developed some modules based on the tutorial at http://www.perl.com/pub/a/2001/04/24/soap.html using their 'Ticket-based authentication&#39; as a...
3016 edwardshallow Send Email Sep 19, 2003
3:52 pm
Byrne and Paul, This is just one of the numerous posts on the need for better document/literal handling in SOAP::Lite. Microsoft's latest products, Office2003,...
3017 B
bjorn_svensson Send Email
Sep 23, 2003
3:06 am
How do I create the filterEnvelope in the below client SOAP request (to a GLUE server): <m:findPlace xmlns:m="PlaceFinder";> <placeName...
3018 gnawed Send Email Sep 23, 2003
3:49 am
If I have my own datatype like this: <xsd:simpleType name="cars&quot;> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Toyota"/> <xsd:enumeration...
3019 gnawed Send Email Sep 23, 2003
3:57 am
... Should be: $client->setCar( SOAP::Data->name(aCar => 'Toyota&#39;)->type('tns:cars&#39;)->attr ({'xmlns:tns' => 'urn:/My/NameSpace&#39;}) );...
3020 Stephane Bortzmeyer
bortzmeyer@... Send Email
Sep 23, 2003
8:54 am
[Sent to two mailing lists because it is an interoperability problem and I'm not sure who the guilty is.] I have a very simple SOAP application where the...
3021 c_r_dawson Send Email Sep 24, 2003
9:15 am
Hi there, I would like to know if it is possible to retrieve the remote IP/address from the connecting client when servicing a SOAP request in my module. I...
3022 jpeyser Send Email Sep 24, 2003
3:05 pm
See message 2090. ... in ... cannot ... I ... and ... by ... come...
3023 Bit-Man?=
bitman09 Send Email
Sep 24, 2003
9:57 pm
Hi all, I'm working on some client/server SOAPing and just want to know what to avoid, in SOAP terms, when speaking of clients and servers from ...
3024 Stephane Bortzmeyer
bortzmeyer@... Send Email
Sep 25, 2003
7:14 am
On Wed, Sep 24, 2003 at 09:57:56PM -0000, =?iso-8859-1?q?V=EDctor_A._Rodr=EDguez_-_El_bit_Fantasma_ (Bit-Man) ?= <victor@...> wrote ... We are...
3025 Byrne Reese
byrnereese Send Email
Sep 25, 2003
2:29 pm
... Well, it certainly doesn't speak well for those newsgroups... :-/ Let me answer the original question of this thread... what to avoid in terms of...
3026 Thom Eden
teden Send Email
Sep 25, 2003
7:48 pm
Folks, I am building a couple of different web services. The first is a traffic cop and the other 2 are point solutions. I have defined the xsd input & output...
3027 Víctor A. Rodrí...
bitman09 Send Email
Sep 25, 2003
9:56 pm
Byrne, thanks for your help. ... well, this is an open source initiative (TRex - http://trex.sf.net). The main use of SOAP here is to permit the usage of...
3028 djnym2002 Send Email Sep 26, 2003
8:57 pm
Hi, I'm attempting to add a custom header in a client which implements the WS-Security specification. I've been following the example in "Programming Web...
3029 malory_d Send Email Sep 27, 2003
1:45 am
Hi, Could anyone please tell me how I could add a cookie to a soap message on the server that would be sent back to a client. Could you also plese tell me how...
3030 ecrean2003 Send Email Sep 30, 2003
9:14 am
Hi I have a question, im just using soap lite, but I cant seem to get the correct request syntax, Im hoping to get the following request output Does anybody...
3031 sseier Send Email Sep 30, 2003
7:01 pm
I've recently created a web service in .NET that replies with an embedded JPG file (Dime Attachment). I can call other methods in this web service properly via...
3032 Alasdair Allan
dr_aallan Send Email
Sep 30, 2003
7:09 pm
... While Byrne Reese's SOAP::MIME module adds attachement support to SOAP::Lite for MIME transport, there isn't, as far as I know, any support for DIME...
3033 Kristen
woodenflute Send Email
Oct 1, 2003
4:51 am
I'm looking for some help from someone with major consulting experience around UDDI taxonomies and categorization + experience helping major companies...
Messages 3004 - 3033 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