Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^6: SOAP::WSDL Installation

by Khurrum (Novice)
on Nov 08, 2007 at 08:46 UTC ( [id://649669]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\SoapTest>perl perlMonk.pl 3519
    Reference found where even-sized list expected at C:/Perl/site/lib/SOA
    +P/WSDL.pm
    line 235.
    $VAR1 = 'NULL test';
    
  2. or download this
    use SOAP::WSDL;
      use Data::Dumper;
      use strict;
    ...
      {
        print Dumper($som->paramsall);
      }
    
  3. or download this
    public string SampleTest(Tester test)
            {
    ...
                    return String.Format("FAILURE test");
                }
            }
    
  4. or download this
    [DataContract]
        public class Tester
    ...
                }
            }
        }
    
  5. or download this
    public string HelloWorld(string name)
            {
                return String.Format("Hello {0}!!!", name);
            }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://649669]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found