This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "NewOrderOtherResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "VeribaseSu" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "VeribaseSu", | |
| "msdata:IsDataSet": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"NewOrderOtherResult":{"schema":{"attributes":{"id":"VeribaseSu"},"element":{"attributes":{"name":"VeribaseSu","msdata:IsDataSet":"true","msdata:UseCurrentLocale":"true"},"complexType":{"choice":{"attributes":{"minOccurs":"0","maxOccurs":"unbounded"},"element":[{"attributes":{"name":"VeribaseSu"},"complexType":{"sequence":{"element":{"attributes":{"name":"Result","type":"xs:string","minOccurs":"0"}}}}},{"attributes":{"name":"Table"},"complexType":{"sequence":{"element":[{"attributes":{"name":"customer","type":"xs:string","minOccurs":"0"}},{"attributes":{"name":"phone","type":"xs:string","minOccurs":"0"}},{"attributes":{"name":"adres","type":"xs:string","minOccurs":"0"}},{"attributes":{"name":"sip","type":"xs:string","minOccurs":"0"}},{"attributes":{"name":"sonuc","type":"xs:string","minOccurs":"0"}}]}}}]}}}},"diffgram":{"VeribaseSu":{"Table":{"attributes":{"diffgr:id":"Table1","msdata:rowOrder":"0"},"customer":"BUKET ÜNLÜ GÜRER","phone":"0-533-334 16 90","adres":"BARBAROS MAH.FESLEĞEN SK 2 C BLOK AĞAOĞLU M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ react-native run-android | |
| Scanning folders for symlinks in D:\Career\BiSU\Repos\waterboy.distapp\node_modules (65ms) | |
| Starting JS server... | |
| Building and installing the app on the device (cd android && gradlew.bat installDebug)... | |
| WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore. | |
| Use 'android.enableAapt2=true' to remove this warning. | |
| It will be removed at the end of 2018.. | |
| Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] | |
| registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) | |
| Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://tempuri.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <soap:Body> | |
| <GetProductPrice xmlns="http://tempuri.org/"> | |
| <UserName>BISU_USER</UserName> | |
| <PassWord>BISU_PASS</PassWord> | |
| <DistributorID>23740430</DistributorID> | |
| </GetProductPrice> | |
| </soap:Body> | |
| </soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "GetProductPriceResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "VeribaseSu" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "VeribaseSu", | |
| "msdata:IsDataSet": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ react-native run-android | |
| Scanning folders for symlinks in D:\Career\BiSU\Repos\waterboy.distapp\node_modules (35ms) | |
| JS server already running. | |
| Building and installing the app on the device (cd android && gradlew.bat installDebug)... | |
| WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore. | |
| Use 'android.enableAapt2=true' to remove this warning. | |
| It will be removed at the end of 2018.. | |
| Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] | |
| registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) | |
| Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "UpdateCustomerAdressResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "VeribaseSu" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "VeribaseSu", | |
| "msdata:IsDataSet": "true", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://tempuri.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <soap:Body> | |
| <UpdateCustomerAdress xmlns="http://tempuri.org/"> | |
| <UserName>BISU_USER</UserName> | |
| <PassWord>BISU_PASS</PassWord> | |
| <Phone>0-532-546 31 17</Phone> | |
| <Adress>Hardal Sok. No: 5</Adress> | |
| <ProvinceID>459814</ProvinceID> | |
| <DistrictID>461345</DistrictID> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://tempuri.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <soap:Body> | |
| <GetCustomerAdressWithPhone xmlns="http://tempuri.org/"> | |
| <UserName>BISU_USER</UserName> | |
| <PassWord>BISU_PASS</PassWord> | |
| <Phone>0-532-546 31 17</Phone> | |
| </GetCustomerAdressWithPhone> | |
| </soap:Body> | |
| </soap:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "GetCustomerAdressWithPhoneResult": { | |
| "schema": { | |
| "attributes": { | |
| "id": "NewDataSet" | |
| }, | |
| "element": { | |
| "attributes": { | |
| "name": "NewDataSet", | |
| "msdata:IsDataSet": "true", |
OlderNewer