Group, As promised, I'm posting the resolution (sorta) for this problem. This is what works for me, and it is not a solution. It is more like a work-around. I...
Hello, I keep getting the error ' Undeclared prefix: "xsi:type" '. Looking at the +trace output, it seems that my namespace is not defined in the envelope....
I can't get SOAP::LITE to install. First my ISP's Tech Support tried installing it serveral times with no success. Then I tried an got the following: Thu Feb...
I was reading your post from a LONG time ago concerning SOAP::Lite and .NET. You gave an example of how to return a string, and that is great. Did you ever get...
Group, VB.NET 2003 client... Perl SOAP::Lite client... Apache configured as CGI... Sending strings and arrays from .NET to SOAP::Lite is fine. No data returned...
Hello, I wrote a client with soap::lite 0.67 which communicates with a tomcat server. My client works if I modify Lite.pm. Indeed I need content type :...
One final note: $service = SOAP::Lite->proxy('..'); .... print $service->transport->http_request->content() . "\n" to examine what SOAP::Lite is sending....
Hmmm. Are you sure that it's actually expecting an array of arrays? Just because it's called ArrayofString2D doesn't mean it is. But I'd try something like: my...
I am trying to pass an array of array of Strings from my perl program to a java based web service. I have included the snippets from the wsdl below. I tried...
Hi! I'm currently working on some MMS stuff. I need to implement a SOAP Service that handles MM7 DeliverReq Requests. Such a request is a multipart MIME...
I visited WWW.Myidahorocks.com. It is a platform to entertain and uplift music lovers, game lovers, and passionate readers; welcome ideas from innovative...
The subject of Consuming a SOAP::Lite service with complex types via WSDL using a .NET client (C# or VB), seems to be discussed again and again but I have not...
hi to all, and sorry for my poor english i am another guy with a problem with web services and perl i had a table in my postgresql with four like this name...
... You can also code the thing up in C# without using WSDL. Here's a sort of template to get you started. It is a GarciaClient class which you can ask for a...
This has been discussed on this forum before. You really just have to create your own WSDL. It's not too hard, but there is a learning curve. A while back...
hi all, i am using the following Perl fragment to serialize an array for MSSoap. SOAP::Data->name( "Message" => \SOAP::Data->value( SOAP::Data->name(...
Well I know yu will be surprised to read this but this is true as true as you are reading ... You can earn Rs. 5000 - 7000/- per month by spending two to three...
Hi, I am trying to build a .NET Client to access SOAP:LITE server that don't have a WSDL document all I now is the server port and namespace. How can I build a...
5231
diva-bensley903@...
Feb 21, 2006 5:06 pm
Well I just got married! I can't believe it, just last year I was beginning to think i would never meet anyone. I'm 25 already and I thought it was all over....
i have a SOAP::Lite perl client which makes a WS function call repeatedly (about 5X per second, with differing parameters). my problem is that it leaks memory...
Interest FREE Student Loan Consolidation Program. For All and latest updates on student credit cards, student credit, online credit report, University Degrees...
You haven't provided much information. I can't say that I'm sure I understand all the issues re: Document/literal vs. RPC/literal, etc. but I thoght this...
5226
Colin Magee
colin@...
Feb 17, 2006 7:33 pm
Any news or views on this? Are there any known workarounds? It's the third time I've asked the question on this list with no reply. Is it a stupid question? ...
5225
Colin Magee
colin@...
Feb 17, 2006 7:33 pm
Any news or views on this? Are there any known workarounds? It's the third time I've asked the question on this list with no reply. Is it a stupid question? ...
See http://www.majordojo.com/archives/2003_04.html#000008 - How to nest XML elements using SOAP::Lite The trick is to use SOAP::Data objects and references to...
Dear list! I wonder how to deal with complex datatypes in wsdl-files. My WSDL-files looks like this .... <complexType name="data"> <all> <element name="type"...
I have a need to call a SOAP::Lite method from a .Net client. Ultimately the SOAP::Lite method will simply pass the call on to a .Net web service running on...
Embedding a SOAP::Header is relatively simple using the call interface. My call looks like this: my $invoke = SOAP::Data->name("MI:invoke")->attr( { "xmlns:MI"...