soapserver

    0熱度

    1回答

    我想爲我的php端點創建wsdl文件。 這是一個有兩個功能我的PHP終點類: class server{ private $UserIdSender; private $UserIdReciver; private $Title; private $Body; private $BoardId; private $obj_ticket; private $obj_ticket_own

    0熱度

    1回答

    當使用下列URL(在我自己的網絡服務器上)開始SOAPUI SOAP項目(從我的本地計算機): http://myinternaldomainname/test2?wsdl 出現以下錯誤: Error loading [ http://myinternaldomainname/test2?wsdl] : org.apache.xmlbeans.XmlException: org.apache.xm

    0熱度

    1回答

    我正在與內部系統進行集成。我在一個對象上創建了一個傳出消息,每次更新記錄時,我的Web服務都會看到該消息。我的服務正在發送一個真正的響應,但傳出的消息傳遞狀態顯示「SOAP響應已經很糟糕」。 我已經使用wireshark在我的Web服務器上捕獲請求和響應。這是我所看到的: 請求: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope x

    0熱度

    1回答

    我從Web服務,用肥皂這樣的返回數據: <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Header/> <soap-env:Body> <n0:ZFIFM_VIRTUAL_ACCOUNTResponse xmlns:n0="urn:sa

    0熱度

    1回答

    我在爲我的hellowold PHP soapserver創建WSDL文件時遇到了麻煩。 Server代碼: <?php function hello($soapData) { $finalresponse [] = new SoapVar ($soapData->name, XSD_STRING, null, null, 'content'); $finalresponse

    0熱度

    1回答

    這是關於removing the expect headers的問題的後續處理。 我有一個模擬肥皂服務器模仿外部端點。它的成立,通過使用默認SoapServer PHP的: $server = new SoapServer('http://externalapi.foo/the_wsdl.xml'); $server->setClass(ExternalApi::class); $server

    3熱度

    1回答

    我是新來的WebServices我試圖調用web服務與SoapClient的()和它的生成XML請求未在預期的格式 低於預期請求XML格式 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns2:EndUserRequest xmlns:ns2="h

    0熱度

    1回答

    我有一個WSSE安全首部客戶電話: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-w

    1熱度

    1回答

    我得到在mindbodyonline API一些問題,雖然intigrating結帳街上購物車API, 這是我的API代碼 $mbResult = $mb->CheckoutShoppingCart(array( 'Test' => false, // Here 'ClientID' => 100015377, // 'CartID' => 123,

    0熱度

    1回答

    我想在Symfony3中實現一個非常簡單的soap調用。 它完美的作品,但它什麼都不返回。 在我的控制器中我只是這樣稱呼它 public function indexAction() { $server = new \SoapServer($this->get('kernel')->getRootDir()."/../web/soap/test.wsdl"); $server