XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 11th, 2012, 04:35 PM
bushj bushj is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 3 bushj User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 19 m 9 sec
Reputation Power: 0
Parsing results from soap:lite

I need some help getting the results from a soap service that I called. I'm able to successfully make the call and using Dumper($result) I can see the response. I need to parse the application return code and return message so I can check there values. By referencing $result->fault I know the soap call did not fail. However I'm not able to make the same reference to get the value of "ReturnCode" and "ReturnMessage"
How do I get these values?



A sample of the code and dumper output is below.



Dumper output sample: (xxx added to urls)
<soap:Envelope
xmlns:soap="httxxxp://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="httxxxp://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="htxxxtp://wwxxxw.w3.org/2001/XMLSchema-instance"
xmlns:xsd="htxxxtp://wwxxxw.w3.org/2001/XMLSchema">
<soap:Body>
<ns:AddDevelopmentInfoResponse xmlns:ns="urn:RULES:SOAP:ProjMgmtStatelessIntegrator:Mgmt-Work">
<ReturnValues>
<ReturnCode>5</ReturnCode>
<ReturnMessage>The item ID is invalid: Item ID not found in system</ReturnMessage>
</ReturnValues>
</ns:AddDevelopmentInfoResponse>
</soap:Body>
</soap:Envelope>




Code sample:
#setup the necessary SOAP parameters
my $soapres = SOAP::Lite
-> proxy('httxxxp://mfstg.com/web/SOAPServlet')
-> uri('urn:RULES:SOAP:ProjMgmtStatelessIntegrator:Mgmt-Work');

$result=$soapres->AddDevelopmentInfo($request);

#Debuging code: Uncomment to see full response from PMF
unless ($result->fault) {
print STDERR "NoFault\n";
print STDERR $result->result()."\n";
} else {
print STDERR "Fault\n";
print STDERR join ', ',
$result->faultcode,
$result->faultstring,
$result->faultdetail;
}

Reply With Quote
  #2  
Old September 11th, 2012, 06:44 PM
requinix's Avatar
requinix requinix is offline
Still alive
Dev Shed God 16th Plane (12500 - 12999 posts)
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,869 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 5 Days 6 h 19 m 22 sec
Reputation Power: 8977
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
Does sound like a Perly question.

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Parsing results from soap:lite

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap