Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
returned complex type and .Net client   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#1737 From: Dat Truong Tan <tadnat@...>
Date: Tue Aug 6, 2002 7:44 am
Subject: returned complex type and .Net client
tadnat
Send Email Send Email
 
Hi,
Sorry for duplicated post but I can not search on this
groups these days. I know that someone has got this
kinds of script fixed and worked but not me :(

The problem is the .Net client always get errors. I'm
not sure if it is caused bye the namespace. How can I
get rid of this namespace in soap response?
xmlns:namesp3="http://namespaces.soaplite.com/perl"

Below is my soap::lite server. I appreciate any helps


Tan Dat

## myrec.cgi
##
use SOAP::Transport::HTTP;

SOAP::Transport::HTTP::CGI
->dispatch_to('MYrec')
->handle;

package MYrec;
use strict;
sub get_rec(){
SOAP::Data->type('rec')->uri('urn:MYrec')
->value({ID => 10, name => 'Tan Dat'})
}

1;



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



 
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help