Changeset 1736

Show
Ignore:
Timestamp:
08/14/08 13:52:14 (4 months ago)
Author:
xkovah
Message:

I was working on getting MIME attachments sent, when the SOAP stuff all got screwed up on my VM…just checking in to have the changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • capture-mod/trunk/captureGSOAP.h

    r1729 r1736  
    1616int ns__junks(char * a, ns__myStruct &result); 
    1717 
     18int ns__writeFile(); 
     19 
    1820int ns__add(int a, int b, int &result);  
    1921int ns__ping(char * a, char ** result); 
  • capture-mod/trunk/client.pl

    r1730 r1736  
    11#!perl 
    22 
     3use Data::Dumper; 
    34 
    45#use SOAP::Lite +trace => 'all'; 
    56use SOAP::Lite; 
    6 use Class::Struct
    7 use Data::Dumper
     7use SOAP::MIME
     8use MIME::Entity
    89 
    9 struct( ns__myStruct => [f => '$', l => '$'] ); 
    1010 
    1111$pingDataA = SOAP::Data->name(a => "http://www.cnn.com");