Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Passing a session token using XML::Compile::WSDL

by SeptamusNonovant (Novice)
on Dec 17, 2013 at 21:19 UTC ( [id://1067533]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $header = [{
        parts => [{
    ...
            mustUnderstand => 1
        }]
    }];
    
  2. or download this
    error: cannot find element or attribute `{http://example.com/tns}token
    +'
    
  3. or download this
    Answer: $VAR1 = {
              'parameters' => {
    ...
                            },
              '{http://example.com/tns}token' => bless( do{\(my $o = 44800
    +400)}, 'XML::LibXML::Element' )
            };
    
  4. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema elementFormDefault="qualified"
    ...
      xmlns:tns="http://example.com/tns">
      <xs:element name="token" nillable="true" type="xs:string" />
    </xs:schema>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found