Skip to content
Snippets Groups Projects
Commit c8517747 authored by Haidar's avatar Haidar
Browse files
parents 54b67f51 734220b0
Branches
Tags
No related merge requests found
...@@ -241,3 +241,9 @@ docker-php-ext-install mysqli ...@@ -241,3 +241,9 @@ docker-php-ext-install mysqli
|Hall of Fame (Edit)||✔️| |Hall of Fame (Edit)||✔️|
|Hall of Fame (Add)||✔️| |Hall of Fame (Add)||✔️|
|Initial Project (Database Schema, Folder Structure, Docker, etc)|✔️|| |Initial Project (Database Schema, Folder Structure, Docker, etc)|✔️||
### Additional Features
|Feature|13521015|13521025|
|-------|--------|--------|
|Code on Profile|✔️|✔️|
|SOAP Connector||✔️|
\ No newline at end of file
...@@ -41,7 +41,7 @@ if ($stmt->execute() === TRUE) { ...@@ -41,7 +41,7 @@ if ($stmt->execute() === TRUE) {
</Envelope>'; </Envelope>';
// echo $requestBody; // echo $requestBody;
$curl = curl_init(); $curl = curl_init();
curl_setopt($curl, CURLOPT_URL, '192.168.0.218:8081/code'); curl_setopt($curl, CURLOPT_URL, '192.168.6.193:8081/code');
curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_HTTPHEADER, [ curl_setopt($curl, CURLOPT_HTTPHEADER, [
'Content-Type: text/xml; charset="utf-8"', 'Content-Type: text/xml; charset="utf-8"',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment