Interesting, when I did that, it pulled up a ton of SOAP::Data::Destroy: () and some other lines, what stood out is this though..
SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x31f
+20bc)
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal Ser
+ver Error
Cache-Control: private
Date: Wed, 24 Mar 2010 20:27:45 GMT
Server: Microsoft-IIS/6.0
Content-Length: 1106
Content-Type: text/xml; charset=utf-8
Client-Date: Wed, 24 Mar 2010 20:27:45 GMT
Client-Peer: 216.119.106.197:80
Client-Response-Num: 1
X-AspNet-Version: 2.0.50727
EDIT:
After cleaning it up a bit, I also found this...
<faultcode>soap:VersionMismatch</faultcode>
<faultstring>
System.Web.Services.Protocols.SoapException: Possible SOAP version mis
+match: Envelope namespace http://schemas.xmlsoap.org/wsdl/soap/ was u
+nexp
ected. Expecting http://schemas.xmlsoap.org/soap/envelope/.
at System.Web.Services.Protocols.SoapServerProtocol.CheckHelperVers
+ion()
at System.Web.Services.Protocols.SoapServerProtocol.ReadParameters(
+)
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessReque
+st()
</faultstring>
Interesting... Version mismatch?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|