Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

don't use web service #201

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Not get data and not access web service

What version of the product are you using? On what operating system?
xcode 4.5,  OS X 10.8.4 (12E55), wsdl 7

Please provide any additional information below.
Casino_Game[5000:c07] OutputHeaders:
{
    "Content-Length" = 408;
    "Content-Type" = "application/soap+xml; charset=utf-8";
    Host = localhost;
    SOAPAction = "urn:getWinLossStatus";
    "User-Agent" = wsdl2objc;
}
2013-07-08 17:16:40.228 Casino_Game[5000:c07] OutputBody:
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:CasinoWebServiceSvc="http://service.casino.atlink.com" xsl:version="1.0">
  <soap:Body>
    <CasinoWebServiceSvc:getWinLossStatus/>
  </soap:Body>
</soap:Envelope>
2013-07-08 17:16:40.293 Casino_Game[5000:c07] <NSURLConnection: 
0x72911a0>XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2013-07-08 17:16:40.294 Casino_Game[5000:c07] 
<CasinoWebServiceSoap11Binding_getWinLossStatus: 
0x896d400>XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2013-07-08 17:16:40.304 Casino_Game[5000:c07] ResponseStatus: 500
2013-07-08 17:16:40.304 Casino_Game[5000:c07] ResponseHeaders:
{
    Connection = close;
    "Content-Type" = "application/soap+xml; action=\"urn:getWinLossStatusCasinoWebServiceException\";charset=utf-8";
    Date = "Mon, 08 Jul 2013 11:46:40 GMT";
    Server = "Apache-Coyote/1.1";
    "Transfer-Encoding" = Identity;
    "X-Powered-By" = "Servlet 2.5; JBoss-5.0/JBossWeb-2.1";
}

Original issue reported on code.google.com by thara...@atlinkcom.com on 8 Jul 2013 at 11:55