I am having difficulty handling faults returned from a SOAP server/COM implementation built using Microsoft's SOAP SDK 2.0, beta 2. Here is my perl code, use...
136
Paul Kulchenko
paulclinger@...
Mar 22, 2001 7:36 pm
Hi, Sean! Probably simpliest way to check it is to run these requests from SOAP shell, so you'll know for sure is it something related to SOAP or other parts...
135
Paul Kulchenko
paulclinger@...
Mar 22, 2001 7:29 pm
Hi, Sebastian! Absolutely agree. That's the reason why I want to introduce some additional transport options, like ACCEPTABLE_CONTENT_TYPE (if you want to...
134
sebaklu@...
Mar 22, 2001 7:01 pm
Hi Paul, That's right, but the current version of SOAP::Lite should never expect large requests. The server will give no response and fill out the complete...
133
allierogers@...
Mar 22, 2001 5:03 pm
Petr, I know Don is an important figure, but I disagree with him. SOAP can be used for large data, just as all HTTP servers today handle large data. We use...
132
allierogers@...
Mar 22, 2001 5:01 pm
Paul, You make many good points, and I see the issues. Maybe we need to decompose the problem into smaller spaces. As I see it, there are 2 basic issues...
131
Paul Kulchenko
paulclinger@...
Mar 22, 2001 4:32 pm
Hi, Sebastian! That's true, but at the same time it's easy to imagine situation when you send something not directly, but thru the several different ...
130
Sean.Meisner@...
Mar 22, 2001 4:05 pm
Hi Paul, I run server and client on Sparc boxes using Solaris 2.6, Perl 5.6.0, XML::Parser version 2.3 . I believe dynamic linking is enabled, would that make...
129
sebaklu@...
Mar 22, 2001 11:52 am
Hi Petr. Since there exists a specification for soap messages with attachements it should be possible to send the entire data according to the request at once....
128
Petr Janata
petr.janata@...
Mar 22, 2001 6:53 am
Hello, I would just like to remark that we had Don Box last week in Prague giving a SOAP talk and he said that SOAP is meant to work exactly like this, i.e. ...
127
Paul Kulchenko
paulclinger@...
Mar 21, 2001 11:05 pm
Hi, Sean! I'd rather to believe that server could crash (some of the possible combinations that could make it are documented), but I never heard about such...
126
Sean.Meisner@...
Mar 21, 2001 10:52 pm
Hi all, I wonder if anyone else has seen this problem.. I have a SOAP::Lite client talking to a SOAP::Lite server. My server and client use...
125
Paul Kulchenko
paulclinger@...
Mar 21, 2001 7:21 pm
Hi, Allie! True. The only disadv., that XML spec is unclear how to put in CDATA section XML that has CDATA section inside, and though XML messages with CDATA...
124
Paul Kulchenko
paulclinger@...
Mar 21, 2001 7:14 pm
Hi, Chris! I don't think that you still need it, but since it could be useful here is overview. If you want to add handler to autotype you need to modify...
123
Paul Kulchenko
paulclinger@...
Mar 21, 2001 6:33 pm
Hi, Allie! Definitely you're right and that's exactly what I want to do. Some but's: first, there could be MIME encoded message that is parsed differently, and...
122
allierogers@...
Mar 21, 2001 5:38 pm
Ray and Paul, I also point out that CDATA is a good way to pass "valid" XML with in XML/XML-RPC/SOAP. ... <SOAP::MyMethodResponse> <result type="xsi:string"> ...
121
allierogers@...
Mar 21, 2001 5:21 pm
Paul, I have seen a similar problem with ALL SOAP (and XML-RPC) implementations. That is that they do not handle streams at all. Every implementation (that I...
120
Chris Davies
Chris.Davies@...
Mar 21, 2001 4:29 pm
Thanks Paul Armed with this I was able to go back to the other company, and they said that you were quite right - the interface definition document was...
119
Paul Kulchenko
paulclinger@...
Mar 21, 2001 3:30 pm
Hi, Sebastian! It might, thanks for the tip. Won't make any promisses, but definitely will take a look. Next version is about to be released, and I don't think...
118
sebaklu@...
Mar 21, 2001 3:18 pm
Hi, Paul! Thanx for the answer. In fact the memory usage in the CGI package (SOAP::Transport::HTTP) is a problem for handling big SOAP requests because the...
117
Paul Kulchenko
paulclinger@...
Mar 21, 2001 2:43 pm
Hi, Sebastian! Yes, you may specify option for MIME::Parser to keep temporary file on disk during parsing, but presence it in memory will be required later to...
116
fernando
fernando@...
Mar 21, 2001 2:42 pm
Thanks for the fast answer!!! ... Yahoo! Groups Sponsor ... soaplite-unsubscribe@yahoogroups.com ... subject to ... http://docs.yahoo.com/info/terms/...
115
Paul Kulchenko
paulclinger@...
Mar 21, 2001 2:28 pm
Hi, Fernando! ... paramsout() return array in list/array context, so resultado_array.List.paramsout should give you what you need. Take a look into README file...
114
fernando
fernando@...
Mar 21, 2001 2:09 pm
Hello!. I developed a server with Perl using Soap Lite and now i making the client in Visual Basic 6 using the Lite.dll, and i have a problem. I can retrieve...
113
sebaklu@...
Mar 21, 2001 11:18 am
Hi. I'm developing a SOAP::Lite based web service that should be able to handle attached file content. While posting big file content the server runs out of...
112
Paul Kulchenko
paulclinger@...
Mar 19, 2001 3:03 pm
Hi, Chris! ... You may specify it explicitly, though you may add function to autotyping to get it right. I'll post the example later. ... yes. ... You're...
111
Chris Davies
Chris.Davies@...
Mar 19, 2001 2:23 pm
Hi folks I'm developing a SOAP::Lite based client that needs to talk to an MS .NET server. The interface specification I've been given by "the other company" ...
110
Fisher, James
jfisher@...
Mar 18, 2001 2:15 pm
Hi Paul and Joe... Paul... What is a UDT? A UDT is a user defined type..... Basically a class or struct if you will. Joe... I doubt that it would be easy to...
109
Paul Kulchenko
paulclinger@...
Mar 17, 2001 3:21 am
Hi, Seth! Hm, looks like a bug for me. You may download the latest version and specify type for one of the elements explicitely (so arrayType on outer array...
108
Seth Sternglanz
ssternglanz@...
Mar 16, 2001 8:56 pm
Hey all, I'm kind of new to SOAP but the SOAP::Lite perl library seems very cool. I had no problems getting my perl soap client to talk to my perl soap...