/* soapServer.c Generated by gSOAP 2.8.119 for onvif.h gSOAP XML Web services tools Copyright (C) 2000-2021, Robert van Engelen, Genivia Inc. All Rights Reserved. The soapcpp2 tool and its generated software are released under the GPL. This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. -------------------------------------------------------------------------------- A commercial use license is available from Genivia Inc., contact@genivia.com -------------------------------------------------------------------------------- */ #if defined(__BORLANDC__) #pragma option push -w-8060 #pragma option push -w-8004 #endif #include "soapH.h" SOAP_SOURCE_STAMP("@(#) soapServer.c ver 2.8.119 2022-04-19 13:13:24 GMT") SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap *soap) { #ifndef WITH_FASTCGI soap->keep_alive = soap->max_keep_alive + 1; #endif do { #ifndef WITH_FASTCGI if (soap->keep_alive > 0 && soap->max_keep_alive > 0) soap->keep_alive--; #endif if (soap_begin_serve(soap)) { if (soap->error >= SOAP_STOP) continue; return soap->error; } if ((soap_serve_request(soap) || (soap->fserveloop && soap->fserveloop(soap))) && soap->error && soap->error < SOAP_STOP) { #ifdef WITH_FASTCGI soap_send_fault(soap); #else return soap_send_fault(soap); #endif } #ifdef WITH_FASTCGI soap_destroy(soap); soap_end(soap); } while (1); #else } while (soap->keep_alive); #endif return SOAP_OK; } #ifndef WITH_NOSERVEREQUEST SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap *soap) { (void)soap_peek_element(soap); if (!soap_match_tag(soap, soap->tag, "SOAP-ENV:Fault")) return soap_serve_SOAP_ENV__Fault(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:Hello")) return soap_serve___wsdd__Hello(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:Bye")) return soap_serve___wsdd__Bye(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:Probe")) return soap_serve___wsdd__Probe(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:ProbeMatches")) return soap_serve___wsdd__ProbeMatches(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:Resolve")) return soap_serve___wsdd__Resolve(soap); if (!soap_match_tag(soap, soap->tag, "wsdd:ResolveMatches")) return soap_serve___wsdd__ResolveMatches(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetServiceCapabilities")) return soap_serve___ns1__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAccessPointInfoList")) return soap_serve___ns1__GetAccessPointInfoList(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAccessPointInfo")) return soap_serve___ns1__GetAccessPointInfo(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAccessPointList")) return soap_serve___ns1__GetAccessPointList(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAccessPoints")) return soap_serve___ns1__GetAccessPoints(soap); if (!soap_match_tag(soap, soap->tag, "ns1:CreateAccessPoint")) return soap_serve___ns1__CreateAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:SetAccessPoint")) return soap_serve___ns1__SetAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:ModifyAccessPoint")) return soap_serve___ns1__ModifyAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:DeleteAccessPoint")) return soap_serve___ns1__DeleteAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:SetAccessPointAuthenticationProfile")) return soap_serve___ns1__SetAccessPointAuthenticationProfile(soap); if (!soap_match_tag(soap, soap->tag, "ns1:DeleteAccessPointAuthenticationProfile")) return soap_serve___ns1__DeleteAccessPointAuthenticationProfile(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAreaInfoList")) return soap_serve___ns1__GetAreaInfoList(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAreaInfo")) return soap_serve___ns1__GetAreaInfo(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAreaList")) return soap_serve___ns1__GetAreaList(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAreas")) return soap_serve___ns1__GetAreas(soap); if (!soap_match_tag(soap, soap->tag, "ns1:CreateArea")) return soap_serve___ns1__CreateArea(soap); if (!soap_match_tag(soap, soap->tag, "ns1:SetArea")) return soap_serve___ns1__SetArea(soap); if (!soap_match_tag(soap, soap->tag, "ns1:ModifyArea")) return soap_serve___ns1__ModifyArea(soap); if (!soap_match_tag(soap, soap->tag, "ns1:DeleteArea")) return soap_serve___ns1__DeleteArea(soap); if (!soap_match_tag(soap, soap->tag, "ns1:GetAccessPointState")) return soap_serve___ns1__GetAccessPointState(soap); if (!soap_match_tag(soap, soap->tag, "ns1:EnableAccessPoint")) return soap_serve___ns1__EnableAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:DisableAccessPoint")) return soap_serve___ns1__DisableAccessPoint(soap); if (!soap_match_tag(soap, soap->tag, "ns1:ExternalAuthorization")) return soap_serve___ns1__ExternalAuthorization(soap); if (!soap_match_tag(soap, soap->tag, "ns1:Feedback")) return soap_serve___ns1__Feedback(soap); if (!soap_match_tag(soap, soap->tag, "tdn:Hello")) return soap_serve___tdn__Hello(soap); if (!soap_match_tag(soap, soap->tag, "tdn:Bye")) return soap_serve___tdn__Bye(soap); if (!soap_match_tag(soap, soap->tag, "tdn:Probe")) return soap_serve___tdn__Probe(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetServices")) return soap_serve___tds__GetServices(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetServiceCapabilities")) return soap_serve___tds__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDeviceInformation")) return soap_serve___tds__GetDeviceInformation(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetSystemDateAndTime")) return soap_serve___tds__SetSystemDateAndTime(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetSystemDateAndTime")) return soap_serve___tds__GetSystemDateAndTime(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetSystemFactoryDefault")) return soap_serve___tds__SetSystemFactoryDefault(soap); if (!soap_match_tag(soap, soap->tag, "tds:UpgradeSystemFirmware")) return soap_serve___tds__UpgradeSystemFirmware(soap); if (!soap_match_tag(soap, soap->tag, "tds:SystemReboot")) return soap_serve___tds__SystemReboot(soap); if (!soap_match_tag(soap, soap->tag, "tds:RestoreSystem")) return soap_serve___tds__RestoreSystem(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetSystemBackup")) return soap_serve___tds__GetSystemBackup(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetSystemLog")) return soap_serve___tds__GetSystemLog(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetSystemSupportInformation")) return soap_serve___tds__GetSystemSupportInformation(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetScopes")) return soap_serve___tds__GetScopes(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetScopes")) return soap_serve___tds__SetScopes(soap); if (!soap_match_tag(soap, soap->tag, "tds:AddScopes")) return soap_serve___tds__AddScopes(soap); if (!soap_match_tag(soap, soap->tag, "tds:RemoveScopes")) return soap_serve___tds__RemoveScopes(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDiscoveryMode")) return soap_serve___tds__GetDiscoveryMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetDiscoveryMode")) return soap_serve___tds__SetDiscoveryMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteDiscoveryMode")) return soap_serve___tds__GetRemoteDiscoveryMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteDiscoveryMode")) return soap_serve___tds__SetRemoteDiscoveryMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDPAddresses")) return soap_serve___tds__GetDPAddresses(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetEndpointReference")) return soap_serve___tds__GetEndpointReference(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetRemoteUser")) return soap_serve___tds__GetRemoteUser(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetRemoteUser")) return soap_serve___tds__SetRemoteUser(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetUsers")) return soap_serve___tds__GetUsers(soap); if (!soap_match_tag(soap, soap->tag, "tds:CreateUsers")) return soap_serve___tds__CreateUsers(soap); if (!soap_match_tag(soap, soap->tag, "tds:DeleteUsers")) return soap_serve___tds__DeleteUsers(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetUser")) return soap_serve___tds__SetUser(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetWsdlUrl")) return soap_serve___tds__GetWsdlUrl(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetPasswordComplexityOptions")) return soap_serve___tds__GetPasswordComplexityOptions(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetPasswordComplexityConfiguration")) return soap_serve___tds__GetPasswordComplexityConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetPasswordComplexityConfiguration")) return soap_serve___tds__SetPasswordComplexityConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetPasswordHistoryConfiguration")) return soap_serve___tds__GetPasswordHistoryConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetPasswordHistoryConfiguration")) return soap_serve___tds__SetPasswordHistoryConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetAuthFailureWarningOptions")) return soap_serve___tds__GetAuthFailureWarningOptions(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetAuthFailureWarningConfiguration")) return soap_serve___tds__GetAuthFailureWarningConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetAuthFailureWarningConfiguration")) return soap_serve___tds__SetAuthFailureWarningConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetCapabilities")) return soap_serve___tds__GetCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetDPAddresses")) return soap_serve___tds__SetDPAddresses(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetHostname")) return soap_serve___tds__GetHostname(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetHostname")) return soap_serve___tds__SetHostname(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetHostnameFromDHCP")) return soap_serve___tds__SetHostnameFromDHCP(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDNS")) return soap_serve___tds__GetDNS(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetDNS")) return soap_serve___tds__SetDNS(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetNTP")) return soap_serve___tds__GetNTP(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetNTP")) return soap_serve___tds__SetNTP(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDynamicDNS")) return soap_serve___tds__GetDynamicDNS(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetDynamicDNS")) return soap_serve___tds__SetDynamicDNS(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkInterfaces")) return soap_serve___tds__GetNetworkInterfaces(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkInterfaces")) return soap_serve___tds__SetNetworkInterfaces(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkProtocols")) return soap_serve___tds__GetNetworkProtocols(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkProtocols")) return soap_serve___tds__SetNetworkProtocols(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetNetworkDefaultGateway")) return soap_serve___tds__GetNetworkDefaultGateway(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetNetworkDefaultGateway")) return soap_serve___tds__SetNetworkDefaultGateway(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetZeroConfiguration")) return soap_serve___tds__GetZeroConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetZeroConfiguration")) return soap_serve___tds__SetZeroConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetIPAddressFilter")) return soap_serve___tds__GetIPAddressFilter(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetIPAddressFilter")) return soap_serve___tds__SetIPAddressFilter(soap); if (!soap_match_tag(soap, soap->tag, "tds:AddIPAddressFilter")) return soap_serve___tds__AddIPAddressFilter(soap); if (!soap_match_tag(soap, soap->tag, "tds:RemoveIPAddressFilter")) return soap_serve___tds__RemoveIPAddressFilter(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetAccessPolicy")) return soap_serve___tds__GetAccessPolicy(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetAccessPolicy")) return soap_serve___tds__SetAccessPolicy(soap); if (!soap_match_tag(soap, soap->tag, "tds:CreateCertificate")) return soap_serve___tds__CreateCertificate(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetCertificates")) return soap_serve___tds__GetCertificates(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetCertificatesStatus")) return soap_serve___tds__GetCertificatesStatus(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetCertificatesStatus")) return soap_serve___tds__SetCertificatesStatus(soap); if (!soap_match_tag(soap, soap->tag, "tds:DeleteCertificates")) return soap_serve___tds__DeleteCertificates(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetPkcs10Request")) return soap_serve___tds__GetPkcs10Request(soap); if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificates")) return soap_serve___tds__LoadCertificates(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetClientCertificateMode")) return soap_serve___tds__GetClientCertificateMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetClientCertificateMode")) return soap_serve___tds__SetClientCertificateMode(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetRelayOutputs")) return soap_serve___tds__GetRelayOutputs(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputSettings")) return soap_serve___tds__SetRelayOutputSettings(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputState")) return soap_serve___tds__SetRelayOutputState(soap); if (!soap_match_tag(soap, soap->tag, "tds:SendAuxiliaryCommand")) return soap_serve___tds__SendAuxiliaryCommand(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetCACertificates")) return soap_serve___tds__GetCACertificates(soap); if (!soap_match_tag(soap, soap->tag, "tds:LoadCertificateWithPrivateKey")) return soap_serve___tds__LoadCertificateWithPrivateKey(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetCertificateInformation")) return soap_serve___tds__GetCertificateInformation(soap); if (!soap_match_tag(soap, soap->tag, "tds:LoadCACertificates")) return soap_serve___tds__LoadCACertificates(soap); if (!soap_match_tag(soap, soap->tag, "tds:CreateDot1XConfiguration")) return soap_serve___tds__CreateDot1XConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetDot1XConfiguration")) return soap_serve___tds__SetDot1XConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfiguration")) return soap_serve___tds__GetDot1XConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDot1XConfigurations")) return soap_serve___tds__GetDot1XConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "tds:DeleteDot1XConfiguration")) return soap_serve___tds__DeleteDot1XConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Capabilities")) return soap_serve___tds__GetDot11Capabilities(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetDot11Status")) return soap_serve___tds__GetDot11Status(soap); if (!soap_match_tag(soap, soap->tag, "tds:ScanAvailableDot11Networks")) return soap_serve___tds__ScanAvailableDot11Networks(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetSystemUris")) return soap_serve___tds__GetSystemUris(soap); if (!soap_match_tag(soap, soap->tag, "tds:StartFirmwareUpgrade")) return soap_serve___tds__StartFirmwareUpgrade(soap); if (!soap_match_tag(soap, soap->tag, "tds:StartSystemRestore")) return soap_serve___tds__StartSystemRestore(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetStorageConfigurations")) return soap_serve___tds__GetStorageConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "tds:CreateStorageConfiguration")) return soap_serve___tds__CreateStorageConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetStorageConfiguration")) return soap_serve___tds__GetStorageConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetStorageConfiguration")) return soap_serve___tds__SetStorageConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:DeleteStorageConfiguration")) return soap_serve___tds__DeleteStorageConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetGeoLocation")) return soap_serve___tds__GetGeoLocation(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetGeoLocation")) return soap_serve___tds__SetGeoLocation(soap); if (!soap_match_tag(soap, soap->tag, "tds:DeleteGeoLocation")) return soap_serve___tds__DeleteGeoLocation(soap); if (!soap_match_tag(soap, soap->tag, "tev:PullMessages")) return soap_serve___tev__PullMessages(soap); if (!soap_match_tag(soap, soap->tag, "tev:Seek")) return soap_serve___tev__Seek(soap); if (!soap_match_tag(soap, soap->tag, "tev:SetSynchronizationPoint")) return soap_serve___tev__SetSynchronizationPoint(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Unsubscribe")) return soap_serve___tev__Unsubscribe(soap); if (!soap_match_tag(soap, soap->tag, "tev:GetServiceCapabilities")) return soap_serve___tev__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "tev:CreatePullPointSubscription")) return soap_serve___tev__CreatePullPointSubscription(soap); if (!soap_match_tag(soap, soap->tag, "tev:GetEventProperties")) return soap_serve___tev__GetEventProperties(soap); if (!soap_match_tag(soap, soap->tag, "tev:AddEventBroker")) return soap_serve___tev__AddEventBroker(soap); if (!soap_match_tag(soap, soap->tag, "tev:DeleteEventBroker")) return soap_serve___tev__DeleteEventBroker(soap); if (!soap_match_tag(soap, soap->tag, "tev:GetEventBrokers")) return soap_serve___tev__GetEventBrokers(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Renew")) return soap_serve___tev__Renew(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Unsubscribe")) return soap_serve___tev__Unsubscribe_(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Subscribe")) return soap_serve___tev__Subscribe(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:GetCurrentMessage")) return soap_serve___tev__GetCurrentMessage(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Notify")) return soap_serve___tev__Notify(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:GetMessages")) return soap_serve___tev__GetMessages(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:DestroyPullPoint")) return soap_serve___tev__DestroyPullPoint(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Notify")) return soap_serve___tev__Notify_(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:CreatePullPoint")) return soap_serve___tev__CreatePullPoint(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Renew")) return soap_serve___tev__Renew_(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:Unsubscribe")) return soap_serve___tev__Unsubscribe__(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:PauseSubscription")) return soap_serve___tev__PauseSubscription(soap); if (!soap_match_tag(soap, soap->tag, "wsnt:ResumeSubscription")) return soap_serve___tev__ResumeSubscription(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetServiceCapabilities")) return soap_serve___timg__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetImagingSettings")) return soap_serve___timg__GetImagingSettings(soap); if (!soap_match_tag(soap, soap->tag, "timg:SetImagingSettings")) return soap_serve___timg__SetImagingSettings(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetOptions")) return soap_serve___timg__GetOptions(soap); if (!soap_match_tag(soap, soap->tag, "timg:Move")) return soap_serve___timg__Move(soap); if (!soap_match_tag(soap, soap->tag, "timg:Stop")) return soap_serve___timg__Stop(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetStatus")) return soap_serve___timg__GetStatus(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetMoveOptions")) return soap_serve___timg__GetMoveOptions(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetPresets")) return soap_serve___timg__GetPresets(soap); if (!soap_match_tag(soap, soap->tag, "timg:GetCurrentPreset")) return soap_serve___timg__GetCurrentPreset(soap); if (!soap_match_tag(soap, soap->tag, "timg:SetCurrentPreset")) return soap_serve___timg__SetCurrentPreset(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetServiceCapabilities")) return soap_serve___tmd__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetRelayOutputOptions")) return soap_serve___tmd__GetRelayOutputOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioSources")) return soap_serve___tmd__GetAudioSources(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioOutputs")) return soap_serve___tmd__GetAudioOutputs(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoSources")) return soap_serve___tmd__GetVideoSources(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputs")) return soap_serve___tmd__GetVideoOutputs(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoSourceConfiguration")) return soap_serve___tmd__GetVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputConfiguration")) return soap_serve___tmd__GetVideoOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioSourceConfiguration")) return soap_serve___tmd__GetAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioOutputConfiguration")) return soap_serve___tmd__GetAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetVideoSourceConfiguration")) return soap_serve___tmd__SetVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetVideoOutputConfiguration")) return soap_serve___tmd__SetVideoOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetAudioSourceConfiguration")) return soap_serve___tmd__SetAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetAudioOutputConfiguration")) return soap_serve___tmd__SetAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoSourceConfigurationOptions")) return soap_serve___tmd__GetVideoSourceConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetVideoOutputConfigurationOptions")) return soap_serve___tmd__GetVideoOutputConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioSourceConfigurationOptions")) return soap_serve___tmd__GetAudioSourceConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetAudioOutputConfigurationOptions")) return soap_serve___tmd__GetAudioOutputConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tds:GetRelayOutputs")) return soap_serve___tmd__GetRelayOutputs(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetRelayOutputSettings")) return soap_serve___tmd__SetRelayOutputSettings(soap); if (!soap_match_tag(soap, soap->tag, "tds:SetRelayOutputState")) return soap_serve___tmd__SetRelayOutputState(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetDigitalInputs")) return soap_serve___tmd__GetDigitalInputs(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetDigitalInputConfigurationOptions")) return soap_serve___tmd__GetDigitalInputConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetDigitalInputConfigurations")) return soap_serve___tmd__SetDigitalInputConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPorts")) return soap_serve___tmd__GetSerialPorts(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPortConfiguration")) return soap_serve___tmd__GetSerialPortConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SetSerialPortConfiguration")) return soap_serve___tmd__SetSerialPortConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tmd:GetSerialPortConfigurationOptions")) return soap_serve___tmd__GetSerialPortConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tmd:SendReceiveSerialCommand")) return soap_serve___tmd__SendReceiveSerialCommand(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetServiceCapabilities")) return soap_serve___tptz__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetConfigurations")) return soap_serve___tptz__GetConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetPresets")) return soap_serve___tptz__GetPresets(soap); if (!soap_match_tag(soap, soap->tag, "tptz:SetPreset")) return soap_serve___tptz__SetPreset(soap); if (!soap_match_tag(soap, soap->tag, "tptz:RemovePreset")) return soap_serve___tptz__RemovePreset(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GotoPreset")) return soap_serve___tptz__GotoPreset(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetStatus")) return soap_serve___tptz__GetStatus(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetConfiguration")) return soap_serve___tptz__GetConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetNodes")) return soap_serve___tptz__GetNodes(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetNode")) return soap_serve___tptz__GetNode(soap); if (!soap_match_tag(soap, soap->tag, "tptz:SetConfiguration")) return soap_serve___tptz__SetConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetConfigurationOptions")) return soap_serve___tptz__GetConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GotoHomePosition")) return soap_serve___tptz__GotoHomePosition(soap); if (!soap_match_tag(soap, soap->tag, "tptz:SetHomePosition")) return soap_serve___tptz__SetHomePosition(soap); if (!soap_match_tag(soap, soap->tag, "tptz:ContinuousMove")) return soap_serve___tptz__ContinuousMove(soap); if (!soap_match_tag(soap, soap->tag, "tptz:RelativeMove")) return soap_serve___tptz__RelativeMove(soap); if (!soap_match_tag(soap, soap->tag, "tptz:SendAuxiliaryCommand")) return soap_serve___tptz__SendAuxiliaryCommand(soap); if (!soap_match_tag(soap, soap->tag, "tptz:AbsoluteMove")) return soap_serve___tptz__AbsoluteMove(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GeoMove")) return soap_serve___tptz__GeoMove(soap); if (!soap_match_tag(soap, soap->tag, "tptz:Stop")) return soap_serve___tptz__Stop(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTours")) return soap_serve___tptz__GetPresetTours(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTour")) return soap_serve___tptz__GetPresetTour(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetPresetTourOptions")) return soap_serve___tptz__GetPresetTourOptions(soap); if (!soap_match_tag(soap, soap->tag, "tptz:CreatePresetTour")) return soap_serve___tptz__CreatePresetTour(soap); if (!soap_match_tag(soap, soap->tag, "tptz:ModifyPresetTour")) return soap_serve___tptz__ModifyPresetTour(soap); if (!soap_match_tag(soap, soap->tag, "tptz:OperatePresetTour")) return soap_serve___tptz__OperatePresetTour(soap); if (!soap_match_tag(soap, soap->tag, "tptz:RemovePresetTour")) return soap_serve___tptz__RemovePresetTour(soap); if (!soap_match_tag(soap, soap->tag, "tptz:GetCompatibleConfigurations")) return soap_serve___tptz__GetCompatibleConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "tptz:MoveAndStartTracking")) return soap_serve___tptz__MoveAndStartTracking(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetServiceCapabilities")) return soap_serve___trt__GetServiceCapabilities(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSources")) return soap_serve___trt__GetVideoSources(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSources")) return soap_serve___trt__GetAudioSources(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputs")) return soap_serve___trt__GetAudioOutputs(soap); if (!soap_match_tag(soap, soap->tag, "trt:CreateProfile")) return soap_serve___trt__CreateProfile(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetProfile")) return soap_serve___trt__GetProfile(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetProfiles")) return soap_serve___trt__GetProfiles(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddVideoEncoderConfiguration")) return soap_serve___trt__AddVideoEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddVideoSourceConfiguration")) return soap_serve___trt__AddVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddAudioEncoderConfiguration")) return soap_serve___trt__AddAudioEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddAudioSourceConfiguration")) return soap_serve___trt__AddAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddPTZConfiguration")) return soap_serve___trt__AddPTZConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddVideoAnalyticsConfiguration")) return soap_serve___trt__AddVideoAnalyticsConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddMetadataConfiguration")) return soap_serve___trt__AddMetadataConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddAudioOutputConfiguration")) return soap_serve___trt__AddAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:AddAudioDecoderConfiguration")) return soap_serve___trt__AddAudioDecoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoEncoderConfiguration")) return soap_serve___trt__RemoveVideoEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoSourceConfiguration")) return soap_serve___trt__RemoveVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioEncoderConfiguration")) return soap_serve___trt__RemoveAudioEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioSourceConfiguration")) return soap_serve___trt__RemoveAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemovePTZConfiguration")) return soap_serve___trt__RemovePTZConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveVideoAnalyticsConfiguration")) return soap_serve___trt__RemoveVideoAnalyticsConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveMetadataConfiguration")) return soap_serve___trt__RemoveMetadataConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioOutputConfiguration")) return soap_serve___trt__RemoveAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:RemoveAudioDecoderConfiguration")) return soap_serve___trt__RemoveAudioDecoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:DeleteProfile")) return soap_serve___trt__DeleteProfile(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurations")) return soap_serve___trt__GetVideoSourceConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurations")) return soap_serve___trt__GetVideoEncoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurations")) return soap_serve___trt__GetAudioSourceConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurations")) return soap_serve___trt__GetAudioEncoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfigurations")) return soap_serve___trt__GetVideoAnalyticsConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurations")) return soap_serve___trt__GetMetadataConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurations")) return soap_serve___trt__GetAudioOutputConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurations")) return soap_serve___trt__GetAudioDecoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfiguration")) return soap_serve___trt__GetVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfiguration")) return soap_serve___trt__GetVideoEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfiguration")) return soap_serve___trt__GetAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfiguration")) return soap_serve___trt__GetAudioEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoAnalyticsConfiguration")) return soap_serve___trt__GetVideoAnalyticsConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfiguration")) return soap_serve___trt__GetMetadataConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfiguration")) return soap_serve___trt__GetAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfiguration")) return soap_serve___trt__GetAudioDecoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoEncoderConfigurations")) return soap_serve___trt__GetCompatibleVideoEncoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoSourceConfigurations")) return soap_serve___trt__GetCompatibleVideoSourceConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioEncoderConfigurations")) return soap_serve___trt__GetCompatibleAudioEncoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioSourceConfigurations")) return soap_serve___trt__GetCompatibleAudioSourceConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleVideoAnalyticsConfigurations")) return soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleMetadataConfigurations")) return soap_serve___trt__GetCompatibleMetadataConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioOutputConfigurations")) return soap_serve___trt__GetCompatibleAudioOutputConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetCompatibleAudioDecoderConfigurations")) return soap_serve___trt__GetCompatibleAudioDecoderConfigurations(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceConfiguration")) return soap_serve___trt__SetVideoSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetVideoEncoderConfiguration")) return soap_serve___trt__SetVideoEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetAudioSourceConfiguration")) return soap_serve___trt__SetAudioSourceConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetAudioEncoderConfiguration")) return soap_serve___trt__SetAudioEncoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetVideoAnalyticsConfiguration")) return soap_serve___trt__SetVideoAnalyticsConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetMetadataConfiguration")) return soap_serve___trt__SetMetadataConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetAudioOutputConfiguration")) return soap_serve___trt__SetAudioOutputConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetAudioDecoderConfiguration")) return soap_serve___trt__SetAudioDecoderConfiguration(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceConfigurationOptions")) return soap_serve___trt__GetVideoSourceConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoEncoderConfigurationOptions")) return soap_serve___trt__GetVideoEncoderConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioSourceConfigurationOptions")) return soap_serve___trt__GetAudioSourceConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioEncoderConfigurationOptions")) return soap_serve___trt__GetAudioEncoderConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetMetadataConfigurationOptions")) return soap_serve___trt__GetMetadataConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioOutputConfigurationOptions")) return soap_serve___trt__GetAudioOutputConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetAudioDecoderConfigurationOptions")) return soap_serve___trt__GetAudioDecoderConfigurationOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetGuaranteedNumberOfVideoEncoderInstances")) return soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetStreamUri")) return soap_serve___trt__GetStreamUri(soap); if (!soap_match_tag(soap, soap->tag, "trt:StartMulticastStreaming")) return soap_serve___trt__StartMulticastStreaming(soap); if (!soap_match_tag(soap, soap->tag, "trt:StopMulticastStreaming")) return soap_serve___trt__StopMulticastStreaming(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetSynchronizationPoint")) return soap_serve___trt__SetSynchronizationPoint(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetSnapshotUri")) return soap_serve___trt__GetSnapshotUri(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetVideoSourceModes")) return soap_serve___trt__GetVideoSourceModes(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetVideoSourceMode")) return soap_serve___trt__SetVideoSourceMode(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetOSDs")) return soap_serve___trt__GetOSDs(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetOSD")) return soap_serve___trt__GetOSD(soap); if (!soap_match_tag(soap, soap->tag, "trt:GetOSDOptions")) return soap_serve___trt__GetOSDOptions(soap); if (!soap_match_tag(soap, soap->tag, "trt:SetOSD")) return soap_serve___trt__SetOSD(soap); if (!soap_match_tag(soap, soap->tag, "trt:CreateOSD")) return soap_serve___trt__CreateOSD(soap); if (!soap_match_tag(soap, soap->tag, "trt:DeleteOSD")) return soap_serve___trt__DeleteOSD(soap); return soap->error = SOAP_NO_METHOD; } #endif SOAP_FMAC5 int SOAP_FMAC6 soap_serve_SOAP_ENV__Fault(struct soap *soap) { struct SOAP_ENV__Fault soap_tmp_SOAP_ENV__Fault; soap_default_SOAP_ENV__Fault(soap, &soap_tmp_SOAP_ENV__Fault); if (!soap_get_SOAP_ENV__Fault(soap, &soap_tmp_SOAP_ENV__Fault, "SOAP-ENV:Fault", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = SOAP_ENV__Fault(soap, soap_tmp_SOAP_ENV__Fault.faultcode, soap_tmp_SOAP_ENV__Fault.faultstring, soap_tmp_SOAP_ENV__Fault.faultactor, soap_tmp_SOAP_ENV__Fault.detail, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Code, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Reason, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Node, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Role, soap_tmp_SOAP_ENV__Fault.SOAP_ENV__Detail); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Hello(struct soap *soap) { struct __wsdd__Hello soap_tmp___wsdd__Hello; soap_default___wsdd__Hello(soap, &soap_tmp___wsdd__Hello); if (!soap_get___wsdd__Hello(soap, &soap_tmp___wsdd__Hello, "-wsdd:Hello", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__Hello(soap, soap_tmp___wsdd__Hello.wsdd__Hello); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Bye(struct soap *soap) { struct __wsdd__Bye soap_tmp___wsdd__Bye; soap_default___wsdd__Bye(soap, &soap_tmp___wsdd__Bye); if (!soap_get___wsdd__Bye(soap, &soap_tmp___wsdd__Bye, "-wsdd:Bye", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__Bye(soap, soap_tmp___wsdd__Bye.wsdd__Bye); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Probe(struct soap *soap) { struct __wsdd__Probe soap_tmp___wsdd__Probe; soap_default___wsdd__Probe(soap, &soap_tmp___wsdd__Probe); if (!soap_get___wsdd__Probe(soap, &soap_tmp___wsdd__Probe, "-wsdd:Probe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__Probe(soap, soap_tmp___wsdd__Probe.wsdd__Probe); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__ProbeMatches(struct soap *soap) { struct __wsdd__ProbeMatches soap_tmp___wsdd__ProbeMatches; soap_default___wsdd__ProbeMatches(soap, &soap_tmp___wsdd__ProbeMatches); if (!soap_get___wsdd__ProbeMatches(soap, &soap_tmp___wsdd__ProbeMatches, "-wsdd:ProbeMatches", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__ProbeMatches(soap, soap_tmp___wsdd__ProbeMatches.wsdd__ProbeMatches); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__Resolve(struct soap *soap) { struct __wsdd__Resolve soap_tmp___wsdd__Resolve; soap_default___wsdd__Resolve(soap, &soap_tmp___wsdd__Resolve); if (!soap_get___wsdd__Resolve(soap, &soap_tmp___wsdd__Resolve, "-wsdd:Resolve", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__Resolve(soap, soap_tmp___wsdd__Resolve.wsdd__Resolve); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___wsdd__ResolveMatches(struct soap *soap) { struct __wsdd__ResolveMatches soap_tmp___wsdd__ResolveMatches; soap_default___wsdd__ResolveMatches(soap, &soap_tmp___wsdd__ResolveMatches); if (!soap_get___wsdd__ResolveMatches(soap, &soap_tmp___wsdd__ResolveMatches, "-wsdd:ResolveMatches", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __wsdd__ResolveMatches(soap, soap_tmp___wsdd__ResolveMatches.wsdd__ResolveMatches); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetServiceCapabilities(struct soap *soap) { struct __ns1__GetServiceCapabilities soap_tmp___ns1__GetServiceCapabilities; struct _ns1__GetServiceCapabilitiesResponse ns1__GetServiceCapabilitiesResponse; soap_default__ns1__GetServiceCapabilitiesResponse(soap, &ns1__GetServiceCapabilitiesResponse); soap_default___ns1__GetServiceCapabilities(soap, &soap_tmp___ns1__GetServiceCapabilities); if (!soap_get___ns1__GetServiceCapabilities(soap, &soap_tmp___ns1__GetServiceCapabilities, "-ns1:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetServiceCapabilities(soap, soap_tmp___ns1__GetServiceCapabilities.ns1__GetServiceCapabilities, &ns1__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetServiceCapabilitiesResponse(soap, &ns1__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetServiceCapabilitiesResponse(soap, &ns1__GetServiceCapabilitiesResponse, "ns1:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetServiceCapabilitiesResponse(soap, &ns1__GetServiceCapabilitiesResponse, "ns1:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAccessPointInfoList(struct soap *soap) { struct __ns1__GetAccessPointInfoList soap_tmp___ns1__GetAccessPointInfoList; struct _ns1__GetAccessPointInfoListResponse ns1__GetAccessPointInfoListResponse; soap_default__ns1__GetAccessPointInfoListResponse(soap, &ns1__GetAccessPointInfoListResponse); soap_default___ns1__GetAccessPointInfoList(soap, &soap_tmp___ns1__GetAccessPointInfoList); if (!soap_get___ns1__GetAccessPointInfoList(soap, &soap_tmp___ns1__GetAccessPointInfoList, "-ns1:GetAccessPointInfoList", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAccessPointInfoList(soap, soap_tmp___ns1__GetAccessPointInfoList.ns1__GetAccessPointInfoList, &ns1__GetAccessPointInfoListResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAccessPointInfoListResponse(soap, &ns1__GetAccessPointInfoListResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointInfoListResponse(soap, &ns1__GetAccessPointInfoListResponse, "ns1:GetAccessPointInfoListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointInfoListResponse(soap, &ns1__GetAccessPointInfoListResponse, "ns1:GetAccessPointInfoListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAccessPointInfo(struct soap *soap) { struct __ns1__GetAccessPointInfo soap_tmp___ns1__GetAccessPointInfo; struct _ns1__GetAccessPointInfoResponse ns1__GetAccessPointInfoResponse; soap_default__ns1__GetAccessPointInfoResponse(soap, &ns1__GetAccessPointInfoResponse); soap_default___ns1__GetAccessPointInfo(soap, &soap_tmp___ns1__GetAccessPointInfo); if (!soap_get___ns1__GetAccessPointInfo(soap, &soap_tmp___ns1__GetAccessPointInfo, "-ns1:GetAccessPointInfo", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAccessPointInfo(soap, soap_tmp___ns1__GetAccessPointInfo.ns1__GetAccessPointInfo, &ns1__GetAccessPointInfoResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAccessPointInfoResponse(soap, &ns1__GetAccessPointInfoResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointInfoResponse(soap, &ns1__GetAccessPointInfoResponse, "ns1:GetAccessPointInfoResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointInfoResponse(soap, &ns1__GetAccessPointInfoResponse, "ns1:GetAccessPointInfoResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAccessPointList(struct soap *soap) { struct __ns1__GetAccessPointList soap_tmp___ns1__GetAccessPointList; struct _ns1__GetAccessPointListResponse ns1__GetAccessPointListResponse; soap_default__ns1__GetAccessPointListResponse(soap, &ns1__GetAccessPointListResponse); soap_default___ns1__GetAccessPointList(soap, &soap_tmp___ns1__GetAccessPointList); if (!soap_get___ns1__GetAccessPointList(soap, &soap_tmp___ns1__GetAccessPointList, "-ns1:GetAccessPointList", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAccessPointList(soap, soap_tmp___ns1__GetAccessPointList.ns1__GetAccessPointList, &ns1__GetAccessPointListResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAccessPointListResponse(soap, &ns1__GetAccessPointListResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointListResponse(soap, &ns1__GetAccessPointListResponse, "ns1:GetAccessPointListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointListResponse(soap, &ns1__GetAccessPointListResponse, "ns1:GetAccessPointListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAccessPoints(struct soap *soap) { struct __ns1__GetAccessPoints soap_tmp___ns1__GetAccessPoints; struct _ns1__GetAccessPointsResponse ns1__GetAccessPointsResponse; soap_default__ns1__GetAccessPointsResponse(soap, &ns1__GetAccessPointsResponse); soap_default___ns1__GetAccessPoints(soap, &soap_tmp___ns1__GetAccessPoints); if (!soap_get___ns1__GetAccessPoints(soap, &soap_tmp___ns1__GetAccessPoints, "-ns1:GetAccessPoints", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAccessPoints(soap, soap_tmp___ns1__GetAccessPoints.ns1__GetAccessPoints, &ns1__GetAccessPointsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAccessPointsResponse(soap, &ns1__GetAccessPointsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointsResponse(soap, &ns1__GetAccessPointsResponse, "ns1:GetAccessPointsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointsResponse(soap, &ns1__GetAccessPointsResponse, "ns1:GetAccessPointsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreateAccessPoint(struct soap *soap) { struct __ns1__CreateAccessPoint soap_tmp___ns1__CreateAccessPoint; struct _ns1__CreateAccessPointResponse ns1__CreateAccessPointResponse; soap_default__ns1__CreateAccessPointResponse(soap, &ns1__CreateAccessPointResponse); soap_default___ns1__CreateAccessPoint(soap, &soap_tmp___ns1__CreateAccessPoint); if (!soap_get___ns1__CreateAccessPoint(soap, &soap_tmp___ns1__CreateAccessPoint, "-ns1:CreateAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__CreateAccessPoint(soap, soap_tmp___ns1__CreateAccessPoint.ns1__CreateAccessPoint, &ns1__CreateAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__CreateAccessPointResponse(soap, &ns1__CreateAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__CreateAccessPointResponse(soap, &ns1__CreateAccessPointResponse, "ns1:CreateAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__CreateAccessPointResponse(soap, &ns1__CreateAccessPointResponse, "ns1:CreateAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__SetAccessPoint(struct soap *soap) { struct __ns1__SetAccessPoint soap_tmp___ns1__SetAccessPoint; struct _ns1__SetAccessPointResponse ns1__SetAccessPointResponse; soap_default__ns1__SetAccessPointResponse(soap, &ns1__SetAccessPointResponse); soap_default___ns1__SetAccessPoint(soap, &soap_tmp___ns1__SetAccessPoint); if (!soap_get___ns1__SetAccessPoint(soap, &soap_tmp___ns1__SetAccessPoint, "-ns1:SetAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__SetAccessPoint(soap, soap_tmp___ns1__SetAccessPoint.ns1__SetAccessPoint, &ns1__SetAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__SetAccessPointResponse(soap, &ns1__SetAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAccessPointResponse(soap, &ns1__SetAccessPointResponse, "ns1:SetAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAccessPointResponse(soap, &ns1__SetAccessPointResponse, "ns1:SetAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__ModifyAccessPoint(struct soap *soap) { struct __ns1__ModifyAccessPoint soap_tmp___ns1__ModifyAccessPoint; struct _ns1__ModifyAccessPointResponse ns1__ModifyAccessPointResponse; soap_default__ns1__ModifyAccessPointResponse(soap, &ns1__ModifyAccessPointResponse); soap_default___ns1__ModifyAccessPoint(soap, &soap_tmp___ns1__ModifyAccessPoint); if (!soap_get___ns1__ModifyAccessPoint(soap, &soap_tmp___ns1__ModifyAccessPoint, "-ns1:ModifyAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__ModifyAccessPoint(soap, soap_tmp___ns1__ModifyAccessPoint.ns1__ModifyAccessPoint, &ns1__ModifyAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__ModifyAccessPointResponse(soap, &ns1__ModifyAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ModifyAccessPointResponse(soap, &ns1__ModifyAccessPointResponse, "ns1:ModifyAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ModifyAccessPointResponse(soap, &ns1__ModifyAccessPointResponse, "ns1:ModifyAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteAccessPoint(struct soap *soap) { struct __ns1__DeleteAccessPoint soap_tmp___ns1__DeleteAccessPoint; struct _ns1__DeleteAccessPointResponse ns1__DeleteAccessPointResponse; soap_default__ns1__DeleteAccessPointResponse(soap, &ns1__DeleteAccessPointResponse); soap_default___ns1__DeleteAccessPoint(soap, &soap_tmp___ns1__DeleteAccessPoint); if (!soap_get___ns1__DeleteAccessPoint(soap, &soap_tmp___ns1__DeleteAccessPoint, "-ns1:DeleteAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__DeleteAccessPoint(soap, soap_tmp___ns1__DeleteAccessPoint.ns1__DeleteAccessPoint, &ns1__DeleteAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__DeleteAccessPointResponse(soap, &ns1__DeleteAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAccessPointResponse(soap, &ns1__DeleteAccessPointResponse, "ns1:DeleteAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAccessPointResponse(soap, &ns1__DeleteAccessPointResponse, "ns1:DeleteAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__SetAccessPointAuthenticationProfile(struct soap *soap) { struct __ns1__SetAccessPointAuthenticationProfile soap_tmp___ns1__SetAccessPointAuthenticationProfile; struct _ns1__SetAccessPointAuthenticationProfileResponse ns1__SetAccessPointAuthenticationProfileResponse; soap_default__ns1__SetAccessPointAuthenticationProfileResponse(soap, &ns1__SetAccessPointAuthenticationProfileResponse); soap_default___ns1__SetAccessPointAuthenticationProfile(soap, &soap_tmp___ns1__SetAccessPointAuthenticationProfile); if (!soap_get___ns1__SetAccessPointAuthenticationProfile(soap, &soap_tmp___ns1__SetAccessPointAuthenticationProfile, "-ns1:SetAccessPointAuthenticationProfile", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__SetAccessPointAuthenticationProfile(soap, soap_tmp___ns1__SetAccessPointAuthenticationProfile.ns1__SetAccessPointAuthenticationProfile, &ns1__SetAccessPointAuthenticationProfileResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__SetAccessPointAuthenticationProfileResponse(soap, &ns1__SetAccessPointAuthenticationProfileResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAccessPointAuthenticationProfileResponse(soap, &ns1__SetAccessPointAuthenticationProfileResponse, "ns1:SetAccessPointAuthenticationProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAccessPointAuthenticationProfileResponse(soap, &ns1__SetAccessPointAuthenticationProfileResponse, "ns1:SetAccessPointAuthenticationProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteAccessPointAuthenticationProfile(struct soap *soap) { struct __ns1__DeleteAccessPointAuthenticationProfile soap_tmp___ns1__DeleteAccessPointAuthenticationProfile; struct _ns1__DeleteAccessPointAuthenticationProfileResponse ns1__DeleteAccessPointAuthenticationProfileResponse; soap_default__ns1__DeleteAccessPointAuthenticationProfileResponse(soap, &ns1__DeleteAccessPointAuthenticationProfileResponse); soap_default___ns1__DeleteAccessPointAuthenticationProfile(soap, &soap_tmp___ns1__DeleteAccessPointAuthenticationProfile); if (!soap_get___ns1__DeleteAccessPointAuthenticationProfile(soap, &soap_tmp___ns1__DeleteAccessPointAuthenticationProfile, "-ns1:DeleteAccessPointAuthenticationProfile", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__DeleteAccessPointAuthenticationProfile(soap, soap_tmp___ns1__DeleteAccessPointAuthenticationProfile.ns1__DeleteAccessPointAuthenticationProfile, &ns1__DeleteAccessPointAuthenticationProfileResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__DeleteAccessPointAuthenticationProfileResponse(soap, &ns1__DeleteAccessPointAuthenticationProfileResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAccessPointAuthenticationProfileResponse(soap, &ns1__DeleteAccessPointAuthenticationProfileResponse, "ns1:DeleteAccessPointAuthenticationProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAccessPointAuthenticationProfileResponse(soap, &ns1__DeleteAccessPointAuthenticationProfileResponse, "ns1:DeleteAccessPointAuthenticationProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAreaInfoList(struct soap *soap) { struct __ns1__GetAreaInfoList soap_tmp___ns1__GetAreaInfoList; struct _ns1__GetAreaInfoListResponse ns1__GetAreaInfoListResponse; soap_default__ns1__GetAreaInfoListResponse(soap, &ns1__GetAreaInfoListResponse); soap_default___ns1__GetAreaInfoList(soap, &soap_tmp___ns1__GetAreaInfoList); if (!soap_get___ns1__GetAreaInfoList(soap, &soap_tmp___ns1__GetAreaInfoList, "-ns1:GetAreaInfoList", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAreaInfoList(soap, soap_tmp___ns1__GetAreaInfoList.ns1__GetAreaInfoList, &ns1__GetAreaInfoListResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAreaInfoListResponse(soap, &ns1__GetAreaInfoListResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaInfoListResponse(soap, &ns1__GetAreaInfoListResponse, "ns1:GetAreaInfoListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaInfoListResponse(soap, &ns1__GetAreaInfoListResponse, "ns1:GetAreaInfoListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAreaInfo(struct soap *soap) { struct __ns1__GetAreaInfo soap_tmp___ns1__GetAreaInfo; struct _ns1__GetAreaInfoResponse ns1__GetAreaInfoResponse; soap_default__ns1__GetAreaInfoResponse(soap, &ns1__GetAreaInfoResponse); soap_default___ns1__GetAreaInfo(soap, &soap_tmp___ns1__GetAreaInfo); if (!soap_get___ns1__GetAreaInfo(soap, &soap_tmp___ns1__GetAreaInfo, "-ns1:GetAreaInfo", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAreaInfo(soap, soap_tmp___ns1__GetAreaInfo.ns1__GetAreaInfo, &ns1__GetAreaInfoResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAreaInfoResponse(soap, &ns1__GetAreaInfoResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaInfoResponse(soap, &ns1__GetAreaInfoResponse, "ns1:GetAreaInfoResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaInfoResponse(soap, &ns1__GetAreaInfoResponse, "ns1:GetAreaInfoResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAreaList(struct soap *soap) { struct __ns1__GetAreaList soap_tmp___ns1__GetAreaList; struct _ns1__GetAreaListResponse ns1__GetAreaListResponse; soap_default__ns1__GetAreaListResponse(soap, &ns1__GetAreaListResponse); soap_default___ns1__GetAreaList(soap, &soap_tmp___ns1__GetAreaList); if (!soap_get___ns1__GetAreaList(soap, &soap_tmp___ns1__GetAreaList, "-ns1:GetAreaList", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAreaList(soap, soap_tmp___ns1__GetAreaList.ns1__GetAreaList, &ns1__GetAreaListResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAreaListResponse(soap, &ns1__GetAreaListResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaListResponse(soap, &ns1__GetAreaListResponse, "ns1:GetAreaListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreaListResponse(soap, &ns1__GetAreaListResponse, "ns1:GetAreaListResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAreas(struct soap *soap) { struct __ns1__GetAreas soap_tmp___ns1__GetAreas; struct _ns1__GetAreasResponse ns1__GetAreasResponse; soap_default__ns1__GetAreasResponse(soap, &ns1__GetAreasResponse); soap_default___ns1__GetAreas(soap, &soap_tmp___ns1__GetAreas); if (!soap_get___ns1__GetAreas(soap, &soap_tmp___ns1__GetAreas, "-ns1:GetAreas", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAreas(soap, soap_tmp___ns1__GetAreas.ns1__GetAreas, &ns1__GetAreasResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAreasResponse(soap, &ns1__GetAreasResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreasResponse(soap, &ns1__GetAreasResponse, "ns1:GetAreasResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAreasResponse(soap, &ns1__GetAreasResponse, "ns1:GetAreasResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__CreateArea(struct soap *soap) { struct __ns1__CreateArea soap_tmp___ns1__CreateArea; struct _ns1__CreateAreaResponse ns1__CreateAreaResponse; soap_default__ns1__CreateAreaResponse(soap, &ns1__CreateAreaResponse); soap_default___ns1__CreateArea(soap, &soap_tmp___ns1__CreateArea); if (!soap_get___ns1__CreateArea(soap, &soap_tmp___ns1__CreateArea, "-ns1:CreateArea", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__CreateArea(soap, soap_tmp___ns1__CreateArea.ns1__CreateArea, &ns1__CreateAreaResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__CreateAreaResponse(soap, &ns1__CreateAreaResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__CreateAreaResponse(soap, &ns1__CreateAreaResponse, "ns1:CreateAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__CreateAreaResponse(soap, &ns1__CreateAreaResponse, "ns1:CreateAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__SetArea(struct soap *soap) { struct __ns1__SetArea soap_tmp___ns1__SetArea; struct _ns1__SetAreaResponse ns1__SetAreaResponse; soap_default__ns1__SetAreaResponse(soap, &ns1__SetAreaResponse); soap_default___ns1__SetArea(soap, &soap_tmp___ns1__SetArea); if (!soap_get___ns1__SetArea(soap, &soap_tmp___ns1__SetArea, "-ns1:SetArea", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__SetArea(soap, soap_tmp___ns1__SetArea.ns1__SetArea, &ns1__SetAreaResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__SetAreaResponse(soap, &ns1__SetAreaResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAreaResponse(soap, &ns1__SetAreaResponse, "ns1:SetAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__SetAreaResponse(soap, &ns1__SetAreaResponse, "ns1:SetAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__ModifyArea(struct soap *soap) { struct __ns1__ModifyArea soap_tmp___ns1__ModifyArea; struct _ns1__ModifyAreaResponse ns1__ModifyAreaResponse; soap_default__ns1__ModifyAreaResponse(soap, &ns1__ModifyAreaResponse); soap_default___ns1__ModifyArea(soap, &soap_tmp___ns1__ModifyArea); if (!soap_get___ns1__ModifyArea(soap, &soap_tmp___ns1__ModifyArea, "-ns1:ModifyArea", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__ModifyArea(soap, soap_tmp___ns1__ModifyArea.ns1__ModifyArea, &ns1__ModifyAreaResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__ModifyAreaResponse(soap, &ns1__ModifyAreaResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ModifyAreaResponse(soap, &ns1__ModifyAreaResponse, "ns1:ModifyAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ModifyAreaResponse(soap, &ns1__ModifyAreaResponse, "ns1:ModifyAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DeleteArea(struct soap *soap) { struct __ns1__DeleteArea soap_tmp___ns1__DeleteArea; struct _ns1__DeleteAreaResponse ns1__DeleteAreaResponse; soap_default__ns1__DeleteAreaResponse(soap, &ns1__DeleteAreaResponse); soap_default___ns1__DeleteArea(soap, &soap_tmp___ns1__DeleteArea); if (!soap_get___ns1__DeleteArea(soap, &soap_tmp___ns1__DeleteArea, "-ns1:DeleteArea", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__DeleteArea(soap, soap_tmp___ns1__DeleteArea.ns1__DeleteArea, &ns1__DeleteAreaResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__DeleteAreaResponse(soap, &ns1__DeleteAreaResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAreaResponse(soap, &ns1__DeleteAreaResponse, "ns1:DeleteAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DeleteAreaResponse(soap, &ns1__DeleteAreaResponse, "ns1:DeleteAreaResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__GetAccessPointState(struct soap *soap) { struct __ns1__GetAccessPointState soap_tmp___ns1__GetAccessPointState; struct _ns1__GetAccessPointStateResponse ns1__GetAccessPointStateResponse; soap_default__ns1__GetAccessPointStateResponse(soap, &ns1__GetAccessPointStateResponse); soap_default___ns1__GetAccessPointState(soap, &soap_tmp___ns1__GetAccessPointState); if (!soap_get___ns1__GetAccessPointState(soap, &soap_tmp___ns1__GetAccessPointState, "-ns1:GetAccessPointState", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__GetAccessPointState(soap, soap_tmp___ns1__GetAccessPointState.ns1__GetAccessPointState, &ns1__GetAccessPointStateResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__GetAccessPointStateResponse(soap, &ns1__GetAccessPointStateResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointStateResponse(soap, &ns1__GetAccessPointStateResponse, "ns1:GetAccessPointStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__GetAccessPointStateResponse(soap, &ns1__GetAccessPointStateResponse, "ns1:GetAccessPointStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__EnableAccessPoint(struct soap *soap) { struct __ns1__EnableAccessPoint soap_tmp___ns1__EnableAccessPoint; struct _ns1__EnableAccessPointResponse ns1__EnableAccessPointResponse; soap_default__ns1__EnableAccessPointResponse(soap, &ns1__EnableAccessPointResponse); soap_default___ns1__EnableAccessPoint(soap, &soap_tmp___ns1__EnableAccessPoint); if (!soap_get___ns1__EnableAccessPoint(soap, &soap_tmp___ns1__EnableAccessPoint, "-ns1:EnableAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__EnableAccessPoint(soap, soap_tmp___ns1__EnableAccessPoint.ns1__EnableAccessPoint, &ns1__EnableAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__EnableAccessPointResponse(soap, &ns1__EnableAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__EnableAccessPointResponse(soap, &ns1__EnableAccessPointResponse, "ns1:EnableAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__EnableAccessPointResponse(soap, &ns1__EnableAccessPointResponse, "ns1:EnableAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__DisableAccessPoint(struct soap *soap) { struct __ns1__DisableAccessPoint soap_tmp___ns1__DisableAccessPoint; struct _ns1__DisableAccessPointResponse ns1__DisableAccessPointResponse; soap_default__ns1__DisableAccessPointResponse(soap, &ns1__DisableAccessPointResponse); soap_default___ns1__DisableAccessPoint(soap, &soap_tmp___ns1__DisableAccessPoint); if (!soap_get___ns1__DisableAccessPoint(soap, &soap_tmp___ns1__DisableAccessPoint, "-ns1:DisableAccessPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__DisableAccessPoint(soap, soap_tmp___ns1__DisableAccessPoint.ns1__DisableAccessPoint, &ns1__DisableAccessPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__DisableAccessPointResponse(soap, &ns1__DisableAccessPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DisableAccessPointResponse(soap, &ns1__DisableAccessPointResponse, "ns1:DisableAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__DisableAccessPointResponse(soap, &ns1__DisableAccessPointResponse, "ns1:DisableAccessPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__ExternalAuthorization(struct soap *soap) { struct __ns1__ExternalAuthorization soap_tmp___ns1__ExternalAuthorization; struct _ns1__ExternalAuthorizationResponse ns1__ExternalAuthorizationResponse; soap_default__ns1__ExternalAuthorizationResponse(soap, &ns1__ExternalAuthorizationResponse); soap_default___ns1__ExternalAuthorization(soap, &soap_tmp___ns1__ExternalAuthorization); if (!soap_get___ns1__ExternalAuthorization(soap, &soap_tmp___ns1__ExternalAuthorization, "-ns1:ExternalAuthorization", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__ExternalAuthorization(soap, soap_tmp___ns1__ExternalAuthorization.ns1__ExternalAuthorization, &ns1__ExternalAuthorizationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__ExternalAuthorizationResponse(soap, &ns1__ExternalAuthorizationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ExternalAuthorizationResponse(soap, &ns1__ExternalAuthorizationResponse, "ns1:ExternalAuthorizationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__ExternalAuthorizationResponse(soap, &ns1__ExternalAuthorizationResponse, "ns1:ExternalAuthorizationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ns1__Feedback(struct soap *soap) { struct __ns1__Feedback soap_tmp___ns1__Feedback; struct _ns1__FeedbackResponse ns1__FeedbackResponse; soap_default__ns1__FeedbackResponse(soap, &ns1__FeedbackResponse); soap_default___ns1__Feedback(soap, &soap_tmp___ns1__Feedback); if (!soap_get___ns1__Feedback(soap, &soap_tmp___ns1__Feedback, "-ns1:Feedback", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __ns1__Feedback(soap, soap_tmp___ns1__Feedback.ns1__Feedback, &ns1__FeedbackResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__ns1__FeedbackResponse(soap, &ns1__FeedbackResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__FeedbackResponse(soap, &ns1__FeedbackResponse, "ns1:FeedbackResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__ns1__FeedbackResponse(soap, &ns1__FeedbackResponse, "ns1:FeedbackResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Hello(struct soap *soap) { struct __tdn__Hello soap_tmp___tdn__Hello; struct wsdd__ResolveType tdn__HelloResponse; soap_default_wsdd__ResolveType(soap, &tdn__HelloResponse); soap_default___tdn__Hello(soap, &soap_tmp___tdn__Hello); if (!soap_get___tdn__Hello(soap, &soap_tmp___tdn__Hello, "-tdn:Hello", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tdn__Hello(soap, soap_tmp___tdn__Hello.tdn__Hello, &tdn__HelloResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_wsdd__ResolveType(soap, &tdn__HelloResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ResolveType(soap, &tdn__HelloResponse, "tdn:HelloResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ResolveType(soap, &tdn__HelloResponse, "tdn:HelloResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Bye(struct soap *soap) { struct __tdn__Bye soap_tmp___tdn__Bye; struct wsdd__ResolveType tdn__ByeResponse; soap_default_wsdd__ResolveType(soap, &tdn__ByeResponse); soap_default___tdn__Bye(soap, &soap_tmp___tdn__Bye); if (!soap_get___tdn__Bye(soap, &soap_tmp___tdn__Bye, "-tdn:Bye", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tdn__Bye(soap, soap_tmp___tdn__Bye.tdn__Bye, &tdn__ByeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_wsdd__ResolveType(soap, &tdn__ByeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ResolveType(soap, &tdn__ByeResponse, "tdn:ByeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ResolveType(soap, &tdn__ByeResponse, "tdn:ByeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tdn__Probe(struct soap *soap) { struct __tdn__Probe soap_tmp___tdn__Probe; struct wsdd__ProbeMatchesType tdn__ProbeResponse; soap_default_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse); soap_default___tdn__Probe(soap, &soap_tmp___tdn__Probe); if (!soap_get___tdn__Probe(soap, &soap_tmp___tdn__Probe, "-tdn:Probe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tdn__Probe(soap, soap_tmp___tdn__Probe.tdn__Probe, &tdn__ProbeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse, "tdn:ProbeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_wsdd__ProbeMatchesType(soap, &tdn__ProbeResponse, "tdn:ProbeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServices(struct soap *soap) { struct __tds__GetServices soap_tmp___tds__GetServices; struct _tds__GetServicesResponse tds__GetServicesResponse; soap_default__tds__GetServicesResponse(soap, &tds__GetServicesResponse); soap_default___tds__GetServices(soap, &soap_tmp___tds__GetServices); if (!soap_get___tds__GetServices(soap, &soap_tmp___tds__GetServices, "-tds:GetServices", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetServices(soap, soap_tmp___tds__GetServices.tds__GetServices, &tds__GetServicesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetServicesResponse(soap, &tds__GetServicesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetServicesResponse(soap, &tds__GetServicesResponse, "tds:GetServicesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetServicesResponse(soap, &tds__GetServicesResponse, "tds:GetServicesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetServiceCapabilities(struct soap *soap) { struct __tds__GetServiceCapabilities soap_tmp___tds__GetServiceCapabilities; struct _tds__GetServiceCapabilitiesResponse tds__GetServiceCapabilitiesResponse; soap_default__tds__GetServiceCapabilitiesResponse(soap, &tds__GetServiceCapabilitiesResponse); soap_default___tds__GetServiceCapabilities(soap, &soap_tmp___tds__GetServiceCapabilities); if (!soap_get___tds__GetServiceCapabilities(soap, &soap_tmp___tds__GetServiceCapabilities, "-tds:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetServiceCapabilities(soap, soap_tmp___tds__GetServiceCapabilities.tds__GetServiceCapabilities, &tds__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetServiceCapabilitiesResponse(soap, &tds__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetServiceCapabilitiesResponse(soap, &tds__GetServiceCapabilitiesResponse, "tds:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetServiceCapabilitiesResponse(soap, &tds__GetServiceCapabilitiesResponse, "tds:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDeviceInformation(struct soap *soap) { struct __tds__GetDeviceInformation soap_tmp___tds__GetDeviceInformation; struct _tds__GetDeviceInformationResponse tds__GetDeviceInformationResponse; soap_default__tds__GetDeviceInformationResponse(soap, &tds__GetDeviceInformationResponse); soap_default___tds__GetDeviceInformation(soap, &soap_tmp___tds__GetDeviceInformation); if (!soap_get___tds__GetDeviceInformation(soap, &soap_tmp___tds__GetDeviceInformation, "-tds:GetDeviceInformation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDeviceInformation(soap, soap_tmp___tds__GetDeviceInformation.tds__GetDeviceInformation, &tds__GetDeviceInformationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDeviceInformationResponse(soap, &tds__GetDeviceInformationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDeviceInformationResponse(soap, &tds__GetDeviceInformationResponse, "tds:GetDeviceInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDeviceInformationResponse(soap, &tds__GetDeviceInformationResponse, "tds:GetDeviceInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemDateAndTime(struct soap *soap) { struct __tds__SetSystemDateAndTime soap_tmp___tds__SetSystemDateAndTime; struct _tds__SetSystemDateAndTimeResponse tds__SetSystemDateAndTimeResponse; soap_default__tds__SetSystemDateAndTimeResponse(soap, &tds__SetSystemDateAndTimeResponse); soap_default___tds__SetSystemDateAndTime(soap, &soap_tmp___tds__SetSystemDateAndTime); if (!soap_get___tds__SetSystemDateAndTime(soap, &soap_tmp___tds__SetSystemDateAndTime, "-tds:SetSystemDateAndTime", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetSystemDateAndTime(soap, soap_tmp___tds__SetSystemDateAndTime.tds__SetSystemDateAndTime, &tds__SetSystemDateAndTimeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetSystemDateAndTimeResponse(soap, &tds__SetSystemDateAndTimeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetSystemDateAndTimeResponse(soap, &tds__SetSystemDateAndTimeResponse, "tds:SetSystemDateAndTimeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetSystemDateAndTimeResponse(soap, &tds__SetSystemDateAndTimeResponse, "tds:SetSystemDateAndTimeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemDateAndTime(struct soap *soap) { struct __tds__GetSystemDateAndTime soap_tmp___tds__GetSystemDateAndTime; struct _tds__GetSystemDateAndTimeResponse tds__GetSystemDateAndTimeResponse; soap_default__tds__GetSystemDateAndTimeResponse(soap, &tds__GetSystemDateAndTimeResponse); soap_default___tds__GetSystemDateAndTime(soap, &soap_tmp___tds__GetSystemDateAndTime); if (!soap_get___tds__GetSystemDateAndTime(soap, &soap_tmp___tds__GetSystemDateAndTime, "-tds:GetSystemDateAndTime", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetSystemDateAndTime(soap, soap_tmp___tds__GetSystemDateAndTime.tds__GetSystemDateAndTime, &tds__GetSystemDateAndTimeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetSystemDateAndTimeResponse(soap, &tds__GetSystemDateAndTimeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemDateAndTimeResponse(soap, &tds__GetSystemDateAndTimeResponse, "tds:GetSystemDateAndTimeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemDateAndTimeResponse(soap, &tds__GetSystemDateAndTimeResponse, "tds:GetSystemDateAndTimeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetSystemFactoryDefault(struct soap *soap) { struct __tds__SetSystemFactoryDefault soap_tmp___tds__SetSystemFactoryDefault; struct _tds__SetSystemFactoryDefaultResponse tds__SetSystemFactoryDefaultResponse; soap_default__tds__SetSystemFactoryDefaultResponse(soap, &tds__SetSystemFactoryDefaultResponse); soap_default___tds__SetSystemFactoryDefault(soap, &soap_tmp___tds__SetSystemFactoryDefault); if (!soap_get___tds__SetSystemFactoryDefault(soap, &soap_tmp___tds__SetSystemFactoryDefault, "-tds:SetSystemFactoryDefault", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetSystemFactoryDefault(soap, soap_tmp___tds__SetSystemFactoryDefault.tds__SetSystemFactoryDefault, &tds__SetSystemFactoryDefaultResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetSystemFactoryDefaultResponse(soap, &tds__SetSystemFactoryDefaultResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetSystemFactoryDefaultResponse(soap, &tds__SetSystemFactoryDefaultResponse, "tds:SetSystemFactoryDefaultResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetSystemFactoryDefaultResponse(soap, &tds__SetSystemFactoryDefaultResponse, "tds:SetSystemFactoryDefaultResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__UpgradeSystemFirmware(struct soap *soap) { struct __tds__UpgradeSystemFirmware soap_tmp___tds__UpgradeSystemFirmware; struct _tds__UpgradeSystemFirmwareResponse tds__UpgradeSystemFirmwareResponse; soap_default__tds__UpgradeSystemFirmwareResponse(soap, &tds__UpgradeSystemFirmwareResponse); soap_default___tds__UpgradeSystemFirmware(soap, &soap_tmp___tds__UpgradeSystemFirmware); if (!soap_get___tds__UpgradeSystemFirmware(soap, &soap_tmp___tds__UpgradeSystemFirmware, "-tds:UpgradeSystemFirmware", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__UpgradeSystemFirmware(soap, soap_tmp___tds__UpgradeSystemFirmware.tds__UpgradeSystemFirmware, &tds__UpgradeSystemFirmwareResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__UpgradeSystemFirmwareResponse(soap, &tds__UpgradeSystemFirmwareResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__UpgradeSystemFirmwareResponse(soap, &tds__UpgradeSystemFirmwareResponse, "tds:UpgradeSystemFirmwareResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__UpgradeSystemFirmwareResponse(soap, &tds__UpgradeSystemFirmwareResponse, "tds:UpgradeSystemFirmwareResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SystemReboot(struct soap *soap) { struct __tds__SystemReboot soap_tmp___tds__SystemReboot; struct _tds__SystemRebootResponse tds__SystemRebootResponse; soap_default__tds__SystemRebootResponse(soap, &tds__SystemRebootResponse); soap_default___tds__SystemReboot(soap, &soap_tmp___tds__SystemReboot); if (!soap_get___tds__SystemReboot(soap, &soap_tmp___tds__SystemReboot, "-tds:SystemReboot", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SystemReboot(soap, soap_tmp___tds__SystemReboot.tds__SystemReboot, &tds__SystemRebootResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SystemRebootResponse(soap, &tds__SystemRebootResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SystemRebootResponse(soap, &tds__SystemRebootResponse, "tds:SystemRebootResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SystemRebootResponse(soap, &tds__SystemRebootResponse, "tds:SystemRebootResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RestoreSystem(struct soap *soap) { struct __tds__RestoreSystem soap_tmp___tds__RestoreSystem; struct _tds__RestoreSystemResponse tds__RestoreSystemResponse; soap_default__tds__RestoreSystemResponse(soap, &tds__RestoreSystemResponse); soap_default___tds__RestoreSystem(soap, &soap_tmp___tds__RestoreSystem); if (!soap_get___tds__RestoreSystem(soap, &soap_tmp___tds__RestoreSystem, "-tds:RestoreSystem", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__RestoreSystem(soap, soap_tmp___tds__RestoreSystem.tds__RestoreSystem, &tds__RestoreSystemResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__RestoreSystemResponse(soap, &tds__RestoreSystemResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RestoreSystemResponse(soap, &tds__RestoreSystemResponse, "tds:RestoreSystemResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RestoreSystemResponse(soap, &tds__RestoreSystemResponse, "tds:RestoreSystemResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemBackup(struct soap *soap) { struct __tds__GetSystemBackup soap_tmp___tds__GetSystemBackup; struct _tds__GetSystemBackupResponse tds__GetSystemBackupResponse; soap_default__tds__GetSystemBackupResponse(soap, &tds__GetSystemBackupResponse); soap_default___tds__GetSystemBackup(soap, &soap_tmp___tds__GetSystemBackup); if (!soap_get___tds__GetSystemBackup(soap, &soap_tmp___tds__GetSystemBackup, "-tds:GetSystemBackup", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetSystemBackup(soap, soap_tmp___tds__GetSystemBackup.tds__GetSystemBackup, &tds__GetSystemBackupResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetSystemBackupResponse(soap, &tds__GetSystemBackupResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemBackupResponse(soap, &tds__GetSystemBackupResponse, "tds:GetSystemBackupResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemBackupResponse(soap, &tds__GetSystemBackupResponse, "tds:GetSystemBackupResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemLog(struct soap *soap) { struct __tds__GetSystemLog soap_tmp___tds__GetSystemLog; struct _tds__GetSystemLogResponse tds__GetSystemLogResponse; soap_default__tds__GetSystemLogResponse(soap, &tds__GetSystemLogResponse); soap_default___tds__GetSystemLog(soap, &soap_tmp___tds__GetSystemLog); if (!soap_get___tds__GetSystemLog(soap, &soap_tmp___tds__GetSystemLog, "-tds:GetSystemLog", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetSystemLog(soap, soap_tmp___tds__GetSystemLog.tds__GetSystemLog, &tds__GetSystemLogResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetSystemLogResponse(soap, &tds__GetSystemLogResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemLogResponse(soap, &tds__GetSystemLogResponse, "tds:GetSystemLogResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemLogResponse(soap, &tds__GetSystemLogResponse, "tds:GetSystemLogResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemSupportInformation(struct soap *soap) { struct __tds__GetSystemSupportInformation soap_tmp___tds__GetSystemSupportInformation; struct _tds__GetSystemSupportInformationResponse tds__GetSystemSupportInformationResponse; soap_default__tds__GetSystemSupportInformationResponse(soap, &tds__GetSystemSupportInformationResponse); soap_default___tds__GetSystemSupportInformation(soap, &soap_tmp___tds__GetSystemSupportInformation); if (!soap_get___tds__GetSystemSupportInformation(soap, &soap_tmp___tds__GetSystemSupportInformation, "-tds:GetSystemSupportInformation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetSystemSupportInformation(soap, soap_tmp___tds__GetSystemSupportInformation.tds__GetSystemSupportInformation, &tds__GetSystemSupportInformationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetSystemSupportInformationResponse(soap, &tds__GetSystemSupportInformationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemSupportInformationResponse(soap, &tds__GetSystemSupportInformationResponse, "tds:GetSystemSupportInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemSupportInformationResponse(soap, &tds__GetSystemSupportInformationResponse, "tds:GetSystemSupportInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetScopes(struct soap *soap) { struct __tds__GetScopes soap_tmp___tds__GetScopes; struct _tds__GetScopesResponse tds__GetScopesResponse; soap_default__tds__GetScopesResponse(soap, &tds__GetScopesResponse); soap_default___tds__GetScopes(soap, &soap_tmp___tds__GetScopes); if (!soap_get___tds__GetScopes(soap, &soap_tmp___tds__GetScopes, "-tds:GetScopes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetScopes(soap, soap_tmp___tds__GetScopes.tds__GetScopes, &tds__GetScopesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetScopesResponse(soap, &tds__GetScopesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetScopesResponse(soap, &tds__GetScopesResponse, "tds:GetScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetScopesResponse(soap, &tds__GetScopesResponse, "tds:GetScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetScopes(struct soap *soap) { struct __tds__SetScopes soap_tmp___tds__SetScopes; struct _tds__SetScopesResponse tds__SetScopesResponse; soap_default__tds__SetScopesResponse(soap, &tds__SetScopesResponse); soap_default___tds__SetScopes(soap, &soap_tmp___tds__SetScopes); if (!soap_get___tds__SetScopes(soap, &soap_tmp___tds__SetScopes, "-tds:SetScopes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetScopes(soap, soap_tmp___tds__SetScopes.tds__SetScopes, &tds__SetScopesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetScopesResponse(soap, &tds__SetScopesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetScopesResponse(soap, &tds__SetScopesResponse, "tds:SetScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetScopesResponse(soap, &tds__SetScopesResponse, "tds:SetScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddScopes(struct soap *soap) { struct __tds__AddScopes soap_tmp___tds__AddScopes; struct _tds__AddScopesResponse tds__AddScopesResponse; soap_default__tds__AddScopesResponse(soap, &tds__AddScopesResponse); soap_default___tds__AddScopes(soap, &soap_tmp___tds__AddScopes); if (!soap_get___tds__AddScopes(soap, &soap_tmp___tds__AddScopes, "-tds:AddScopes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__AddScopes(soap, soap_tmp___tds__AddScopes.tds__AddScopes, &tds__AddScopesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__AddScopesResponse(soap, &tds__AddScopesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__AddScopesResponse(soap, &tds__AddScopesResponse, "tds:AddScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__AddScopesResponse(soap, &tds__AddScopesResponse, "tds:AddScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveScopes(struct soap *soap) { struct __tds__RemoveScopes soap_tmp___tds__RemoveScopes; struct _tds__RemoveScopesResponse tds__RemoveScopesResponse; soap_default__tds__RemoveScopesResponse(soap, &tds__RemoveScopesResponse); soap_default___tds__RemoveScopes(soap, &soap_tmp___tds__RemoveScopes); if (!soap_get___tds__RemoveScopes(soap, &soap_tmp___tds__RemoveScopes, "-tds:RemoveScopes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__RemoveScopes(soap, soap_tmp___tds__RemoveScopes.tds__RemoveScopes, &tds__RemoveScopesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__RemoveScopesResponse(soap, &tds__RemoveScopesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RemoveScopesResponse(soap, &tds__RemoveScopesResponse, "tds:RemoveScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RemoveScopesResponse(soap, &tds__RemoveScopesResponse, "tds:RemoveScopesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDiscoveryMode(struct soap *soap) { struct __tds__GetDiscoveryMode soap_tmp___tds__GetDiscoveryMode; struct _tds__GetDiscoveryModeResponse tds__GetDiscoveryModeResponse; soap_default__tds__GetDiscoveryModeResponse(soap, &tds__GetDiscoveryModeResponse); soap_default___tds__GetDiscoveryMode(soap, &soap_tmp___tds__GetDiscoveryMode); if (!soap_get___tds__GetDiscoveryMode(soap, &soap_tmp___tds__GetDiscoveryMode, "-tds:GetDiscoveryMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDiscoveryMode(soap, soap_tmp___tds__GetDiscoveryMode.tds__GetDiscoveryMode, &tds__GetDiscoveryModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDiscoveryModeResponse(soap, &tds__GetDiscoveryModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDiscoveryModeResponse(soap, &tds__GetDiscoveryModeResponse, "tds:GetDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDiscoveryModeResponse(soap, &tds__GetDiscoveryModeResponse, "tds:GetDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDiscoveryMode(struct soap *soap) { struct __tds__SetDiscoveryMode soap_tmp___tds__SetDiscoveryMode; struct _tds__SetDiscoveryModeResponse tds__SetDiscoveryModeResponse; soap_default__tds__SetDiscoveryModeResponse(soap, &tds__SetDiscoveryModeResponse); soap_default___tds__SetDiscoveryMode(soap, &soap_tmp___tds__SetDiscoveryMode); if (!soap_get___tds__SetDiscoveryMode(soap, &soap_tmp___tds__SetDiscoveryMode, "-tds:SetDiscoveryMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetDiscoveryMode(soap, soap_tmp___tds__SetDiscoveryMode.tds__SetDiscoveryMode, &tds__SetDiscoveryModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetDiscoveryModeResponse(soap, &tds__SetDiscoveryModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDiscoveryModeResponse(soap, &tds__SetDiscoveryModeResponse, "tds:SetDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDiscoveryModeResponse(soap, &tds__SetDiscoveryModeResponse, "tds:SetDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteDiscoveryMode(struct soap *soap) { struct __tds__GetRemoteDiscoveryMode soap_tmp___tds__GetRemoteDiscoveryMode; struct _tds__GetRemoteDiscoveryModeResponse tds__GetRemoteDiscoveryModeResponse; soap_default__tds__GetRemoteDiscoveryModeResponse(soap, &tds__GetRemoteDiscoveryModeResponse); soap_default___tds__GetRemoteDiscoveryMode(soap, &soap_tmp___tds__GetRemoteDiscoveryMode); if (!soap_get___tds__GetRemoteDiscoveryMode(soap, &soap_tmp___tds__GetRemoteDiscoveryMode, "-tds:GetRemoteDiscoveryMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetRemoteDiscoveryMode(soap, soap_tmp___tds__GetRemoteDiscoveryMode.tds__GetRemoteDiscoveryMode, &tds__GetRemoteDiscoveryModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetRemoteDiscoveryModeResponse(soap, &tds__GetRemoteDiscoveryModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRemoteDiscoveryModeResponse(soap, &tds__GetRemoteDiscoveryModeResponse, "tds:GetRemoteDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRemoteDiscoveryModeResponse(soap, &tds__GetRemoteDiscoveryModeResponse, "tds:GetRemoteDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteDiscoveryMode(struct soap *soap) { struct __tds__SetRemoteDiscoveryMode soap_tmp___tds__SetRemoteDiscoveryMode; struct _tds__SetRemoteDiscoveryModeResponse tds__SetRemoteDiscoveryModeResponse; soap_default__tds__SetRemoteDiscoveryModeResponse(soap, &tds__SetRemoteDiscoveryModeResponse); soap_default___tds__SetRemoteDiscoveryMode(soap, &soap_tmp___tds__SetRemoteDiscoveryMode); if (!soap_get___tds__SetRemoteDiscoveryMode(soap, &soap_tmp___tds__SetRemoteDiscoveryMode, "-tds:SetRemoteDiscoveryMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetRemoteDiscoveryMode(soap, soap_tmp___tds__SetRemoteDiscoveryMode.tds__SetRemoteDiscoveryMode, &tds__SetRemoteDiscoveryModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetRemoteDiscoveryModeResponse(soap, &tds__SetRemoteDiscoveryModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRemoteDiscoveryModeResponse(soap, &tds__SetRemoteDiscoveryModeResponse, "tds:SetRemoteDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRemoteDiscoveryModeResponse(soap, &tds__SetRemoteDiscoveryModeResponse, "tds:SetRemoteDiscoveryModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDPAddresses(struct soap *soap) { struct __tds__GetDPAddresses soap_tmp___tds__GetDPAddresses; struct _tds__GetDPAddressesResponse tds__GetDPAddressesResponse; soap_default__tds__GetDPAddressesResponse(soap, &tds__GetDPAddressesResponse); soap_default___tds__GetDPAddresses(soap, &soap_tmp___tds__GetDPAddresses); if (!soap_get___tds__GetDPAddresses(soap, &soap_tmp___tds__GetDPAddresses, "-tds:GetDPAddresses", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDPAddresses(soap, soap_tmp___tds__GetDPAddresses.tds__GetDPAddresses, &tds__GetDPAddressesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDPAddressesResponse(soap, &tds__GetDPAddressesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDPAddressesResponse(soap, &tds__GetDPAddressesResponse, "tds:GetDPAddressesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDPAddressesResponse(soap, &tds__GetDPAddressesResponse, "tds:GetDPAddressesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetEndpointReference(struct soap *soap) { struct __tds__GetEndpointReference soap_tmp___tds__GetEndpointReference; struct _tds__GetEndpointReferenceResponse tds__GetEndpointReferenceResponse; soap_default__tds__GetEndpointReferenceResponse(soap, &tds__GetEndpointReferenceResponse); soap_default___tds__GetEndpointReference(soap, &soap_tmp___tds__GetEndpointReference); if (!soap_get___tds__GetEndpointReference(soap, &soap_tmp___tds__GetEndpointReference, "-tds:GetEndpointReference", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetEndpointReference(soap, soap_tmp___tds__GetEndpointReference.tds__GetEndpointReference, &tds__GetEndpointReferenceResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetEndpointReferenceResponse(soap, &tds__GetEndpointReferenceResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetEndpointReferenceResponse(soap, &tds__GetEndpointReferenceResponse, "tds:GetEndpointReferenceResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetEndpointReferenceResponse(soap, &tds__GetEndpointReferenceResponse, "tds:GetEndpointReferenceResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRemoteUser(struct soap *soap) { struct __tds__GetRemoteUser soap_tmp___tds__GetRemoteUser; struct _tds__GetRemoteUserResponse tds__GetRemoteUserResponse; soap_default__tds__GetRemoteUserResponse(soap, &tds__GetRemoteUserResponse); soap_default___tds__GetRemoteUser(soap, &soap_tmp___tds__GetRemoteUser); if (!soap_get___tds__GetRemoteUser(soap, &soap_tmp___tds__GetRemoteUser, "-tds:GetRemoteUser", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetRemoteUser(soap, soap_tmp___tds__GetRemoteUser.tds__GetRemoteUser, &tds__GetRemoteUserResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetRemoteUserResponse(soap, &tds__GetRemoteUserResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRemoteUserResponse(soap, &tds__GetRemoteUserResponse, "tds:GetRemoteUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRemoteUserResponse(soap, &tds__GetRemoteUserResponse, "tds:GetRemoteUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRemoteUser(struct soap *soap) { struct __tds__SetRemoteUser soap_tmp___tds__SetRemoteUser; struct _tds__SetRemoteUserResponse tds__SetRemoteUserResponse; soap_default__tds__SetRemoteUserResponse(soap, &tds__SetRemoteUserResponse); soap_default___tds__SetRemoteUser(soap, &soap_tmp___tds__SetRemoteUser); if (!soap_get___tds__SetRemoteUser(soap, &soap_tmp___tds__SetRemoteUser, "-tds:SetRemoteUser", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetRemoteUser(soap, soap_tmp___tds__SetRemoteUser.tds__SetRemoteUser, &tds__SetRemoteUserResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetRemoteUserResponse(soap, &tds__SetRemoteUserResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRemoteUserResponse(soap, &tds__SetRemoteUserResponse, "tds:SetRemoteUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRemoteUserResponse(soap, &tds__SetRemoteUserResponse, "tds:SetRemoteUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetUsers(struct soap *soap) { struct __tds__GetUsers soap_tmp___tds__GetUsers; struct _tds__GetUsersResponse tds__GetUsersResponse; soap_default__tds__GetUsersResponse(soap, &tds__GetUsersResponse); soap_default___tds__GetUsers(soap, &soap_tmp___tds__GetUsers); if (!soap_get___tds__GetUsers(soap, &soap_tmp___tds__GetUsers, "-tds:GetUsers", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetUsers(soap, soap_tmp___tds__GetUsers.tds__GetUsers, &tds__GetUsersResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetUsersResponse(soap, &tds__GetUsersResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetUsersResponse(soap, &tds__GetUsersResponse, "tds:GetUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetUsersResponse(soap, &tds__GetUsersResponse, "tds:GetUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateUsers(struct soap *soap) { struct __tds__CreateUsers soap_tmp___tds__CreateUsers; struct _tds__CreateUsersResponse tds__CreateUsersResponse; soap_default__tds__CreateUsersResponse(soap, &tds__CreateUsersResponse); soap_default___tds__CreateUsers(soap, &soap_tmp___tds__CreateUsers); if (!soap_get___tds__CreateUsers(soap, &soap_tmp___tds__CreateUsers, "-tds:CreateUsers", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__CreateUsers(soap, soap_tmp___tds__CreateUsers.tds__CreateUsers, &tds__CreateUsersResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__CreateUsersResponse(soap, &tds__CreateUsersResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateUsersResponse(soap, &tds__CreateUsersResponse, "tds:CreateUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateUsersResponse(soap, &tds__CreateUsersResponse, "tds:CreateUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteUsers(struct soap *soap) { struct __tds__DeleteUsers soap_tmp___tds__DeleteUsers; struct _tds__DeleteUsersResponse tds__DeleteUsersResponse; soap_default__tds__DeleteUsersResponse(soap, &tds__DeleteUsersResponse); soap_default___tds__DeleteUsers(soap, &soap_tmp___tds__DeleteUsers); if (!soap_get___tds__DeleteUsers(soap, &soap_tmp___tds__DeleteUsers, "-tds:DeleteUsers", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__DeleteUsers(soap, soap_tmp___tds__DeleteUsers.tds__DeleteUsers, &tds__DeleteUsersResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__DeleteUsersResponse(soap, &tds__DeleteUsersResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteUsersResponse(soap, &tds__DeleteUsersResponse, "tds:DeleteUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteUsersResponse(soap, &tds__DeleteUsersResponse, "tds:DeleteUsersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetUser(struct soap *soap) { struct __tds__SetUser soap_tmp___tds__SetUser; struct _tds__SetUserResponse tds__SetUserResponse; soap_default__tds__SetUserResponse(soap, &tds__SetUserResponse); soap_default___tds__SetUser(soap, &soap_tmp___tds__SetUser); if (!soap_get___tds__SetUser(soap, &soap_tmp___tds__SetUser, "-tds:SetUser", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetUser(soap, soap_tmp___tds__SetUser.tds__SetUser, &tds__SetUserResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetUserResponse(soap, &tds__SetUserResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetUserResponse(soap, &tds__SetUserResponse, "tds:SetUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetUserResponse(soap, &tds__SetUserResponse, "tds:SetUserResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetWsdlUrl(struct soap *soap) { struct __tds__GetWsdlUrl soap_tmp___tds__GetWsdlUrl; struct _tds__GetWsdlUrlResponse tds__GetWsdlUrlResponse; soap_default__tds__GetWsdlUrlResponse(soap, &tds__GetWsdlUrlResponse); soap_default___tds__GetWsdlUrl(soap, &soap_tmp___tds__GetWsdlUrl); if (!soap_get___tds__GetWsdlUrl(soap, &soap_tmp___tds__GetWsdlUrl, "-tds:GetWsdlUrl", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetWsdlUrl(soap, soap_tmp___tds__GetWsdlUrl.tds__GetWsdlUrl, &tds__GetWsdlUrlResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetWsdlUrlResponse(soap, &tds__GetWsdlUrlResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetWsdlUrlResponse(soap, &tds__GetWsdlUrlResponse, "tds:GetWsdlUrlResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetWsdlUrlResponse(soap, &tds__GetWsdlUrlResponse, "tds:GetWsdlUrlResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPasswordComplexityOptions(struct soap *soap) { struct __tds__GetPasswordComplexityOptions soap_tmp___tds__GetPasswordComplexityOptions; struct _tds__GetPasswordComplexityOptionsResponse tds__GetPasswordComplexityOptionsResponse; soap_default__tds__GetPasswordComplexityOptionsResponse(soap, &tds__GetPasswordComplexityOptionsResponse); soap_default___tds__GetPasswordComplexityOptions(soap, &soap_tmp___tds__GetPasswordComplexityOptions); if (!soap_get___tds__GetPasswordComplexityOptions(soap, &soap_tmp___tds__GetPasswordComplexityOptions, "-tds:GetPasswordComplexityOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetPasswordComplexityOptions(soap, soap_tmp___tds__GetPasswordComplexityOptions.tds__GetPasswordComplexityOptions, &tds__GetPasswordComplexityOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetPasswordComplexityOptionsResponse(soap, &tds__GetPasswordComplexityOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordComplexityOptionsResponse(soap, &tds__GetPasswordComplexityOptionsResponse, "tds:GetPasswordComplexityOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordComplexityOptionsResponse(soap, &tds__GetPasswordComplexityOptionsResponse, "tds:GetPasswordComplexityOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPasswordComplexityConfiguration(struct soap *soap) { struct __tds__GetPasswordComplexityConfiguration soap_tmp___tds__GetPasswordComplexityConfiguration; struct _tds__GetPasswordComplexityConfigurationResponse tds__GetPasswordComplexityConfigurationResponse; soap_default__tds__GetPasswordComplexityConfigurationResponse(soap, &tds__GetPasswordComplexityConfigurationResponse); soap_default___tds__GetPasswordComplexityConfiguration(soap, &soap_tmp___tds__GetPasswordComplexityConfiguration); if (!soap_get___tds__GetPasswordComplexityConfiguration(soap, &soap_tmp___tds__GetPasswordComplexityConfiguration, "-tds:GetPasswordComplexityConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetPasswordComplexityConfiguration(soap, soap_tmp___tds__GetPasswordComplexityConfiguration.tds__GetPasswordComplexityConfiguration, &tds__GetPasswordComplexityConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetPasswordComplexityConfigurationResponse(soap, &tds__GetPasswordComplexityConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordComplexityConfigurationResponse(soap, &tds__GetPasswordComplexityConfigurationResponse, "tds:GetPasswordComplexityConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordComplexityConfigurationResponse(soap, &tds__GetPasswordComplexityConfigurationResponse, "tds:GetPasswordComplexityConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetPasswordComplexityConfiguration(struct soap *soap) { struct __tds__SetPasswordComplexityConfiguration soap_tmp___tds__SetPasswordComplexityConfiguration; struct _tds__SetPasswordComplexityConfigurationResponse tds__SetPasswordComplexityConfigurationResponse; soap_default__tds__SetPasswordComplexityConfigurationResponse(soap, &tds__SetPasswordComplexityConfigurationResponse); soap_default___tds__SetPasswordComplexityConfiguration(soap, &soap_tmp___tds__SetPasswordComplexityConfiguration); if (!soap_get___tds__SetPasswordComplexityConfiguration(soap, &soap_tmp___tds__SetPasswordComplexityConfiguration, "-tds:SetPasswordComplexityConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetPasswordComplexityConfiguration(soap, soap_tmp___tds__SetPasswordComplexityConfiguration.tds__SetPasswordComplexityConfiguration, &tds__SetPasswordComplexityConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetPasswordComplexityConfigurationResponse(soap, &tds__SetPasswordComplexityConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetPasswordComplexityConfigurationResponse(soap, &tds__SetPasswordComplexityConfigurationResponse, "tds:SetPasswordComplexityConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetPasswordComplexityConfigurationResponse(soap, &tds__SetPasswordComplexityConfigurationResponse, "tds:SetPasswordComplexityConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPasswordHistoryConfiguration(struct soap *soap) { struct __tds__GetPasswordHistoryConfiguration soap_tmp___tds__GetPasswordHistoryConfiguration; struct _tds__GetPasswordHistoryConfigurationResponse tds__GetPasswordHistoryConfigurationResponse; soap_default__tds__GetPasswordHistoryConfigurationResponse(soap, &tds__GetPasswordHistoryConfigurationResponse); soap_default___tds__GetPasswordHistoryConfiguration(soap, &soap_tmp___tds__GetPasswordHistoryConfiguration); if (!soap_get___tds__GetPasswordHistoryConfiguration(soap, &soap_tmp___tds__GetPasswordHistoryConfiguration, "-tds:GetPasswordHistoryConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetPasswordHistoryConfiguration(soap, soap_tmp___tds__GetPasswordHistoryConfiguration.tds__GetPasswordHistoryConfiguration, &tds__GetPasswordHistoryConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetPasswordHistoryConfigurationResponse(soap, &tds__GetPasswordHistoryConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordHistoryConfigurationResponse(soap, &tds__GetPasswordHistoryConfigurationResponse, "tds:GetPasswordHistoryConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPasswordHistoryConfigurationResponse(soap, &tds__GetPasswordHistoryConfigurationResponse, "tds:GetPasswordHistoryConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetPasswordHistoryConfiguration(struct soap *soap) { struct __tds__SetPasswordHistoryConfiguration soap_tmp___tds__SetPasswordHistoryConfiguration; struct _tds__SetPasswordHistoryConfigurationResponse tds__SetPasswordHistoryConfigurationResponse; soap_default__tds__SetPasswordHistoryConfigurationResponse(soap, &tds__SetPasswordHistoryConfigurationResponse); soap_default___tds__SetPasswordHistoryConfiguration(soap, &soap_tmp___tds__SetPasswordHistoryConfiguration); if (!soap_get___tds__SetPasswordHistoryConfiguration(soap, &soap_tmp___tds__SetPasswordHistoryConfiguration, "-tds:SetPasswordHistoryConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetPasswordHistoryConfiguration(soap, soap_tmp___tds__SetPasswordHistoryConfiguration.tds__SetPasswordHistoryConfiguration, &tds__SetPasswordHistoryConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetPasswordHistoryConfigurationResponse(soap, &tds__SetPasswordHistoryConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetPasswordHistoryConfigurationResponse(soap, &tds__SetPasswordHistoryConfigurationResponse, "tds:SetPasswordHistoryConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetPasswordHistoryConfigurationResponse(soap, &tds__SetPasswordHistoryConfigurationResponse, "tds:SetPasswordHistoryConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetAuthFailureWarningOptions(struct soap *soap) { struct __tds__GetAuthFailureWarningOptions soap_tmp___tds__GetAuthFailureWarningOptions; struct _tds__GetAuthFailureWarningOptionsResponse tds__GetAuthFailureWarningOptionsResponse; soap_default__tds__GetAuthFailureWarningOptionsResponse(soap, &tds__GetAuthFailureWarningOptionsResponse); soap_default___tds__GetAuthFailureWarningOptions(soap, &soap_tmp___tds__GetAuthFailureWarningOptions); if (!soap_get___tds__GetAuthFailureWarningOptions(soap, &soap_tmp___tds__GetAuthFailureWarningOptions, "-tds:GetAuthFailureWarningOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetAuthFailureWarningOptions(soap, soap_tmp___tds__GetAuthFailureWarningOptions.tds__GetAuthFailureWarningOptions, &tds__GetAuthFailureWarningOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetAuthFailureWarningOptionsResponse(soap, &tds__GetAuthFailureWarningOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAuthFailureWarningOptionsResponse(soap, &tds__GetAuthFailureWarningOptionsResponse, "tds:GetAuthFailureWarningOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAuthFailureWarningOptionsResponse(soap, &tds__GetAuthFailureWarningOptionsResponse, "tds:GetAuthFailureWarningOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetAuthFailureWarningConfiguration(struct soap *soap) { struct __tds__GetAuthFailureWarningConfiguration soap_tmp___tds__GetAuthFailureWarningConfiguration; struct _tds__GetAuthFailureWarningConfigurationResponse tds__GetAuthFailureWarningConfigurationResponse; soap_default__tds__GetAuthFailureWarningConfigurationResponse(soap, &tds__GetAuthFailureWarningConfigurationResponse); soap_default___tds__GetAuthFailureWarningConfiguration(soap, &soap_tmp___tds__GetAuthFailureWarningConfiguration); if (!soap_get___tds__GetAuthFailureWarningConfiguration(soap, &soap_tmp___tds__GetAuthFailureWarningConfiguration, "-tds:GetAuthFailureWarningConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetAuthFailureWarningConfiguration(soap, soap_tmp___tds__GetAuthFailureWarningConfiguration.tds__GetAuthFailureWarningConfiguration, &tds__GetAuthFailureWarningConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetAuthFailureWarningConfigurationResponse(soap, &tds__GetAuthFailureWarningConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAuthFailureWarningConfigurationResponse(soap, &tds__GetAuthFailureWarningConfigurationResponse, "tds:GetAuthFailureWarningConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAuthFailureWarningConfigurationResponse(soap, &tds__GetAuthFailureWarningConfigurationResponse, "tds:GetAuthFailureWarningConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetAuthFailureWarningConfiguration(struct soap *soap) { struct __tds__SetAuthFailureWarningConfiguration soap_tmp___tds__SetAuthFailureWarningConfiguration; struct _tds__SetAuthFailureWarningConfigurationResponse tds__SetAuthFailureWarningConfigurationResponse; soap_default__tds__SetAuthFailureWarningConfigurationResponse(soap, &tds__SetAuthFailureWarningConfigurationResponse); soap_default___tds__SetAuthFailureWarningConfiguration(soap, &soap_tmp___tds__SetAuthFailureWarningConfiguration); if (!soap_get___tds__SetAuthFailureWarningConfiguration(soap, &soap_tmp___tds__SetAuthFailureWarningConfiguration, "-tds:SetAuthFailureWarningConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetAuthFailureWarningConfiguration(soap, soap_tmp___tds__SetAuthFailureWarningConfiguration.tds__SetAuthFailureWarningConfiguration, &tds__SetAuthFailureWarningConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetAuthFailureWarningConfigurationResponse(soap, &tds__SetAuthFailureWarningConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetAuthFailureWarningConfigurationResponse(soap, &tds__SetAuthFailureWarningConfigurationResponse, "tds:SetAuthFailureWarningConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetAuthFailureWarningConfigurationResponse(soap, &tds__SetAuthFailureWarningConfigurationResponse, "tds:SetAuthFailureWarningConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCapabilities(struct soap *soap) { struct __tds__GetCapabilities soap_tmp___tds__GetCapabilities; struct _tds__GetCapabilitiesResponse tds__GetCapabilitiesResponse; soap_default__tds__GetCapabilitiesResponse(soap, &tds__GetCapabilitiesResponse); soap_default___tds__GetCapabilities(soap, &soap_tmp___tds__GetCapabilities); if (!soap_get___tds__GetCapabilities(soap, &soap_tmp___tds__GetCapabilities, "-tds:GetCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetCapabilities(soap, soap_tmp___tds__GetCapabilities.tds__GetCapabilities, &tds__GetCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetCapabilitiesResponse(soap, &tds__GetCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCapabilitiesResponse(soap, &tds__GetCapabilitiesResponse, "tds:GetCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCapabilitiesResponse(soap, &tds__GetCapabilitiesResponse, "tds:GetCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDPAddresses(struct soap *soap) { struct __tds__SetDPAddresses soap_tmp___tds__SetDPAddresses; struct _tds__SetDPAddressesResponse tds__SetDPAddressesResponse; soap_default__tds__SetDPAddressesResponse(soap, &tds__SetDPAddressesResponse); soap_default___tds__SetDPAddresses(soap, &soap_tmp___tds__SetDPAddresses); if (!soap_get___tds__SetDPAddresses(soap, &soap_tmp___tds__SetDPAddresses, "-tds:SetDPAddresses", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetDPAddresses(soap, soap_tmp___tds__SetDPAddresses.tds__SetDPAddresses, &tds__SetDPAddressesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetDPAddressesResponse(soap, &tds__SetDPAddressesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDPAddressesResponse(soap, &tds__SetDPAddressesResponse, "tds:SetDPAddressesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDPAddressesResponse(soap, &tds__SetDPAddressesResponse, "tds:SetDPAddressesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetHostname(struct soap *soap) { struct __tds__GetHostname soap_tmp___tds__GetHostname; struct _tds__GetHostnameResponse tds__GetHostnameResponse; soap_default__tds__GetHostnameResponse(soap, &tds__GetHostnameResponse); soap_default___tds__GetHostname(soap, &soap_tmp___tds__GetHostname); if (!soap_get___tds__GetHostname(soap, &soap_tmp___tds__GetHostname, "-tds:GetHostname", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetHostname(soap, soap_tmp___tds__GetHostname.tds__GetHostname, &tds__GetHostnameResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetHostnameResponse(soap, &tds__GetHostnameResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetHostnameResponse(soap, &tds__GetHostnameResponse, "tds:GetHostnameResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetHostnameResponse(soap, &tds__GetHostnameResponse, "tds:GetHostnameResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostname(struct soap *soap) { struct __tds__SetHostname soap_tmp___tds__SetHostname; struct _tds__SetHostnameResponse tds__SetHostnameResponse; soap_default__tds__SetHostnameResponse(soap, &tds__SetHostnameResponse); soap_default___tds__SetHostname(soap, &soap_tmp___tds__SetHostname); if (!soap_get___tds__SetHostname(soap, &soap_tmp___tds__SetHostname, "-tds:SetHostname", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetHostname(soap, soap_tmp___tds__SetHostname.tds__SetHostname, &tds__SetHostnameResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetHostnameResponse(soap, &tds__SetHostnameResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetHostnameResponse(soap, &tds__SetHostnameResponse, "tds:SetHostnameResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetHostnameResponse(soap, &tds__SetHostnameResponse, "tds:SetHostnameResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetHostnameFromDHCP(struct soap *soap) { struct __tds__SetHostnameFromDHCP soap_tmp___tds__SetHostnameFromDHCP; struct _tds__SetHostnameFromDHCPResponse tds__SetHostnameFromDHCPResponse; soap_default__tds__SetHostnameFromDHCPResponse(soap, &tds__SetHostnameFromDHCPResponse); soap_default___tds__SetHostnameFromDHCP(soap, &soap_tmp___tds__SetHostnameFromDHCP); if (!soap_get___tds__SetHostnameFromDHCP(soap, &soap_tmp___tds__SetHostnameFromDHCP, "-tds:SetHostnameFromDHCP", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetHostnameFromDHCP(soap, soap_tmp___tds__SetHostnameFromDHCP.tds__SetHostnameFromDHCP, &tds__SetHostnameFromDHCPResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetHostnameFromDHCPResponse(soap, &tds__SetHostnameFromDHCPResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetHostnameFromDHCPResponse(soap, &tds__SetHostnameFromDHCPResponse, "tds:SetHostnameFromDHCPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetHostnameFromDHCPResponse(soap, &tds__SetHostnameFromDHCPResponse, "tds:SetHostnameFromDHCPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDNS(struct soap *soap) { struct __tds__GetDNS soap_tmp___tds__GetDNS; struct _tds__GetDNSResponse tds__GetDNSResponse; soap_default__tds__GetDNSResponse(soap, &tds__GetDNSResponse); soap_default___tds__GetDNS(soap, &soap_tmp___tds__GetDNS); if (!soap_get___tds__GetDNS(soap, &soap_tmp___tds__GetDNS, "-tds:GetDNS", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDNS(soap, soap_tmp___tds__GetDNS.tds__GetDNS, &tds__GetDNSResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDNSResponse(soap, &tds__GetDNSResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDNSResponse(soap, &tds__GetDNSResponse, "tds:GetDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDNSResponse(soap, &tds__GetDNSResponse, "tds:GetDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDNS(struct soap *soap) { struct __tds__SetDNS soap_tmp___tds__SetDNS; struct _tds__SetDNSResponse tds__SetDNSResponse; soap_default__tds__SetDNSResponse(soap, &tds__SetDNSResponse); soap_default___tds__SetDNS(soap, &soap_tmp___tds__SetDNS); if (!soap_get___tds__SetDNS(soap, &soap_tmp___tds__SetDNS, "-tds:SetDNS", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetDNS(soap, soap_tmp___tds__SetDNS.tds__SetDNS, &tds__SetDNSResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetDNSResponse(soap, &tds__SetDNSResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDNSResponse(soap, &tds__SetDNSResponse, "tds:SetDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDNSResponse(soap, &tds__SetDNSResponse, "tds:SetDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNTP(struct soap *soap) { struct __tds__GetNTP soap_tmp___tds__GetNTP; struct _tds__GetNTPResponse tds__GetNTPResponse; soap_default__tds__GetNTPResponse(soap, &tds__GetNTPResponse); soap_default___tds__GetNTP(soap, &soap_tmp___tds__GetNTP); if (!soap_get___tds__GetNTP(soap, &soap_tmp___tds__GetNTP, "-tds:GetNTP", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetNTP(soap, soap_tmp___tds__GetNTP.tds__GetNTP, &tds__GetNTPResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetNTPResponse(soap, &tds__GetNTPResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNTPResponse(soap, &tds__GetNTPResponse, "tds:GetNTPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNTPResponse(soap, &tds__GetNTPResponse, "tds:GetNTPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNTP(struct soap *soap) { struct __tds__SetNTP soap_tmp___tds__SetNTP; struct _tds__SetNTPResponse tds__SetNTPResponse; soap_default__tds__SetNTPResponse(soap, &tds__SetNTPResponse); soap_default___tds__SetNTP(soap, &soap_tmp___tds__SetNTP); if (!soap_get___tds__SetNTP(soap, &soap_tmp___tds__SetNTP, "-tds:SetNTP", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetNTP(soap, soap_tmp___tds__SetNTP.tds__SetNTP, &tds__SetNTPResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetNTPResponse(soap, &tds__SetNTPResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNTPResponse(soap, &tds__SetNTPResponse, "tds:SetNTPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNTPResponse(soap, &tds__SetNTPResponse, "tds:SetNTPResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDynamicDNS(struct soap *soap) { struct __tds__GetDynamicDNS soap_tmp___tds__GetDynamicDNS; struct _tds__GetDynamicDNSResponse tds__GetDynamicDNSResponse; soap_default__tds__GetDynamicDNSResponse(soap, &tds__GetDynamicDNSResponse); soap_default___tds__GetDynamicDNS(soap, &soap_tmp___tds__GetDynamicDNS); if (!soap_get___tds__GetDynamicDNS(soap, &soap_tmp___tds__GetDynamicDNS, "-tds:GetDynamicDNS", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDynamicDNS(soap, soap_tmp___tds__GetDynamicDNS.tds__GetDynamicDNS, &tds__GetDynamicDNSResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDynamicDNSResponse(soap, &tds__GetDynamicDNSResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDynamicDNSResponse(soap, &tds__GetDynamicDNSResponse, "tds:GetDynamicDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDynamicDNSResponse(soap, &tds__GetDynamicDNSResponse, "tds:GetDynamicDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDynamicDNS(struct soap *soap) { struct __tds__SetDynamicDNS soap_tmp___tds__SetDynamicDNS; struct _tds__SetDynamicDNSResponse tds__SetDynamicDNSResponse; soap_default__tds__SetDynamicDNSResponse(soap, &tds__SetDynamicDNSResponse); soap_default___tds__SetDynamicDNS(soap, &soap_tmp___tds__SetDynamicDNS); if (!soap_get___tds__SetDynamicDNS(soap, &soap_tmp___tds__SetDynamicDNS, "-tds:SetDynamicDNS", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetDynamicDNS(soap, soap_tmp___tds__SetDynamicDNS.tds__SetDynamicDNS, &tds__SetDynamicDNSResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetDynamicDNSResponse(soap, &tds__SetDynamicDNSResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDynamicDNSResponse(soap, &tds__SetDynamicDNSResponse, "tds:SetDynamicDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDynamicDNSResponse(soap, &tds__SetDynamicDNSResponse, "tds:SetDynamicDNSResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkInterfaces(struct soap *soap) { struct __tds__GetNetworkInterfaces soap_tmp___tds__GetNetworkInterfaces; struct _tds__GetNetworkInterfacesResponse tds__GetNetworkInterfacesResponse; soap_default__tds__GetNetworkInterfacesResponse(soap, &tds__GetNetworkInterfacesResponse); soap_default___tds__GetNetworkInterfaces(soap, &soap_tmp___tds__GetNetworkInterfaces); if (!soap_get___tds__GetNetworkInterfaces(soap, &soap_tmp___tds__GetNetworkInterfaces, "-tds:GetNetworkInterfaces", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetNetworkInterfaces(soap, soap_tmp___tds__GetNetworkInterfaces.tds__GetNetworkInterfaces, &tds__GetNetworkInterfacesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetNetworkInterfacesResponse(soap, &tds__GetNetworkInterfacesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkInterfacesResponse(soap, &tds__GetNetworkInterfacesResponse, "tds:GetNetworkInterfacesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkInterfacesResponse(soap, &tds__GetNetworkInterfacesResponse, "tds:GetNetworkInterfacesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkInterfaces(struct soap *soap) { struct __tds__SetNetworkInterfaces soap_tmp___tds__SetNetworkInterfaces; struct _tds__SetNetworkInterfacesResponse tds__SetNetworkInterfacesResponse; soap_default__tds__SetNetworkInterfacesResponse(soap, &tds__SetNetworkInterfacesResponse); soap_default___tds__SetNetworkInterfaces(soap, &soap_tmp___tds__SetNetworkInterfaces); if (!soap_get___tds__SetNetworkInterfaces(soap, &soap_tmp___tds__SetNetworkInterfaces, "-tds:SetNetworkInterfaces", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetNetworkInterfaces(soap, soap_tmp___tds__SetNetworkInterfaces.tds__SetNetworkInterfaces, &tds__SetNetworkInterfacesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetNetworkInterfacesResponse(soap, &tds__SetNetworkInterfacesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkInterfacesResponse(soap, &tds__SetNetworkInterfacesResponse, "tds:SetNetworkInterfacesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkInterfacesResponse(soap, &tds__SetNetworkInterfacesResponse, "tds:SetNetworkInterfacesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkProtocols(struct soap *soap) { struct __tds__GetNetworkProtocols soap_tmp___tds__GetNetworkProtocols; struct _tds__GetNetworkProtocolsResponse tds__GetNetworkProtocolsResponse; soap_default__tds__GetNetworkProtocolsResponse(soap, &tds__GetNetworkProtocolsResponse); soap_default___tds__GetNetworkProtocols(soap, &soap_tmp___tds__GetNetworkProtocols); if (!soap_get___tds__GetNetworkProtocols(soap, &soap_tmp___tds__GetNetworkProtocols, "-tds:GetNetworkProtocols", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetNetworkProtocols(soap, soap_tmp___tds__GetNetworkProtocols.tds__GetNetworkProtocols, &tds__GetNetworkProtocolsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetNetworkProtocolsResponse(soap, &tds__GetNetworkProtocolsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkProtocolsResponse(soap, &tds__GetNetworkProtocolsResponse, "tds:GetNetworkProtocolsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkProtocolsResponse(soap, &tds__GetNetworkProtocolsResponse, "tds:GetNetworkProtocolsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkProtocols(struct soap *soap) { struct __tds__SetNetworkProtocols soap_tmp___tds__SetNetworkProtocols; struct _tds__SetNetworkProtocolsResponse tds__SetNetworkProtocolsResponse; soap_default__tds__SetNetworkProtocolsResponse(soap, &tds__SetNetworkProtocolsResponse); soap_default___tds__SetNetworkProtocols(soap, &soap_tmp___tds__SetNetworkProtocols); if (!soap_get___tds__SetNetworkProtocols(soap, &soap_tmp___tds__SetNetworkProtocols, "-tds:SetNetworkProtocols", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetNetworkProtocols(soap, soap_tmp___tds__SetNetworkProtocols.tds__SetNetworkProtocols, &tds__SetNetworkProtocolsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetNetworkProtocolsResponse(soap, &tds__SetNetworkProtocolsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkProtocolsResponse(soap, &tds__SetNetworkProtocolsResponse, "tds:SetNetworkProtocolsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkProtocolsResponse(soap, &tds__SetNetworkProtocolsResponse, "tds:SetNetworkProtocolsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetNetworkDefaultGateway(struct soap *soap) { struct __tds__GetNetworkDefaultGateway soap_tmp___tds__GetNetworkDefaultGateway; struct _tds__GetNetworkDefaultGatewayResponse tds__GetNetworkDefaultGatewayResponse; soap_default__tds__GetNetworkDefaultGatewayResponse(soap, &tds__GetNetworkDefaultGatewayResponse); soap_default___tds__GetNetworkDefaultGateway(soap, &soap_tmp___tds__GetNetworkDefaultGateway); if (!soap_get___tds__GetNetworkDefaultGateway(soap, &soap_tmp___tds__GetNetworkDefaultGateway, "-tds:GetNetworkDefaultGateway", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetNetworkDefaultGateway(soap, soap_tmp___tds__GetNetworkDefaultGateway.tds__GetNetworkDefaultGateway, &tds__GetNetworkDefaultGatewayResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetNetworkDefaultGatewayResponse(soap, &tds__GetNetworkDefaultGatewayResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkDefaultGatewayResponse(soap, &tds__GetNetworkDefaultGatewayResponse, "tds:GetNetworkDefaultGatewayResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetNetworkDefaultGatewayResponse(soap, &tds__GetNetworkDefaultGatewayResponse, "tds:GetNetworkDefaultGatewayResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetNetworkDefaultGateway(struct soap *soap) { struct __tds__SetNetworkDefaultGateway soap_tmp___tds__SetNetworkDefaultGateway; struct _tds__SetNetworkDefaultGatewayResponse tds__SetNetworkDefaultGatewayResponse; soap_default__tds__SetNetworkDefaultGatewayResponse(soap, &tds__SetNetworkDefaultGatewayResponse); soap_default___tds__SetNetworkDefaultGateway(soap, &soap_tmp___tds__SetNetworkDefaultGateway); if (!soap_get___tds__SetNetworkDefaultGateway(soap, &soap_tmp___tds__SetNetworkDefaultGateway, "-tds:SetNetworkDefaultGateway", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetNetworkDefaultGateway(soap, soap_tmp___tds__SetNetworkDefaultGateway.tds__SetNetworkDefaultGateway, &tds__SetNetworkDefaultGatewayResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetNetworkDefaultGatewayResponse(soap, &tds__SetNetworkDefaultGatewayResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkDefaultGatewayResponse(soap, &tds__SetNetworkDefaultGatewayResponse, "tds:SetNetworkDefaultGatewayResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetNetworkDefaultGatewayResponse(soap, &tds__SetNetworkDefaultGatewayResponse, "tds:SetNetworkDefaultGatewayResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetZeroConfiguration(struct soap *soap) { struct __tds__GetZeroConfiguration soap_tmp___tds__GetZeroConfiguration; struct _tds__GetZeroConfigurationResponse tds__GetZeroConfigurationResponse; soap_default__tds__GetZeroConfigurationResponse(soap, &tds__GetZeroConfigurationResponse); soap_default___tds__GetZeroConfiguration(soap, &soap_tmp___tds__GetZeroConfiguration); if (!soap_get___tds__GetZeroConfiguration(soap, &soap_tmp___tds__GetZeroConfiguration, "-tds:GetZeroConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetZeroConfiguration(soap, soap_tmp___tds__GetZeroConfiguration.tds__GetZeroConfiguration, &tds__GetZeroConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetZeroConfigurationResponse(soap, &tds__GetZeroConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetZeroConfigurationResponse(soap, &tds__GetZeroConfigurationResponse, "tds:GetZeroConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetZeroConfigurationResponse(soap, &tds__GetZeroConfigurationResponse, "tds:GetZeroConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetZeroConfiguration(struct soap *soap) { struct __tds__SetZeroConfiguration soap_tmp___tds__SetZeroConfiguration; struct _tds__SetZeroConfigurationResponse tds__SetZeroConfigurationResponse; soap_default__tds__SetZeroConfigurationResponse(soap, &tds__SetZeroConfigurationResponse); soap_default___tds__SetZeroConfiguration(soap, &soap_tmp___tds__SetZeroConfiguration); if (!soap_get___tds__SetZeroConfiguration(soap, &soap_tmp___tds__SetZeroConfiguration, "-tds:SetZeroConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetZeroConfiguration(soap, soap_tmp___tds__SetZeroConfiguration.tds__SetZeroConfiguration, &tds__SetZeroConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetZeroConfigurationResponse(soap, &tds__SetZeroConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetZeroConfigurationResponse(soap, &tds__SetZeroConfigurationResponse, "tds:SetZeroConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetZeroConfigurationResponse(soap, &tds__SetZeroConfigurationResponse, "tds:SetZeroConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetIPAddressFilter(struct soap *soap) { struct __tds__GetIPAddressFilter soap_tmp___tds__GetIPAddressFilter; struct _tds__GetIPAddressFilterResponse tds__GetIPAddressFilterResponse; soap_default__tds__GetIPAddressFilterResponse(soap, &tds__GetIPAddressFilterResponse); soap_default___tds__GetIPAddressFilter(soap, &soap_tmp___tds__GetIPAddressFilter); if (!soap_get___tds__GetIPAddressFilter(soap, &soap_tmp___tds__GetIPAddressFilter, "-tds:GetIPAddressFilter", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetIPAddressFilter(soap, soap_tmp___tds__GetIPAddressFilter.tds__GetIPAddressFilter, &tds__GetIPAddressFilterResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetIPAddressFilterResponse(soap, &tds__GetIPAddressFilterResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetIPAddressFilterResponse(soap, &tds__GetIPAddressFilterResponse, "tds:GetIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetIPAddressFilterResponse(soap, &tds__GetIPAddressFilterResponse, "tds:GetIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetIPAddressFilter(struct soap *soap) { struct __tds__SetIPAddressFilter soap_tmp___tds__SetIPAddressFilter; struct _tds__SetIPAddressFilterResponse tds__SetIPAddressFilterResponse; soap_default__tds__SetIPAddressFilterResponse(soap, &tds__SetIPAddressFilterResponse); soap_default___tds__SetIPAddressFilter(soap, &soap_tmp___tds__SetIPAddressFilter); if (!soap_get___tds__SetIPAddressFilter(soap, &soap_tmp___tds__SetIPAddressFilter, "-tds:SetIPAddressFilter", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetIPAddressFilter(soap, soap_tmp___tds__SetIPAddressFilter.tds__SetIPAddressFilter, &tds__SetIPAddressFilterResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetIPAddressFilterResponse(soap, &tds__SetIPAddressFilterResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetIPAddressFilterResponse(soap, &tds__SetIPAddressFilterResponse, "tds:SetIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetIPAddressFilterResponse(soap, &tds__SetIPAddressFilterResponse, "tds:SetIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__AddIPAddressFilter(struct soap *soap) { struct __tds__AddIPAddressFilter soap_tmp___tds__AddIPAddressFilter; struct _tds__AddIPAddressFilterResponse tds__AddIPAddressFilterResponse; soap_default__tds__AddIPAddressFilterResponse(soap, &tds__AddIPAddressFilterResponse); soap_default___tds__AddIPAddressFilter(soap, &soap_tmp___tds__AddIPAddressFilter); if (!soap_get___tds__AddIPAddressFilter(soap, &soap_tmp___tds__AddIPAddressFilter, "-tds:AddIPAddressFilter", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__AddIPAddressFilter(soap, soap_tmp___tds__AddIPAddressFilter.tds__AddIPAddressFilter, &tds__AddIPAddressFilterResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__AddIPAddressFilterResponse(soap, &tds__AddIPAddressFilterResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__AddIPAddressFilterResponse(soap, &tds__AddIPAddressFilterResponse, "tds:AddIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__AddIPAddressFilterResponse(soap, &tds__AddIPAddressFilterResponse, "tds:AddIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__RemoveIPAddressFilter(struct soap *soap) { struct __tds__RemoveIPAddressFilter soap_tmp___tds__RemoveIPAddressFilter; struct _tds__RemoveIPAddressFilterResponse tds__RemoveIPAddressFilterResponse; soap_default__tds__RemoveIPAddressFilterResponse(soap, &tds__RemoveIPAddressFilterResponse); soap_default___tds__RemoveIPAddressFilter(soap, &soap_tmp___tds__RemoveIPAddressFilter); if (!soap_get___tds__RemoveIPAddressFilter(soap, &soap_tmp___tds__RemoveIPAddressFilter, "-tds:RemoveIPAddressFilter", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__RemoveIPAddressFilter(soap, soap_tmp___tds__RemoveIPAddressFilter.tds__RemoveIPAddressFilter, &tds__RemoveIPAddressFilterResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__RemoveIPAddressFilterResponse(soap, &tds__RemoveIPAddressFilterResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RemoveIPAddressFilterResponse(soap, &tds__RemoveIPAddressFilterResponse, "tds:RemoveIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__RemoveIPAddressFilterResponse(soap, &tds__RemoveIPAddressFilterResponse, "tds:RemoveIPAddressFilterResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetAccessPolicy(struct soap *soap) { struct __tds__GetAccessPolicy soap_tmp___tds__GetAccessPolicy; struct _tds__GetAccessPolicyResponse tds__GetAccessPolicyResponse; soap_default__tds__GetAccessPolicyResponse(soap, &tds__GetAccessPolicyResponse); soap_default___tds__GetAccessPolicy(soap, &soap_tmp___tds__GetAccessPolicy); if (!soap_get___tds__GetAccessPolicy(soap, &soap_tmp___tds__GetAccessPolicy, "-tds:GetAccessPolicy", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetAccessPolicy(soap, soap_tmp___tds__GetAccessPolicy.tds__GetAccessPolicy, &tds__GetAccessPolicyResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetAccessPolicyResponse(soap, &tds__GetAccessPolicyResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAccessPolicyResponse(soap, &tds__GetAccessPolicyResponse, "tds:GetAccessPolicyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetAccessPolicyResponse(soap, &tds__GetAccessPolicyResponse, "tds:GetAccessPolicyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetAccessPolicy(struct soap *soap) { struct __tds__SetAccessPolicy soap_tmp___tds__SetAccessPolicy; struct _tds__SetAccessPolicyResponse tds__SetAccessPolicyResponse; soap_default__tds__SetAccessPolicyResponse(soap, &tds__SetAccessPolicyResponse); soap_default___tds__SetAccessPolicy(soap, &soap_tmp___tds__SetAccessPolicy); if (!soap_get___tds__SetAccessPolicy(soap, &soap_tmp___tds__SetAccessPolicy, "-tds:SetAccessPolicy", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetAccessPolicy(soap, soap_tmp___tds__SetAccessPolicy.tds__SetAccessPolicy, &tds__SetAccessPolicyResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetAccessPolicyResponse(soap, &tds__SetAccessPolicyResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetAccessPolicyResponse(soap, &tds__SetAccessPolicyResponse, "tds:SetAccessPolicyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetAccessPolicyResponse(soap, &tds__SetAccessPolicyResponse, "tds:SetAccessPolicyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateCertificate(struct soap *soap) { struct __tds__CreateCertificate soap_tmp___tds__CreateCertificate; struct _tds__CreateCertificateResponse tds__CreateCertificateResponse; soap_default__tds__CreateCertificateResponse(soap, &tds__CreateCertificateResponse); soap_default___tds__CreateCertificate(soap, &soap_tmp___tds__CreateCertificate); if (!soap_get___tds__CreateCertificate(soap, &soap_tmp___tds__CreateCertificate, "-tds:CreateCertificate", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__CreateCertificate(soap, soap_tmp___tds__CreateCertificate.tds__CreateCertificate, &tds__CreateCertificateResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__CreateCertificateResponse(soap, &tds__CreateCertificateResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateCertificateResponse(soap, &tds__CreateCertificateResponse, "tds:CreateCertificateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateCertificateResponse(soap, &tds__CreateCertificateResponse, "tds:CreateCertificateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificates(struct soap *soap) { struct __tds__GetCertificates soap_tmp___tds__GetCertificates; struct _tds__GetCertificatesResponse tds__GetCertificatesResponse; soap_default__tds__GetCertificatesResponse(soap, &tds__GetCertificatesResponse); soap_default___tds__GetCertificates(soap, &soap_tmp___tds__GetCertificates); if (!soap_get___tds__GetCertificates(soap, &soap_tmp___tds__GetCertificates, "-tds:GetCertificates", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetCertificates(soap, soap_tmp___tds__GetCertificates.tds__GetCertificates, &tds__GetCertificatesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetCertificatesResponse(soap, &tds__GetCertificatesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificatesResponse(soap, &tds__GetCertificatesResponse, "tds:GetCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificatesResponse(soap, &tds__GetCertificatesResponse, "tds:GetCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificatesStatus(struct soap *soap) { struct __tds__GetCertificatesStatus soap_tmp___tds__GetCertificatesStatus; struct _tds__GetCertificatesStatusResponse tds__GetCertificatesStatusResponse; soap_default__tds__GetCertificatesStatusResponse(soap, &tds__GetCertificatesStatusResponse); soap_default___tds__GetCertificatesStatus(soap, &soap_tmp___tds__GetCertificatesStatus); if (!soap_get___tds__GetCertificatesStatus(soap, &soap_tmp___tds__GetCertificatesStatus, "-tds:GetCertificatesStatus", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetCertificatesStatus(soap, soap_tmp___tds__GetCertificatesStatus.tds__GetCertificatesStatus, &tds__GetCertificatesStatusResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetCertificatesStatusResponse(soap, &tds__GetCertificatesStatusResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificatesStatusResponse(soap, &tds__GetCertificatesStatusResponse, "tds:GetCertificatesStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificatesStatusResponse(soap, &tds__GetCertificatesStatusResponse, "tds:GetCertificatesStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetCertificatesStatus(struct soap *soap) { struct __tds__SetCertificatesStatus soap_tmp___tds__SetCertificatesStatus; struct _tds__SetCertificatesStatusResponse tds__SetCertificatesStatusResponse; soap_default__tds__SetCertificatesStatusResponse(soap, &tds__SetCertificatesStatusResponse); soap_default___tds__SetCertificatesStatus(soap, &soap_tmp___tds__SetCertificatesStatus); if (!soap_get___tds__SetCertificatesStatus(soap, &soap_tmp___tds__SetCertificatesStatus, "-tds:SetCertificatesStatus", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetCertificatesStatus(soap, soap_tmp___tds__SetCertificatesStatus.tds__SetCertificatesStatus, &tds__SetCertificatesStatusResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetCertificatesStatusResponse(soap, &tds__SetCertificatesStatusResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetCertificatesStatusResponse(soap, &tds__SetCertificatesStatusResponse, "tds:SetCertificatesStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetCertificatesStatusResponse(soap, &tds__SetCertificatesStatusResponse, "tds:SetCertificatesStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteCertificates(struct soap *soap) { struct __tds__DeleteCertificates soap_tmp___tds__DeleteCertificates; struct _tds__DeleteCertificatesResponse tds__DeleteCertificatesResponse; soap_default__tds__DeleteCertificatesResponse(soap, &tds__DeleteCertificatesResponse); soap_default___tds__DeleteCertificates(soap, &soap_tmp___tds__DeleteCertificates); if (!soap_get___tds__DeleteCertificates(soap, &soap_tmp___tds__DeleteCertificates, "-tds:DeleteCertificates", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__DeleteCertificates(soap, soap_tmp___tds__DeleteCertificates.tds__DeleteCertificates, &tds__DeleteCertificatesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__DeleteCertificatesResponse(soap, &tds__DeleteCertificatesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteCertificatesResponse(soap, &tds__DeleteCertificatesResponse, "tds:DeleteCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteCertificatesResponse(soap, &tds__DeleteCertificatesResponse, "tds:DeleteCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetPkcs10Request(struct soap *soap) { struct __tds__GetPkcs10Request soap_tmp___tds__GetPkcs10Request; struct _tds__GetPkcs10RequestResponse tds__GetPkcs10RequestResponse; soap_default__tds__GetPkcs10RequestResponse(soap, &tds__GetPkcs10RequestResponse); soap_default___tds__GetPkcs10Request(soap, &soap_tmp___tds__GetPkcs10Request); if (!soap_get___tds__GetPkcs10Request(soap, &soap_tmp___tds__GetPkcs10Request, "-tds:GetPkcs10Request", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetPkcs10Request(soap, soap_tmp___tds__GetPkcs10Request.tds__GetPkcs10Request, &tds__GetPkcs10RequestResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetPkcs10RequestResponse(soap, &tds__GetPkcs10RequestResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPkcs10RequestResponse(soap, &tds__GetPkcs10RequestResponse, "tds:GetPkcs10RequestResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetPkcs10RequestResponse(soap, &tds__GetPkcs10RequestResponse, "tds:GetPkcs10RequestResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificates(struct soap *soap) { struct __tds__LoadCertificates soap_tmp___tds__LoadCertificates; struct _tds__LoadCertificatesResponse tds__LoadCertificatesResponse; soap_default__tds__LoadCertificatesResponse(soap, &tds__LoadCertificatesResponse); soap_default___tds__LoadCertificates(soap, &soap_tmp___tds__LoadCertificates); if (!soap_get___tds__LoadCertificates(soap, &soap_tmp___tds__LoadCertificates, "-tds:LoadCertificates", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__LoadCertificates(soap, soap_tmp___tds__LoadCertificates.tds__LoadCertificates, &tds__LoadCertificatesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__LoadCertificatesResponse(soap, &tds__LoadCertificatesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCertificatesResponse(soap, &tds__LoadCertificatesResponse, "tds:LoadCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCertificatesResponse(soap, &tds__LoadCertificatesResponse, "tds:LoadCertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetClientCertificateMode(struct soap *soap) { struct __tds__GetClientCertificateMode soap_tmp___tds__GetClientCertificateMode; struct _tds__GetClientCertificateModeResponse tds__GetClientCertificateModeResponse; soap_default__tds__GetClientCertificateModeResponse(soap, &tds__GetClientCertificateModeResponse); soap_default___tds__GetClientCertificateMode(soap, &soap_tmp___tds__GetClientCertificateMode); if (!soap_get___tds__GetClientCertificateMode(soap, &soap_tmp___tds__GetClientCertificateMode, "-tds:GetClientCertificateMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetClientCertificateMode(soap, soap_tmp___tds__GetClientCertificateMode.tds__GetClientCertificateMode, &tds__GetClientCertificateModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetClientCertificateModeResponse(soap, &tds__GetClientCertificateModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetClientCertificateModeResponse(soap, &tds__GetClientCertificateModeResponse, "tds:GetClientCertificateModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetClientCertificateModeResponse(soap, &tds__GetClientCertificateModeResponse, "tds:GetClientCertificateModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetClientCertificateMode(struct soap *soap) { struct __tds__SetClientCertificateMode soap_tmp___tds__SetClientCertificateMode; struct _tds__SetClientCertificateModeResponse tds__SetClientCertificateModeResponse; soap_default__tds__SetClientCertificateModeResponse(soap, &tds__SetClientCertificateModeResponse); soap_default___tds__SetClientCertificateMode(soap, &soap_tmp___tds__SetClientCertificateMode); if (!soap_get___tds__SetClientCertificateMode(soap, &soap_tmp___tds__SetClientCertificateMode, "-tds:SetClientCertificateMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetClientCertificateMode(soap, soap_tmp___tds__SetClientCertificateMode.tds__SetClientCertificateMode, &tds__SetClientCertificateModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetClientCertificateModeResponse(soap, &tds__SetClientCertificateModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetClientCertificateModeResponse(soap, &tds__SetClientCertificateModeResponse, "tds:SetClientCertificateModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetClientCertificateModeResponse(soap, &tds__SetClientCertificateModeResponse, "tds:SetClientCertificateModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetRelayOutputs(struct soap *soap) { struct __tds__GetRelayOutputs soap_tmp___tds__GetRelayOutputs; struct _tds__GetRelayOutputsResponse tds__GetRelayOutputsResponse; soap_default__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse); soap_default___tds__GetRelayOutputs(soap, &soap_tmp___tds__GetRelayOutputs); if (!soap_get___tds__GetRelayOutputs(soap, &soap_tmp___tds__GetRelayOutputs, "-tds:GetRelayOutputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetRelayOutputs(soap, soap_tmp___tds__GetRelayOutputs.tds__GetRelayOutputs, &tds__GetRelayOutputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse, "tds:GetRelayOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse, "tds:GetRelayOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputSettings(struct soap *soap) { struct __tds__SetRelayOutputSettings soap_tmp___tds__SetRelayOutputSettings; struct _tds__SetRelayOutputSettingsResponse tds__SetRelayOutputSettingsResponse; soap_default__tds__SetRelayOutputSettingsResponse(soap, &tds__SetRelayOutputSettingsResponse); soap_default___tds__SetRelayOutputSettings(soap, &soap_tmp___tds__SetRelayOutputSettings); if (!soap_get___tds__SetRelayOutputSettings(soap, &soap_tmp___tds__SetRelayOutputSettings, "-tds:SetRelayOutputSettings", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetRelayOutputSettings(soap, soap_tmp___tds__SetRelayOutputSettings.tds__SetRelayOutputSettings, &tds__SetRelayOutputSettingsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetRelayOutputSettingsResponse(soap, &tds__SetRelayOutputSettingsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputSettingsResponse(soap, &tds__SetRelayOutputSettingsResponse, "tds:SetRelayOutputSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputSettingsResponse(soap, &tds__SetRelayOutputSettingsResponse, "tds:SetRelayOutputSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetRelayOutputState(struct soap *soap) { struct __tds__SetRelayOutputState soap_tmp___tds__SetRelayOutputState; struct _tds__SetRelayOutputStateResponse tds__SetRelayOutputStateResponse; soap_default__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse); soap_default___tds__SetRelayOutputState(soap, &soap_tmp___tds__SetRelayOutputState); if (!soap_get___tds__SetRelayOutputState(soap, &soap_tmp___tds__SetRelayOutputState, "-tds:SetRelayOutputState", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetRelayOutputState(soap, soap_tmp___tds__SetRelayOutputState.tds__SetRelayOutputState, &tds__SetRelayOutputStateResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse, "tds:SetRelayOutputStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse, "tds:SetRelayOutputStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SendAuxiliaryCommand(struct soap *soap) { struct __tds__SendAuxiliaryCommand soap_tmp___tds__SendAuxiliaryCommand; struct _tds__SendAuxiliaryCommandResponse tds__SendAuxiliaryCommandResponse; soap_default__tds__SendAuxiliaryCommandResponse(soap, &tds__SendAuxiliaryCommandResponse); soap_default___tds__SendAuxiliaryCommand(soap, &soap_tmp___tds__SendAuxiliaryCommand); if (!soap_get___tds__SendAuxiliaryCommand(soap, &soap_tmp___tds__SendAuxiliaryCommand, "-tds:SendAuxiliaryCommand", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SendAuxiliaryCommand(soap, soap_tmp___tds__SendAuxiliaryCommand.tds__SendAuxiliaryCommand, &tds__SendAuxiliaryCommandResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SendAuxiliaryCommandResponse(soap, &tds__SendAuxiliaryCommandResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SendAuxiliaryCommandResponse(soap, &tds__SendAuxiliaryCommandResponse, "tds:SendAuxiliaryCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SendAuxiliaryCommandResponse(soap, &tds__SendAuxiliaryCommandResponse, "tds:SendAuxiliaryCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCACertificates(struct soap *soap) { struct __tds__GetCACertificates soap_tmp___tds__GetCACertificates; struct _tds__GetCACertificatesResponse tds__GetCACertificatesResponse; soap_default__tds__GetCACertificatesResponse(soap, &tds__GetCACertificatesResponse); soap_default___tds__GetCACertificates(soap, &soap_tmp___tds__GetCACertificates); if (!soap_get___tds__GetCACertificates(soap, &soap_tmp___tds__GetCACertificates, "-tds:GetCACertificates", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetCACertificates(soap, soap_tmp___tds__GetCACertificates.tds__GetCACertificates, &tds__GetCACertificatesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetCACertificatesResponse(soap, &tds__GetCACertificatesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCACertificatesResponse(soap, &tds__GetCACertificatesResponse, "tds:GetCACertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCACertificatesResponse(soap, &tds__GetCACertificatesResponse, "tds:GetCACertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCertificateWithPrivateKey(struct soap *soap) { struct __tds__LoadCertificateWithPrivateKey soap_tmp___tds__LoadCertificateWithPrivateKey; struct _tds__LoadCertificateWithPrivateKeyResponse tds__LoadCertificateWithPrivateKeyResponse; soap_default__tds__LoadCertificateWithPrivateKeyResponse(soap, &tds__LoadCertificateWithPrivateKeyResponse); soap_default___tds__LoadCertificateWithPrivateKey(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey); if (!soap_get___tds__LoadCertificateWithPrivateKey(soap, &soap_tmp___tds__LoadCertificateWithPrivateKey, "-tds:LoadCertificateWithPrivateKey", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__LoadCertificateWithPrivateKey(soap, soap_tmp___tds__LoadCertificateWithPrivateKey.tds__LoadCertificateWithPrivateKey, &tds__LoadCertificateWithPrivateKeyResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__LoadCertificateWithPrivateKeyResponse(soap, &tds__LoadCertificateWithPrivateKeyResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCertificateWithPrivateKeyResponse(soap, &tds__LoadCertificateWithPrivateKeyResponse, "tds:LoadCertificateWithPrivateKeyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCertificateWithPrivateKeyResponse(soap, &tds__LoadCertificateWithPrivateKeyResponse, "tds:LoadCertificateWithPrivateKeyResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetCertificateInformation(struct soap *soap) { struct __tds__GetCertificateInformation soap_tmp___tds__GetCertificateInformation; struct _tds__GetCertificateInformationResponse tds__GetCertificateInformationResponse; soap_default__tds__GetCertificateInformationResponse(soap, &tds__GetCertificateInformationResponse); soap_default___tds__GetCertificateInformation(soap, &soap_tmp___tds__GetCertificateInformation); if (!soap_get___tds__GetCertificateInformation(soap, &soap_tmp___tds__GetCertificateInformation, "-tds:GetCertificateInformation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetCertificateInformation(soap, soap_tmp___tds__GetCertificateInformation.tds__GetCertificateInformation, &tds__GetCertificateInformationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetCertificateInformationResponse(soap, &tds__GetCertificateInformationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificateInformationResponse(soap, &tds__GetCertificateInformationResponse, "tds:GetCertificateInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetCertificateInformationResponse(soap, &tds__GetCertificateInformationResponse, "tds:GetCertificateInformationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__LoadCACertificates(struct soap *soap) { struct __tds__LoadCACertificates soap_tmp___tds__LoadCACertificates; struct _tds__LoadCACertificatesResponse tds__LoadCACertificatesResponse; soap_default__tds__LoadCACertificatesResponse(soap, &tds__LoadCACertificatesResponse); soap_default___tds__LoadCACertificates(soap, &soap_tmp___tds__LoadCACertificates); if (!soap_get___tds__LoadCACertificates(soap, &soap_tmp___tds__LoadCACertificates, "-tds:LoadCACertificates", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__LoadCACertificates(soap, soap_tmp___tds__LoadCACertificates.tds__LoadCACertificates, &tds__LoadCACertificatesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__LoadCACertificatesResponse(soap, &tds__LoadCACertificatesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCACertificatesResponse(soap, &tds__LoadCACertificatesResponse, "tds:LoadCACertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__LoadCACertificatesResponse(soap, &tds__LoadCACertificatesResponse, "tds:LoadCACertificatesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateDot1XConfiguration(struct soap *soap) { struct __tds__CreateDot1XConfiguration soap_tmp___tds__CreateDot1XConfiguration; struct _tds__CreateDot1XConfigurationResponse tds__CreateDot1XConfigurationResponse; soap_default__tds__CreateDot1XConfigurationResponse(soap, &tds__CreateDot1XConfigurationResponse); soap_default___tds__CreateDot1XConfiguration(soap, &soap_tmp___tds__CreateDot1XConfiguration); if (!soap_get___tds__CreateDot1XConfiguration(soap, &soap_tmp___tds__CreateDot1XConfiguration, "-tds:CreateDot1XConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__CreateDot1XConfiguration(soap, soap_tmp___tds__CreateDot1XConfiguration.tds__CreateDot1XConfiguration, &tds__CreateDot1XConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__CreateDot1XConfigurationResponse(soap, &tds__CreateDot1XConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateDot1XConfigurationResponse(soap, &tds__CreateDot1XConfigurationResponse, "tds:CreateDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateDot1XConfigurationResponse(soap, &tds__CreateDot1XConfigurationResponse, "tds:CreateDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetDot1XConfiguration(struct soap *soap) { struct __tds__SetDot1XConfiguration soap_tmp___tds__SetDot1XConfiguration; struct _tds__SetDot1XConfigurationResponse tds__SetDot1XConfigurationResponse; soap_default__tds__SetDot1XConfigurationResponse(soap, &tds__SetDot1XConfigurationResponse); soap_default___tds__SetDot1XConfiguration(soap, &soap_tmp___tds__SetDot1XConfiguration); if (!soap_get___tds__SetDot1XConfiguration(soap, &soap_tmp___tds__SetDot1XConfiguration, "-tds:SetDot1XConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetDot1XConfiguration(soap, soap_tmp___tds__SetDot1XConfiguration.tds__SetDot1XConfiguration, &tds__SetDot1XConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetDot1XConfigurationResponse(soap, &tds__SetDot1XConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDot1XConfigurationResponse(soap, &tds__SetDot1XConfigurationResponse, "tds:SetDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetDot1XConfigurationResponse(soap, &tds__SetDot1XConfigurationResponse, "tds:SetDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfiguration(struct soap *soap) { struct __tds__GetDot1XConfiguration soap_tmp___tds__GetDot1XConfiguration; struct _tds__GetDot1XConfigurationResponse tds__GetDot1XConfigurationResponse; soap_default__tds__GetDot1XConfigurationResponse(soap, &tds__GetDot1XConfigurationResponse); soap_default___tds__GetDot1XConfiguration(soap, &soap_tmp___tds__GetDot1XConfiguration); if (!soap_get___tds__GetDot1XConfiguration(soap, &soap_tmp___tds__GetDot1XConfiguration, "-tds:GetDot1XConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDot1XConfiguration(soap, soap_tmp___tds__GetDot1XConfiguration.tds__GetDot1XConfiguration, &tds__GetDot1XConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDot1XConfigurationResponse(soap, &tds__GetDot1XConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot1XConfigurationResponse(soap, &tds__GetDot1XConfigurationResponse, "tds:GetDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot1XConfigurationResponse(soap, &tds__GetDot1XConfigurationResponse, "tds:GetDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot1XConfigurations(struct soap *soap) { struct __tds__GetDot1XConfigurations soap_tmp___tds__GetDot1XConfigurations; struct _tds__GetDot1XConfigurationsResponse tds__GetDot1XConfigurationsResponse; soap_default__tds__GetDot1XConfigurationsResponse(soap, &tds__GetDot1XConfigurationsResponse); soap_default___tds__GetDot1XConfigurations(soap, &soap_tmp___tds__GetDot1XConfigurations); if (!soap_get___tds__GetDot1XConfigurations(soap, &soap_tmp___tds__GetDot1XConfigurations, "-tds:GetDot1XConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDot1XConfigurations(soap, soap_tmp___tds__GetDot1XConfigurations.tds__GetDot1XConfigurations, &tds__GetDot1XConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDot1XConfigurationsResponse(soap, &tds__GetDot1XConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot1XConfigurationsResponse(soap, &tds__GetDot1XConfigurationsResponse, "tds:GetDot1XConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot1XConfigurationsResponse(soap, &tds__GetDot1XConfigurationsResponse, "tds:GetDot1XConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteDot1XConfiguration(struct soap *soap) { struct __tds__DeleteDot1XConfiguration soap_tmp___tds__DeleteDot1XConfiguration; struct _tds__DeleteDot1XConfigurationResponse tds__DeleteDot1XConfigurationResponse; soap_default__tds__DeleteDot1XConfigurationResponse(soap, &tds__DeleteDot1XConfigurationResponse); soap_default___tds__DeleteDot1XConfiguration(soap, &soap_tmp___tds__DeleteDot1XConfiguration); if (!soap_get___tds__DeleteDot1XConfiguration(soap, &soap_tmp___tds__DeleteDot1XConfiguration, "-tds:DeleteDot1XConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__DeleteDot1XConfiguration(soap, soap_tmp___tds__DeleteDot1XConfiguration.tds__DeleteDot1XConfiguration, &tds__DeleteDot1XConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__DeleteDot1XConfigurationResponse(soap, &tds__DeleteDot1XConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteDot1XConfigurationResponse(soap, &tds__DeleteDot1XConfigurationResponse, "tds:DeleteDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteDot1XConfigurationResponse(soap, &tds__DeleteDot1XConfigurationResponse, "tds:DeleteDot1XConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Capabilities(struct soap *soap) { struct __tds__GetDot11Capabilities soap_tmp___tds__GetDot11Capabilities; struct _tds__GetDot11CapabilitiesResponse tds__GetDot11CapabilitiesResponse; soap_default__tds__GetDot11CapabilitiesResponse(soap, &tds__GetDot11CapabilitiesResponse); soap_default___tds__GetDot11Capabilities(soap, &soap_tmp___tds__GetDot11Capabilities); if (!soap_get___tds__GetDot11Capabilities(soap, &soap_tmp___tds__GetDot11Capabilities, "-tds:GetDot11Capabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDot11Capabilities(soap, soap_tmp___tds__GetDot11Capabilities.tds__GetDot11Capabilities, &tds__GetDot11CapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDot11CapabilitiesResponse(soap, &tds__GetDot11CapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot11CapabilitiesResponse(soap, &tds__GetDot11CapabilitiesResponse, "tds:GetDot11CapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot11CapabilitiesResponse(soap, &tds__GetDot11CapabilitiesResponse, "tds:GetDot11CapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetDot11Status(struct soap *soap) { struct __tds__GetDot11Status soap_tmp___tds__GetDot11Status; struct _tds__GetDot11StatusResponse tds__GetDot11StatusResponse; soap_default__tds__GetDot11StatusResponse(soap, &tds__GetDot11StatusResponse); soap_default___tds__GetDot11Status(soap, &soap_tmp___tds__GetDot11Status); if (!soap_get___tds__GetDot11Status(soap, &soap_tmp___tds__GetDot11Status, "-tds:GetDot11Status", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetDot11Status(soap, soap_tmp___tds__GetDot11Status.tds__GetDot11Status, &tds__GetDot11StatusResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetDot11StatusResponse(soap, &tds__GetDot11StatusResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot11StatusResponse(soap, &tds__GetDot11StatusResponse, "tds:GetDot11StatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetDot11StatusResponse(soap, &tds__GetDot11StatusResponse, "tds:GetDot11StatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__ScanAvailableDot11Networks(struct soap *soap) { struct __tds__ScanAvailableDot11Networks soap_tmp___tds__ScanAvailableDot11Networks; struct _tds__ScanAvailableDot11NetworksResponse tds__ScanAvailableDot11NetworksResponse; soap_default__tds__ScanAvailableDot11NetworksResponse(soap, &tds__ScanAvailableDot11NetworksResponse); soap_default___tds__ScanAvailableDot11Networks(soap, &soap_tmp___tds__ScanAvailableDot11Networks); if (!soap_get___tds__ScanAvailableDot11Networks(soap, &soap_tmp___tds__ScanAvailableDot11Networks, "-tds:ScanAvailableDot11Networks", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__ScanAvailableDot11Networks(soap, soap_tmp___tds__ScanAvailableDot11Networks.tds__ScanAvailableDot11Networks, &tds__ScanAvailableDot11NetworksResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__ScanAvailableDot11NetworksResponse(soap, &tds__ScanAvailableDot11NetworksResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__ScanAvailableDot11NetworksResponse(soap, &tds__ScanAvailableDot11NetworksResponse, "tds:ScanAvailableDot11NetworksResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__ScanAvailableDot11NetworksResponse(soap, &tds__ScanAvailableDot11NetworksResponse, "tds:ScanAvailableDot11NetworksResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetSystemUris(struct soap *soap) { struct __tds__GetSystemUris soap_tmp___tds__GetSystemUris; struct _tds__GetSystemUrisResponse tds__GetSystemUrisResponse; soap_default__tds__GetSystemUrisResponse(soap, &tds__GetSystemUrisResponse); soap_default___tds__GetSystemUris(soap, &soap_tmp___tds__GetSystemUris); if (!soap_get___tds__GetSystemUris(soap, &soap_tmp___tds__GetSystemUris, "-tds:GetSystemUris", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetSystemUris(soap, soap_tmp___tds__GetSystemUris.tds__GetSystemUris, &tds__GetSystemUrisResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetSystemUrisResponse(soap, &tds__GetSystemUrisResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemUrisResponse(soap, &tds__GetSystemUrisResponse, "tds:GetSystemUrisResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetSystemUrisResponse(soap, &tds__GetSystemUrisResponse, "tds:GetSystemUrisResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartFirmwareUpgrade(struct soap *soap) { struct __tds__StartFirmwareUpgrade soap_tmp___tds__StartFirmwareUpgrade; struct _tds__StartFirmwareUpgradeResponse tds__StartFirmwareUpgradeResponse; soap_default__tds__StartFirmwareUpgradeResponse(soap, &tds__StartFirmwareUpgradeResponse); soap_default___tds__StartFirmwareUpgrade(soap, &soap_tmp___tds__StartFirmwareUpgrade); if (!soap_get___tds__StartFirmwareUpgrade(soap, &soap_tmp___tds__StartFirmwareUpgrade, "-tds:StartFirmwareUpgrade", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__StartFirmwareUpgrade(soap, soap_tmp___tds__StartFirmwareUpgrade.tds__StartFirmwareUpgrade, &tds__StartFirmwareUpgradeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__StartFirmwareUpgradeResponse(soap, &tds__StartFirmwareUpgradeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__StartFirmwareUpgradeResponse(soap, &tds__StartFirmwareUpgradeResponse, "tds:StartFirmwareUpgradeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__StartFirmwareUpgradeResponse(soap, &tds__StartFirmwareUpgradeResponse, "tds:StartFirmwareUpgradeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__StartSystemRestore(struct soap *soap) { struct __tds__StartSystemRestore soap_tmp___tds__StartSystemRestore; struct _tds__StartSystemRestoreResponse tds__StartSystemRestoreResponse; soap_default__tds__StartSystemRestoreResponse(soap, &tds__StartSystemRestoreResponse); soap_default___tds__StartSystemRestore(soap, &soap_tmp___tds__StartSystemRestore); if (!soap_get___tds__StartSystemRestore(soap, &soap_tmp___tds__StartSystemRestore, "-tds:StartSystemRestore", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__StartSystemRestore(soap, soap_tmp___tds__StartSystemRestore.tds__StartSystemRestore, &tds__StartSystemRestoreResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__StartSystemRestoreResponse(soap, &tds__StartSystemRestoreResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__StartSystemRestoreResponse(soap, &tds__StartSystemRestoreResponse, "tds:StartSystemRestoreResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__StartSystemRestoreResponse(soap, &tds__StartSystemRestoreResponse, "tds:StartSystemRestoreResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetStorageConfigurations(struct soap *soap) { struct __tds__GetStorageConfigurations soap_tmp___tds__GetStorageConfigurations; struct _tds__GetStorageConfigurationsResponse tds__GetStorageConfigurationsResponse; soap_default__tds__GetStorageConfigurationsResponse(soap, &tds__GetStorageConfigurationsResponse); soap_default___tds__GetStorageConfigurations(soap, &soap_tmp___tds__GetStorageConfigurations); if (!soap_get___tds__GetStorageConfigurations(soap, &soap_tmp___tds__GetStorageConfigurations, "-tds:GetStorageConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetStorageConfigurations(soap, soap_tmp___tds__GetStorageConfigurations.tds__GetStorageConfigurations, &tds__GetStorageConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetStorageConfigurationsResponse(soap, &tds__GetStorageConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetStorageConfigurationsResponse(soap, &tds__GetStorageConfigurationsResponse, "tds:GetStorageConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetStorageConfigurationsResponse(soap, &tds__GetStorageConfigurationsResponse, "tds:GetStorageConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__CreateStorageConfiguration(struct soap *soap) { struct __tds__CreateStorageConfiguration soap_tmp___tds__CreateStorageConfiguration; struct _tds__CreateStorageConfigurationResponse tds__CreateStorageConfigurationResponse; soap_default__tds__CreateStorageConfigurationResponse(soap, &tds__CreateStorageConfigurationResponse); soap_default___tds__CreateStorageConfiguration(soap, &soap_tmp___tds__CreateStorageConfiguration); if (!soap_get___tds__CreateStorageConfiguration(soap, &soap_tmp___tds__CreateStorageConfiguration, "-tds:CreateStorageConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__CreateStorageConfiguration(soap, soap_tmp___tds__CreateStorageConfiguration.tds__CreateStorageConfiguration, &tds__CreateStorageConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__CreateStorageConfigurationResponse(soap, &tds__CreateStorageConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateStorageConfigurationResponse(soap, &tds__CreateStorageConfigurationResponse, "tds:CreateStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__CreateStorageConfigurationResponse(soap, &tds__CreateStorageConfigurationResponse, "tds:CreateStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetStorageConfiguration(struct soap *soap) { struct __tds__GetStorageConfiguration soap_tmp___tds__GetStorageConfiguration; struct _tds__GetStorageConfigurationResponse tds__GetStorageConfigurationResponse; soap_default__tds__GetStorageConfigurationResponse(soap, &tds__GetStorageConfigurationResponse); soap_default___tds__GetStorageConfiguration(soap, &soap_tmp___tds__GetStorageConfiguration); if (!soap_get___tds__GetStorageConfiguration(soap, &soap_tmp___tds__GetStorageConfiguration, "-tds:GetStorageConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetStorageConfiguration(soap, soap_tmp___tds__GetStorageConfiguration.tds__GetStorageConfiguration, &tds__GetStorageConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetStorageConfigurationResponse(soap, &tds__GetStorageConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetStorageConfigurationResponse(soap, &tds__GetStorageConfigurationResponse, "tds:GetStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetStorageConfigurationResponse(soap, &tds__GetStorageConfigurationResponse, "tds:GetStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetStorageConfiguration(struct soap *soap) { struct __tds__SetStorageConfiguration soap_tmp___tds__SetStorageConfiguration; struct _tds__SetStorageConfigurationResponse tds__SetStorageConfigurationResponse; soap_default__tds__SetStorageConfigurationResponse(soap, &tds__SetStorageConfigurationResponse); soap_default___tds__SetStorageConfiguration(soap, &soap_tmp___tds__SetStorageConfiguration); if (!soap_get___tds__SetStorageConfiguration(soap, &soap_tmp___tds__SetStorageConfiguration, "-tds:SetStorageConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetStorageConfiguration(soap, soap_tmp___tds__SetStorageConfiguration.tds__SetStorageConfiguration, &tds__SetStorageConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetStorageConfigurationResponse(soap, &tds__SetStorageConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetStorageConfigurationResponse(soap, &tds__SetStorageConfigurationResponse, "tds:SetStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetStorageConfigurationResponse(soap, &tds__SetStorageConfigurationResponse, "tds:SetStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteStorageConfiguration(struct soap *soap) { struct __tds__DeleteStorageConfiguration soap_tmp___tds__DeleteStorageConfiguration; struct _tds__DeleteStorageConfigurationResponse tds__DeleteStorageConfigurationResponse; soap_default__tds__DeleteStorageConfigurationResponse(soap, &tds__DeleteStorageConfigurationResponse); soap_default___tds__DeleteStorageConfiguration(soap, &soap_tmp___tds__DeleteStorageConfiguration); if (!soap_get___tds__DeleteStorageConfiguration(soap, &soap_tmp___tds__DeleteStorageConfiguration, "-tds:DeleteStorageConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__DeleteStorageConfiguration(soap, soap_tmp___tds__DeleteStorageConfiguration.tds__DeleteStorageConfiguration, &tds__DeleteStorageConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__DeleteStorageConfigurationResponse(soap, &tds__DeleteStorageConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteStorageConfigurationResponse(soap, &tds__DeleteStorageConfigurationResponse, "tds:DeleteStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteStorageConfigurationResponse(soap, &tds__DeleteStorageConfigurationResponse, "tds:DeleteStorageConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__GetGeoLocation(struct soap *soap) { struct __tds__GetGeoLocation soap_tmp___tds__GetGeoLocation; struct _tds__GetGeoLocationResponse tds__GetGeoLocationResponse; soap_default__tds__GetGeoLocationResponse(soap, &tds__GetGeoLocationResponse); soap_default___tds__GetGeoLocation(soap, &soap_tmp___tds__GetGeoLocation); if (!soap_get___tds__GetGeoLocation(soap, &soap_tmp___tds__GetGeoLocation, "-tds:GetGeoLocation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__GetGeoLocation(soap, soap_tmp___tds__GetGeoLocation.tds__GetGeoLocation, &tds__GetGeoLocationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetGeoLocationResponse(soap, &tds__GetGeoLocationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetGeoLocationResponse(soap, &tds__GetGeoLocationResponse, "tds:GetGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetGeoLocationResponse(soap, &tds__GetGeoLocationResponse, "tds:GetGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__SetGeoLocation(struct soap *soap) { struct __tds__SetGeoLocation soap_tmp___tds__SetGeoLocation; struct _tds__SetGeoLocationResponse tds__SetGeoLocationResponse; soap_default__tds__SetGeoLocationResponse(soap, &tds__SetGeoLocationResponse); soap_default___tds__SetGeoLocation(soap, &soap_tmp___tds__SetGeoLocation); if (!soap_get___tds__SetGeoLocation(soap, &soap_tmp___tds__SetGeoLocation, "-tds:SetGeoLocation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__SetGeoLocation(soap, soap_tmp___tds__SetGeoLocation.tds__SetGeoLocation, &tds__SetGeoLocationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetGeoLocationResponse(soap, &tds__SetGeoLocationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetGeoLocationResponse(soap, &tds__SetGeoLocationResponse, "tds:SetGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetGeoLocationResponse(soap, &tds__SetGeoLocationResponse, "tds:SetGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tds__DeleteGeoLocation(struct soap *soap) { struct __tds__DeleteGeoLocation soap_tmp___tds__DeleteGeoLocation; struct _tds__DeleteGeoLocationResponse tds__DeleteGeoLocationResponse; soap_default__tds__DeleteGeoLocationResponse(soap, &tds__DeleteGeoLocationResponse); soap_default___tds__DeleteGeoLocation(soap, &soap_tmp___tds__DeleteGeoLocation); if (!soap_get___tds__DeleteGeoLocation(soap, &soap_tmp___tds__DeleteGeoLocation, "-tds:DeleteGeoLocation", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tds__DeleteGeoLocation(soap, soap_tmp___tds__DeleteGeoLocation.tds__DeleteGeoLocation, &tds__DeleteGeoLocationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__DeleteGeoLocationResponse(soap, &tds__DeleteGeoLocationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteGeoLocationResponse(soap, &tds__DeleteGeoLocationResponse, "tds:DeleteGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__DeleteGeoLocationResponse(soap, &tds__DeleteGeoLocationResponse, "tds:DeleteGeoLocationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__PullMessages(struct soap *soap) { struct __tev__PullMessages soap_tmp___tev__PullMessages; struct _tev__PullMessagesResponse tev__PullMessagesResponse; soap_default__tev__PullMessagesResponse(soap, &tev__PullMessagesResponse); soap_default___tev__PullMessages(soap, &soap_tmp___tev__PullMessages); if (!soap_get___tev__PullMessages(soap, &soap_tmp___tev__PullMessages, "-tev:PullMessages", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__PullMessages(soap, soap_tmp___tev__PullMessages.tev__PullMessages, &tev__PullMessagesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__PullMessagesResponse(soap, &tev__PullMessagesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__PullMessagesResponse(soap, &tev__PullMessagesResponse, "tev:PullMessagesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__PullMessagesResponse(soap, &tev__PullMessagesResponse, "tev:PullMessagesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Seek(struct soap *soap) { struct __tev__Seek soap_tmp___tev__Seek; struct _tev__SeekResponse tev__SeekResponse; soap_default__tev__SeekResponse(soap, &tev__SeekResponse); soap_default___tev__Seek(soap, &soap_tmp___tev__Seek); if (!soap_get___tev__Seek(soap, &soap_tmp___tev__Seek, "-tev:Seek", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Seek(soap, soap_tmp___tev__Seek.tev__Seek, &tev__SeekResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__SeekResponse(soap, &tev__SeekResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__SeekResponse(soap, &tev__SeekResponse, "tev:SeekResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__SeekResponse(soap, &tev__SeekResponse, "tev:SeekResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__SetSynchronizationPoint(struct soap *soap) { struct __tev__SetSynchronizationPoint soap_tmp___tev__SetSynchronizationPoint; struct _tev__SetSynchronizationPointResponse tev__SetSynchronizationPointResponse; soap_default__tev__SetSynchronizationPointResponse(soap, &tev__SetSynchronizationPointResponse); soap_default___tev__SetSynchronizationPoint(soap, &soap_tmp___tev__SetSynchronizationPoint); if (!soap_get___tev__SetSynchronizationPoint(soap, &soap_tmp___tev__SetSynchronizationPoint, "-tev:SetSynchronizationPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__SetSynchronizationPoint(soap, soap_tmp___tev__SetSynchronizationPoint.tev__SetSynchronizationPoint, &tev__SetSynchronizationPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__SetSynchronizationPointResponse(soap, &tev__SetSynchronizationPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__SetSynchronizationPointResponse(soap, &tev__SetSynchronizationPointResponse, "tev:SetSynchronizationPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__SetSynchronizationPointResponse(soap, &tev__SetSynchronizationPointResponse, "tev:SetSynchronizationPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Unsubscribe(struct soap *soap) { struct __tev__Unsubscribe soap_tmp___tev__Unsubscribe; struct _wsnt__UnsubscribeResponse wsnt__UnsubscribeResponse; soap_default__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); soap_default___tev__Unsubscribe(soap, &soap_tmp___tev__Unsubscribe); if (!soap_get___tev__Unsubscribe(soap, &soap_tmp___tev__Unsubscribe, "-tev:Unsubscribe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Unsubscribe(soap, soap_tmp___tev__Unsubscribe.wsnt__Unsubscribe, &wsnt__UnsubscribeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetServiceCapabilities(struct soap *soap) { struct __tev__GetServiceCapabilities soap_tmp___tev__GetServiceCapabilities; struct _tev__GetServiceCapabilitiesResponse tev__GetServiceCapabilitiesResponse; soap_default__tev__GetServiceCapabilitiesResponse(soap, &tev__GetServiceCapabilitiesResponse); soap_default___tev__GetServiceCapabilities(soap, &soap_tmp___tev__GetServiceCapabilities); if (!soap_get___tev__GetServiceCapabilities(soap, &soap_tmp___tev__GetServiceCapabilities, "-tev:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__GetServiceCapabilities(soap, soap_tmp___tev__GetServiceCapabilities.tev__GetServiceCapabilities, &tev__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__GetServiceCapabilitiesResponse(soap, &tev__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetServiceCapabilitiesResponse(soap, &tev__GetServiceCapabilitiesResponse, "tev:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetServiceCapabilitiesResponse(soap, &tev__GetServiceCapabilitiesResponse, "tev:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__CreatePullPointSubscription(struct soap *soap) { struct __tev__CreatePullPointSubscription soap_tmp___tev__CreatePullPointSubscription; struct _tev__CreatePullPointSubscriptionResponse tev__CreatePullPointSubscriptionResponse; soap_default__tev__CreatePullPointSubscriptionResponse(soap, &tev__CreatePullPointSubscriptionResponse); soap_default___tev__CreatePullPointSubscription(soap, &soap_tmp___tev__CreatePullPointSubscription); if (!soap_get___tev__CreatePullPointSubscription(soap, &soap_tmp___tev__CreatePullPointSubscription, "-tev:CreatePullPointSubscription", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__CreatePullPointSubscription(soap, soap_tmp___tev__CreatePullPointSubscription.tev__CreatePullPointSubscription, &tev__CreatePullPointSubscriptionResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__CreatePullPointSubscriptionResponse(soap, &tev__CreatePullPointSubscriptionResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__CreatePullPointSubscriptionResponse(soap, &tev__CreatePullPointSubscriptionResponse, "tev:CreatePullPointSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__CreatePullPointSubscriptionResponse(soap, &tev__CreatePullPointSubscriptionResponse, "tev:CreatePullPointSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetEventProperties(struct soap *soap) { struct __tev__GetEventProperties soap_tmp___tev__GetEventProperties; struct _tev__GetEventPropertiesResponse tev__GetEventPropertiesResponse; soap_default__tev__GetEventPropertiesResponse(soap, &tev__GetEventPropertiesResponse); soap_default___tev__GetEventProperties(soap, &soap_tmp___tev__GetEventProperties); if (!soap_get___tev__GetEventProperties(soap, &soap_tmp___tev__GetEventProperties, "-tev:GetEventProperties", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__GetEventProperties(soap, soap_tmp___tev__GetEventProperties.tev__GetEventProperties, &tev__GetEventPropertiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__GetEventPropertiesResponse(soap, &tev__GetEventPropertiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetEventPropertiesResponse(soap, &tev__GetEventPropertiesResponse, "tev:GetEventPropertiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetEventPropertiesResponse(soap, &tev__GetEventPropertiesResponse, "tev:GetEventPropertiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__AddEventBroker(struct soap *soap) { struct __tev__AddEventBroker soap_tmp___tev__AddEventBroker; struct _tev__AddEventBrokerResponse tev__AddEventBrokerResponse; soap_default__tev__AddEventBrokerResponse(soap, &tev__AddEventBrokerResponse); soap_default___tev__AddEventBroker(soap, &soap_tmp___tev__AddEventBroker); if (!soap_get___tev__AddEventBroker(soap, &soap_tmp___tev__AddEventBroker, "-tev:AddEventBroker", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__AddEventBroker(soap, soap_tmp___tev__AddEventBroker.tev__AddEventBroker, &tev__AddEventBrokerResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__AddEventBrokerResponse(soap, &tev__AddEventBrokerResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__AddEventBrokerResponse(soap, &tev__AddEventBrokerResponse, "tev:AddEventBrokerResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__AddEventBrokerResponse(soap, &tev__AddEventBrokerResponse, "tev:AddEventBrokerResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__DeleteEventBroker(struct soap *soap) { struct __tev__DeleteEventBroker soap_tmp___tev__DeleteEventBroker; struct _tev__DeleteEventBrokerResponse tev__DeleteEventBrokerResponse; soap_default__tev__DeleteEventBrokerResponse(soap, &tev__DeleteEventBrokerResponse); soap_default___tev__DeleteEventBroker(soap, &soap_tmp___tev__DeleteEventBroker); if (!soap_get___tev__DeleteEventBroker(soap, &soap_tmp___tev__DeleteEventBroker, "-tev:DeleteEventBroker", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__DeleteEventBroker(soap, soap_tmp___tev__DeleteEventBroker.tev__DeleteEventBroker, &tev__DeleteEventBrokerResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__DeleteEventBrokerResponse(soap, &tev__DeleteEventBrokerResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__DeleteEventBrokerResponse(soap, &tev__DeleteEventBrokerResponse, "tev:DeleteEventBrokerResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__DeleteEventBrokerResponse(soap, &tev__DeleteEventBrokerResponse, "tev:DeleteEventBrokerResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetEventBrokers(struct soap *soap) { struct __tev__GetEventBrokers soap_tmp___tev__GetEventBrokers; struct _tev__GetEventBrokersResponse tev__GetEventBrokersResponse; soap_default__tev__GetEventBrokersResponse(soap, &tev__GetEventBrokersResponse); soap_default___tev__GetEventBrokers(soap, &soap_tmp___tev__GetEventBrokers); if (!soap_get___tev__GetEventBrokers(soap, &soap_tmp___tev__GetEventBrokers, "-tev:GetEventBrokers", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__GetEventBrokers(soap, soap_tmp___tev__GetEventBrokers.tev__GetEventBrokers, &tev__GetEventBrokersResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tev__GetEventBrokersResponse(soap, &tev__GetEventBrokersResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetEventBrokersResponse(soap, &tev__GetEventBrokersResponse, "tev:GetEventBrokersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tev__GetEventBrokersResponse(soap, &tev__GetEventBrokersResponse, "tev:GetEventBrokersResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Renew(struct soap *soap) { struct __tev__Renew soap_tmp___tev__Renew; struct _wsnt__RenewResponse wsnt__RenewResponse; soap_default__wsnt__RenewResponse(soap, &wsnt__RenewResponse); soap_default___tev__Renew(soap, &soap_tmp___tev__Renew); if (!soap_get___tev__Renew(soap, &soap_tmp___tev__Renew, "-tev:Renew", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Renew(soap, soap_tmp___tev__Renew.wsnt__Renew, &wsnt__RenewResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__RenewResponse(soap, &wsnt__RenewResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__RenewResponse(soap, &wsnt__RenewResponse, "wsnt:RenewResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__RenewResponse(soap, &wsnt__RenewResponse, "wsnt:RenewResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Unsubscribe_(struct soap *soap) { struct __tev__Unsubscribe_ soap_tmp___tev__Unsubscribe_; struct _wsnt__UnsubscribeResponse wsnt__UnsubscribeResponse; soap_default__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); soap_default___tev__Unsubscribe_(soap, &soap_tmp___tev__Unsubscribe_); if (!soap_get___tev__Unsubscribe_(soap, &soap_tmp___tev__Unsubscribe_, "-tev:Unsubscribe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Unsubscribe_(soap, soap_tmp___tev__Unsubscribe_.wsnt__Unsubscribe, &wsnt__UnsubscribeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Subscribe(struct soap *soap) { struct __tev__Subscribe soap_tmp___tev__Subscribe; struct _wsnt__SubscribeResponse wsnt__SubscribeResponse; soap_default__wsnt__SubscribeResponse(soap, &wsnt__SubscribeResponse); soap_default___tev__Subscribe(soap, &soap_tmp___tev__Subscribe); if (!soap_get___tev__Subscribe(soap, &soap_tmp___tev__Subscribe, "-tev:Subscribe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Subscribe(soap, soap_tmp___tev__Subscribe.wsnt__Subscribe, &wsnt__SubscribeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__SubscribeResponse(soap, &wsnt__SubscribeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__SubscribeResponse(soap, &wsnt__SubscribeResponse, "wsnt:SubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__SubscribeResponse(soap, &wsnt__SubscribeResponse, "wsnt:SubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetCurrentMessage(struct soap *soap) { struct __tev__GetCurrentMessage soap_tmp___tev__GetCurrentMessage; struct _wsnt__GetCurrentMessageResponse wsnt__GetCurrentMessageResponse; soap_default__wsnt__GetCurrentMessageResponse(soap, &wsnt__GetCurrentMessageResponse); soap_default___tev__GetCurrentMessage(soap, &soap_tmp___tev__GetCurrentMessage); if (!soap_get___tev__GetCurrentMessage(soap, &soap_tmp___tev__GetCurrentMessage, "-tev:GetCurrentMessage", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__GetCurrentMessage(soap, soap_tmp___tev__GetCurrentMessage.wsnt__GetCurrentMessage, &wsnt__GetCurrentMessageResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__GetCurrentMessageResponse(soap, &wsnt__GetCurrentMessageResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__GetCurrentMessageResponse(soap, &wsnt__GetCurrentMessageResponse, "wsnt:GetCurrentMessageResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__GetCurrentMessageResponse(soap, &wsnt__GetCurrentMessageResponse, "wsnt:GetCurrentMessageResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Notify(struct soap *soap) { struct __tev__Notify soap_tmp___tev__Notify; soap_default___tev__Notify(soap, &soap_tmp___tev__Notify); if (!soap_get___tev__Notify(soap, &soap_tmp___tev__Notify, "-tev:Notify", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Notify(soap, soap_tmp___tev__Notify.wsnt__Notify); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__GetMessages(struct soap *soap) { struct __tev__GetMessages soap_tmp___tev__GetMessages; struct _wsnt__GetMessagesResponse wsnt__GetMessagesResponse; soap_default__wsnt__GetMessagesResponse(soap, &wsnt__GetMessagesResponse); soap_default___tev__GetMessages(soap, &soap_tmp___tev__GetMessages); if (!soap_get___tev__GetMessages(soap, &soap_tmp___tev__GetMessages, "-tev:GetMessages", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__GetMessages(soap, soap_tmp___tev__GetMessages.wsnt__GetMessages, &wsnt__GetMessagesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__GetMessagesResponse(soap, &wsnt__GetMessagesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__GetMessagesResponse(soap, &wsnt__GetMessagesResponse, "wsnt:GetMessagesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__GetMessagesResponse(soap, &wsnt__GetMessagesResponse, "wsnt:GetMessagesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__DestroyPullPoint(struct soap *soap) { struct __tev__DestroyPullPoint soap_tmp___tev__DestroyPullPoint; struct _wsnt__DestroyPullPointResponse wsnt__DestroyPullPointResponse; soap_default__wsnt__DestroyPullPointResponse(soap, &wsnt__DestroyPullPointResponse); soap_default___tev__DestroyPullPoint(soap, &soap_tmp___tev__DestroyPullPoint); if (!soap_get___tev__DestroyPullPoint(soap, &soap_tmp___tev__DestroyPullPoint, "-tev:DestroyPullPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__DestroyPullPoint(soap, soap_tmp___tev__DestroyPullPoint.wsnt__DestroyPullPoint, &wsnt__DestroyPullPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__DestroyPullPointResponse(soap, &wsnt__DestroyPullPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__DestroyPullPointResponse(soap, &wsnt__DestroyPullPointResponse, "wsnt:DestroyPullPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__DestroyPullPointResponse(soap, &wsnt__DestroyPullPointResponse, "wsnt:DestroyPullPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Notify_(struct soap *soap) { struct __tev__Notify_ soap_tmp___tev__Notify_; soap_default___tev__Notify_(soap, &soap_tmp___tev__Notify_); if (!soap_get___tev__Notify_(soap, &soap_tmp___tev__Notify_, "-tev:Notify", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Notify_(soap, soap_tmp___tev__Notify_.wsnt__Notify); if (soap->error) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__CreatePullPoint(struct soap *soap) { struct __tev__CreatePullPoint soap_tmp___tev__CreatePullPoint; struct _wsnt__CreatePullPointResponse wsnt__CreatePullPointResponse; soap_default__wsnt__CreatePullPointResponse(soap, &wsnt__CreatePullPointResponse); soap_default___tev__CreatePullPoint(soap, &soap_tmp___tev__CreatePullPoint); if (!soap_get___tev__CreatePullPoint(soap, &soap_tmp___tev__CreatePullPoint, "-tev:CreatePullPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__CreatePullPoint(soap, soap_tmp___tev__CreatePullPoint.wsnt__CreatePullPoint, &wsnt__CreatePullPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__CreatePullPointResponse(soap, &wsnt__CreatePullPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__CreatePullPointResponse(soap, &wsnt__CreatePullPointResponse, "wsnt:CreatePullPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__CreatePullPointResponse(soap, &wsnt__CreatePullPointResponse, "wsnt:CreatePullPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Renew_(struct soap *soap) { struct __tev__Renew_ soap_tmp___tev__Renew_; struct _wsnt__RenewResponse wsnt__RenewResponse; soap_default__wsnt__RenewResponse(soap, &wsnt__RenewResponse); soap_default___tev__Renew_(soap, &soap_tmp___tev__Renew_); if (!soap_get___tev__Renew_(soap, &soap_tmp___tev__Renew_, "-tev:Renew", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Renew_(soap, soap_tmp___tev__Renew_.wsnt__Renew, &wsnt__RenewResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__RenewResponse(soap, &wsnt__RenewResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__RenewResponse(soap, &wsnt__RenewResponse, "wsnt:RenewResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__RenewResponse(soap, &wsnt__RenewResponse, "wsnt:RenewResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__Unsubscribe__(struct soap *soap) { struct __tev__Unsubscribe__ soap_tmp___tev__Unsubscribe__; struct _wsnt__UnsubscribeResponse wsnt__UnsubscribeResponse; soap_default__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); soap_default___tev__Unsubscribe__(soap, &soap_tmp___tev__Unsubscribe__); if (!soap_get___tev__Unsubscribe__(soap, &soap_tmp___tev__Unsubscribe__, "-tev:Unsubscribe", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__Unsubscribe__(soap, soap_tmp___tev__Unsubscribe__.wsnt__Unsubscribe, &wsnt__UnsubscribeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__UnsubscribeResponse(soap, &wsnt__UnsubscribeResponse, "wsnt:UnsubscribeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__PauseSubscription(struct soap *soap) { struct __tev__PauseSubscription soap_tmp___tev__PauseSubscription; struct _wsnt__PauseSubscriptionResponse wsnt__PauseSubscriptionResponse; soap_default__wsnt__PauseSubscriptionResponse(soap, &wsnt__PauseSubscriptionResponse); soap_default___tev__PauseSubscription(soap, &soap_tmp___tev__PauseSubscription); if (!soap_get___tev__PauseSubscription(soap, &soap_tmp___tev__PauseSubscription, "-tev:PauseSubscription", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__PauseSubscription(soap, soap_tmp___tev__PauseSubscription.wsnt__PauseSubscription, &wsnt__PauseSubscriptionResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__PauseSubscriptionResponse(soap, &wsnt__PauseSubscriptionResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__PauseSubscriptionResponse(soap, &wsnt__PauseSubscriptionResponse, "wsnt:PauseSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__PauseSubscriptionResponse(soap, &wsnt__PauseSubscriptionResponse, "wsnt:PauseSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tev__ResumeSubscription(struct soap *soap) { struct __tev__ResumeSubscription soap_tmp___tev__ResumeSubscription; struct _wsnt__ResumeSubscriptionResponse wsnt__ResumeSubscriptionResponse; soap_default__wsnt__ResumeSubscriptionResponse(soap, &wsnt__ResumeSubscriptionResponse); soap_default___tev__ResumeSubscription(soap, &soap_tmp___tev__ResumeSubscription); if (!soap_get___tev__ResumeSubscription(soap, &soap_tmp___tev__ResumeSubscription, "-tev:ResumeSubscription", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tev__ResumeSubscription(soap, soap_tmp___tev__ResumeSubscription.wsnt__ResumeSubscription, &wsnt__ResumeSubscriptionResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__wsnt__ResumeSubscriptionResponse(soap, &wsnt__ResumeSubscriptionResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__ResumeSubscriptionResponse(soap, &wsnt__ResumeSubscriptionResponse, "wsnt:ResumeSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__wsnt__ResumeSubscriptionResponse(soap, &wsnt__ResumeSubscriptionResponse, "wsnt:ResumeSubscriptionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetServiceCapabilities(struct soap *soap) { struct __timg__GetServiceCapabilities soap_tmp___timg__GetServiceCapabilities; struct _timg__GetServiceCapabilitiesResponse timg__GetServiceCapabilitiesResponse; soap_default__timg__GetServiceCapabilitiesResponse(soap, &timg__GetServiceCapabilitiesResponse); soap_default___timg__GetServiceCapabilities(soap, &soap_tmp___timg__GetServiceCapabilities); if (!soap_get___timg__GetServiceCapabilities(soap, &soap_tmp___timg__GetServiceCapabilities, "-timg:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetServiceCapabilities(soap, soap_tmp___timg__GetServiceCapabilities.timg__GetServiceCapabilities, &timg__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetServiceCapabilitiesResponse(soap, &timg__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetServiceCapabilitiesResponse(soap, &timg__GetServiceCapabilitiesResponse, "timg:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetServiceCapabilitiesResponse(soap, &timg__GetServiceCapabilitiesResponse, "timg:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetImagingSettings(struct soap *soap) { struct __timg__GetImagingSettings soap_tmp___timg__GetImagingSettings; struct _timg__GetImagingSettingsResponse timg__GetImagingSettingsResponse; soap_default__timg__GetImagingSettingsResponse(soap, &timg__GetImagingSettingsResponse); soap_default___timg__GetImagingSettings(soap, &soap_tmp___timg__GetImagingSettings); if (!soap_get___timg__GetImagingSettings(soap, &soap_tmp___timg__GetImagingSettings, "-timg:GetImagingSettings", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetImagingSettings(soap, soap_tmp___timg__GetImagingSettings.timg__GetImagingSettings, &timg__GetImagingSettingsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetImagingSettingsResponse(soap, &timg__GetImagingSettingsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetImagingSettingsResponse(soap, &timg__GetImagingSettingsResponse, "timg:GetImagingSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetImagingSettingsResponse(soap, &timg__GetImagingSettingsResponse, "timg:GetImagingSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__SetImagingSettings(struct soap *soap) { struct __timg__SetImagingSettings soap_tmp___timg__SetImagingSettings; struct _timg__SetImagingSettingsResponse timg__SetImagingSettingsResponse; soap_default__timg__SetImagingSettingsResponse(soap, &timg__SetImagingSettingsResponse); soap_default___timg__SetImagingSettings(soap, &soap_tmp___timg__SetImagingSettings); if (!soap_get___timg__SetImagingSettings(soap, &soap_tmp___timg__SetImagingSettings, "-timg:SetImagingSettings", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__SetImagingSettings(soap, soap_tmp___timg__SetImagingSettings.timg__SetImagingSettings, &timg__SetImagingSettingsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__SetImagingSettingsResponse(soap, &timg__SetImagingSettingsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__SetImagingSettingsResponse(soap, &timg__SetImagingSettingsResponse, "timg:SetImagingSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__SetImagingSettingsResponse(soap, &timg__SetImagingSettingsResponse, "timg:SetImagingSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetOptions(struct soap *soap) { struct __timg__GetOptions soap_tmp___timg__GetOptions; struct _timg__GetOptionsResponse timg__GetOptionsResponse; soap_default__timg__GetOptionsResponse(soap, &timg__GetOptionsResponse); soap_default___timg__GetOptions(soap, &soap_tmp___timg__GetOptions); if (!soap_get___timg__GetOptions(soap, &soap_tmp___timg__GetOptions, "-timg:GetOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetOptions(soap, soap_tmp___timg__GetOptions.timg__GetOptions, &timg__GetOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetOptionsResponse(soap, &timg__GetOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetOptionsResponse(soap, &timg__GetOptionsResponse, "timg:GetOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetOptionsResponse(soap, &timg__GetOptionsResponse, "timg:GetOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__Move(struct soap *soap) { struct __timg__Move soap_tmp___timg__Move; struct _timg__MoveResponse timg__MoveResponse; soap_default__timg__MoveResponse(soap, &timg__MoveResponse); soap_default___timg__Move(soap, &soap_tmp___timg__Move); if (!soap_get___timg__Move(soap, &soap_tmp___timg__Move, "-timg:Move", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__Move(soap, soap_tmp___timg__Move.timg__Move, &timg__MoveResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__MoveResponse(soap, &timg__MoveResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__MoveResponse(soap, &timg__MoveResponse, "timg:MoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__MoveResponse(soap, &timg__MoveResponse, "timg:MoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__Stop(struct soap *soap) { struct __timg__Stop soap_tmp___timg__Stop; struct _timg__StopResponse timg__StopResponse; soap_default__timg__StopResponse(soap, &timg__StopResponse); soap_default___timg__Stop(soap, &soap_tmp___timg__Stop); if (!soap_get___timg__Stop(soap, &soap_tmp___timg__Stop, "-timg:Stop", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__Stop(soap, soap_tmp___timg__Stop.timg__Stop, &timg__StopResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__StopResponse(soap, &timg__StopResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__StopResponse(soap, &timg__StopResponse, "timg:StopResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__StopResponse(soap, &timg__StopResponse, "timg:StopResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetStatus(struct soap *soap) { struct __timg__GetStatus soap_tmp___timg__GetStatus; struct _timg__GetStatusResponse timg__GetStatusResponse; soap_default__timg__GetStatusResponse(soap, &timg__GetStatusResponse); soap_default___timg__GetStatus(soap, &soap_tmp___timg__GetStatus); if (!soap_get___timg__GetStatus(soap, &soap_tmp___timg__GetStatus, "-timg:GetStatus", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetStatus(soap, soap_tmp___timg__GetStatus.timg__GetStatus, &timg__GetStatusResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetStatusResponse(soap, &timg__GetStatusResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetStatusResponse(soap, &timg__GetStatusResponse, "timg:GetStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetStatusResponse(soap, &timg__GetStatusResponse, "timg:GetStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetMoveOptions(struct soap *soap) { struct __timg__GetMoveOptions soap_tmp___timg__GetMoveOptions; struct _timg__GetMoveOptionsResponse timg__GetMoveOptionsResponse; soap_default__timg__GetMoveOptionsResponse(soap, &timg__GetMoveOptionsResponse); soap_default___timg__GetMoveOptions(soap, &soap_tmp___timg__GetMoveOptions); if (!soap_get___timg__GetMoveOptions(soap, &soap_tmp___timg__GetMoveOptions, "-timg:GetMoveOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetMoveOptions(soap, soap_tmp___timg__GetMoveOptions.timg__GetMoveOptions, &timg__GetMoveOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetMoveOptionsResponse(soap, &timg__GetMoveOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetMoveOptionsResponse(soap, &timg__GetMoveOptionsResponse, "timg:GetMoveOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetMoveOptionsResponse(soap, &timg__GetMoveOptionsResponse, "timg:GetMoveOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetPresets(struct soap *soap) { struct __timg__GetPresets soap_tmp___timg__GetPresets; struct _timg__GetPresetsResponse timg__GetPresetsResponse; soap_default__timg__GetPresetsResponse(soap, &timg__GetPresetsResponse); soap_default___timg__GetPresets(soap, &soap_tmp___timg__GetPresets); if (!soap_get___timg__GetPresets(soap, &soap_tmp___timg__GetPresets, "-timg:GetPresets", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetPresets(soap, soap_tmp___timg__GetPresets.timg__GetPresets, &timg__GetPresetsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetPresetsResponse(soap, &timg__GetPresetsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetPresetsResponse(soap, &timg__GetPresetsResponse, "timg:GetPresetsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetPresetsResponse(soap, &timg__GetPresetsResponse, "timg:GetPresetsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__GetCurrentPreset(struct soap *soap) { struct __timg__GetCurrentPreset soap_tmp___timg__GetCurrentPreset; struct _timg__GetCurrentPresetResponse timg__GetCurrentPresetResponse; soap_default__timg__GetCurrentPresetResponse(soap, &timg__GetCurrentPresetResponse); soap_default___timg__GetCurrentPreset(soap, &soap_tmp___timg__GetCurrentPreset); if (!soap_get___timg__GetCurrentPreset(soap, &soap_tmp___timg__GetCurrentPreset, "-timg:GetCurrentPreset", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__GetCurrentPreset(soap, soap_tmp___timg__GetCurrentPreset.timg__GetCurrentPreset, &timg__GetCurrentPresetResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__GetCurrentPresetResponse(soap, &timg__GetCurrentPresetResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetCurrentPresetResponse(soap, &timg__GetCurrentPresetResponse, "timg:GetCurrentPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__GetCurrentPresetResponse(soap, &timg__GetCurrentPresetResponse, "timg:GetCurrentPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___timg__SetCurrentPreset(struct soap *soap) { struct __timg__SetCurrentPreset soap_tmp___timg__SetCurrentPreset; struct _timg__SetCurrentPresetResponse timg__SetCurrentPresetResponse; soap_default__timg__SetCurrentPresetResponse(soap, &timg__SetCurrentPresetResponse); soap_default___timg__SetCurrentPreset(soap, &soap_tmp___timg__SetCurrentPreset); if (!soap_get___timg__SetCurrentPreset(soap, &soap_tmp___timg__SetCurrentPreset, "-timg:SetCurrentPreset", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __timg__SetCurrentPreset(soap, soap_tmp___timg__SetCurrentPreset.timg__SetCurrentPreset, &timg__SetCurrentPresetResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__timg__SetCurrentPresetResponse(soap, &timg__SetCurrentPresetResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__SetCurrentPresetResponse(soap, &timg__SetCurrentPresetResponse, "timg:SetCurrentPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__timg__SetCurrentPresetResponse(soap, &timg__SetCurrentPresetResponse, "timg:SetCurrentPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetServiceCapabilities(struct soap *soap) { struct __tmd__GetServiceCapabilities soap_tmp___tmd__GetServiceCapabilities; struct _tmd__GetServiceCapabilitiesResponse tmd__GetServiceCapabilitiesResponse; soap_default__tmd__GetServiceCapabilitiesResponse(soap, &tmd__GetServiceCapabilitiesResponse); soap_default___tmd__GetServiceCapabilities(soap, &soap_tmp___tmd__GetServiceCapabilities); if (!soap_get___tmd__GetServiceCapabilities(soap, &soap_tmp___tmd__GetServiceCapabilities, "-tmd:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetServiceCapabilities(soap, soap_tmp___tmd__GetServiceCapabilities.tmd__GetServiceCapabilities, &tmd__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetServiceCapabilitiesResponse(soap, &tmd__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetServiceCapabilitiesResponse(soap, &tmd__GetServiceCapabilitiesResponse, "tmd:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetServiceCapabilitiesResponse(soap, &tmd__GetServiceCapabilitiesResponse, "tmd:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetRelayOutputOptions(struct soap *soap) { struct __tmd__GetRelayOutputOptions soap_tmp___tmd__GetRelayOutputOptions; struct _tmd__GetRelayOutputOptionsResponse tmd__GetRelayOutputOptionsResponse; soap_default__tmd__GetRelayOutputOptionsResponse(soap, &tmd__GetRelayOutputOptionsResponse); soap_default___tmd__GetRelayOutputOptions(soap, &soap_tmp___tmd__GetRelayOutputOptions); if (!soap_get___tmd__GetRelayOutputOptions(soap, &soap_tmp___tmd__GetRelayOutputOptions, "-tmd:GetRelayOutputOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetRelayOutputOptions(soap, soap_tmp___tmd__GetRelayOutputOptions.tmd__GetRelayOutputOptions, &tmd__GetRelayOutputOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetRelayOutputOptionsResponse(soap, &tmd__GetRelayOutputOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetRelayOutputOptionsResponse(soap, &tmd__GetRelayOutputOptionsResponse, "tmd:GetRelayOutputOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetRelayOutputOptionsResponse(soap, &tmd__GetRelayOutputOptionsResponse, "tmd:GetRelayOutputOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSources(struct soap *soap) { struct __tmd__GetAudioSources soap_tmp___tmd__GetAudioSources; struct tmd__GetResponse tmd__GetAudioSourcesResponse; soap_default_tmd__GetResponse(soap, &tmd__GetAudioSourcesResponse); soap_default___tmd__GetAudioSources(soap, &soap_tmp___tmd__GetAudioSources); if (!soap_get___tmd__GetAudioSources(soap, &soap_tmp___tmd__GetAudioSources, "-tmd:GetAudioSources", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioSources(soap, soap_tmp___tmd__GetAudioSources.tmd__GetAudioSources, &tmd__GetAudioSourcesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_tmd__GetResponse(soap, &tmd__GetAudioSourcesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetAudioSourcesResponse, "tmd:GetAudioSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetAudioSourcesResponse, "tmd:GetAudioSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputs(struct soap *soap) { struct __tmd__GetAudioOutputs soap_tmp___tmd__GetAudioOutputs; struct tmd__GetResponse tmd__GetAudioOutputsResponse; soap_default_tmd__GetResponse(soap, &tmd__GetAudioOutputsResponse); soap_default___tmd__GetAudioOutputs(soap, &soap_tmp___tmd__GetAudioOutputs); if (!soap_get___tmd__GetAudioOutputs(soap, &soap_tmp___tmd__GetAudioOutputs, "-tmd:GetAudioOutputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioOutputs(soap, soap_tmp___tmd__GetAudioOutputs.tmd__GetAudioOutputs, &tmd__GetAudioOutputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_tmd__GetResponse(soap, &tmd__GetAudioOutputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetAudioOutputsResponse, "tmd:GetAudioOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetAudioOutputsResponse, "tmd:GetAudioOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSources(struct soap *soap) { struct __tmd__GetVideoSources soap_tmp___tmd__GetVideoSources; struct tmd__GetResponse tmd__GetVideoSourcesResponse; soap_default_tmd__GetResponse(soap, &tmd__GetVideoSourcesResponse); soap_default___tmd__GetVideoSources(soap, &soap_tmp___tmd__GetVideoSources); if (!soap_get___tmd__GetVideoSources(soap, &soap_tmp___tmd__GetVideoSources, "-tmd:GetVideoSources", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoSources(soap, soap_tmp___tmd__GetVideoSources.tmd__GetVideoSources, &tmd__GetVideoSourcesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize_tmd__GetResponse(soap, &tmd__GetVideoSourcesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetVideoSourcesResponse, "tmd:GetVideoSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put_tmd__GetResponse(soap, &tmd__GetVideoSourcesResponse, "tmd:GetVideoSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputs(struct soap *soap) { struct __tmd__GetVideoOutputs soap_tmp___tmd__GetVideoOutputs; struct _tmd__GetVideoOutputsResponse tmd__GetVideoOutputsResponse; soap_default__tmd__GetVideoOutputsResponse(soap, &tmd__GetVideoOutputsResponse); soap_default___tmd__GetVideoOutputs(soap, &soap_tmp___tmd__GetVideoOutputs); if (!soap_get___tmd__GetVideoOutputs(soap, &soap_tmp___tmd__GetVideoOutputs, "-tmd:GetVideoOutputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoOutputs(soap, soap_tmp___tmd__GetVideoOutputs.tmd__GetVideoOutputs, &tmd__GetVideoOutputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetVideoOutputsResponse(soap, &tmd__GetVideoOutputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputsResponse(soap, &tmd__GetVideoOutputsResponse, "tmd:GetVideoOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputsResponse(soap, &tmd__GetVideoOutputsResponse, "tmd:GetVideoOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSourceConfiguration(struct soap *soap) { struct __tmd__GetVideoSourceConfiguration soap_tmp___tmd__GetVideoSourceConfiguration; struct _tmd__GetVideoSourceConfigurationResponse tmd__GetVideoSourceConfigurationResponse; soap_default__tmd__GetVideoSourceConfigurationResponse(soap, &tmd__GetVideoSourceConfigurationResponse); soap_default___tmd__GetVideoSourceConfiguration(soap, &soap_tmp___tmd__GetVideoSourceConfiguration); if (!soap_get___tmd__GetVideoSourceConfiguration(soap, &soap_tmp___tmd__GetVideoSourceConfiguration, "-tmd:GetVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoSourceConfiguration(soap, soap_tmp___tmd__GetVideoSourceConfiguration.tmd__GetVideoSourceConfiguration, &tmd__GetVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetVideoSourceConfigurationResponse(soap, &tmd__GetVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoSourceConfigurationResponse(soap, &tmd__GetVideoSourceConfigurationResponse, "tmd:GetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoSourceConfigurationResponse(soap, &tmd__GetVideoSourceConfigurationResponse, "tmd:GetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputConfiguration(struct soap *soap) { struct __tmd__GetVideoOutputConfiguration soap_tmp___tmd__GetVideoOutputConfiguration; struct _tmd__GetVideoOutputConfigurationResponse tmd__GetVideoOutputConfigurationResponse; soap_default__tmd__GetVideoOutputConfigurationResponse(soap, &tmd__GetVideoOutputConfigurationResponse); soap_default___tmd__GetVideoOutputConfiguration(soap, &soap_tmp___tmd__GetVideoOutputConfiguration); if (!soap_get___tmd__GetVideoOutputConfiguration(soap, &soap_tmp___tmd__GetVideoOutputConfiguration, "-tmd:GetVideoOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoOutputConfiguration(soap, soap_tmp___tmd__GetVideoOutputConfiguration.tmd__GetVideoOutputConfiguration, &tmd__GetVideoOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetVideoOutputConfigurationResponse(soap, &tmd__GetVideoOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputConfigurationResponse(soap, &tmd__GetVideoOutputConfigurationResponse, "tmd:GetVideoOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputConfigurationResponse(soap, &tmd__GetVideoOutputConfigurationResponse, "tmd:GetVideoOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSourceConfiguration(struct soap *soap) { struct __tmd__GetAudioSourceConfiguration soap_tmp___tmd__GetAudioSourceConfiguration; struct _tmd__GetAudioSourceConfigurationResponse tmd__GetAudioSourceConfigurationResponse; soap_default__tmd__GetAudioSourceConfigurationResponse(soap, &tmd__GetAudioSourceConfigurationResponse); soap_default___tmd__GetAudioSourceConfiguration(soap, &soap_tmp___tmd__GetAudioSourceConfiguration); if (!soap_get___tmd__GetAudioSourceConfiguration(soap, &soap_tmp___tmd__GetAudioSourceConfiguration, "-tmd:GetAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioSourceConfiguration(soap, soap_tmp___tmd__GetAudioSourceConfiguration.tmd__GetAudioSourceConfiguration, &tmd__GetAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetAudioSourceConfigurationResponse(soap, &tmd__GetAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioSourceConfigurationResponse(soap, &tmd__GetAudioSourceConfigurationResponse, "tmd:GetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioSourceConfigurationResponse(soap, &tmd__GetAudioSourceConfigurationResponse, "tmd:GetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputConfiguration(struct soap *soap) { struct __tmd__GetAudioOutputConfiguration soap_tmp___tmd__GetAudioOutputConfiguration; struct _tmd__GetAudioOutputConfigurationResponse tmd__GetAudioOutputConfigurationResponse; soap_default__tmd__GetAudioOutputConfigurationResponse(soap, &tmd__GetAudioOutputConfigurationResponse); soap_default___tmd__GetAudioOutputConfiguration(soap, &soap_tmp___tmd__GetAudioOutputConfiguration); if (!soap_get___tmd__GetAudioOutputConfiguration(soap, &soap_tmp___tmd__GetAudioOutputConfiguration, "-tmd:GetAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioOutputConfiguration(soap, soap_tmp___tmd__GetAudioOutputConfiguration.tmd__GetAudioOutputConfiguration, &tmd__GetAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetAudioOutputConfigurationResponse(soap, &tmd__GetAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioOutputConfigurationResponse(soap, &tmd__GetAudioOutputConfigurationResponse, "tmd:GetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioOutputConfigurationResponse(soap, &tmd__GetAudioOutputConfigurationResponse, "tmd:GetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetVideoSourceConfiguration(struct soap *soap) { struct __tmd__SetVideoSourceConfiguration soap_tmp___tmd__SetVideoSourceConfiguration; struct _tmd__SetVideoSourceConfigurationResponse tmd__SetVideoSourceConfigurationResponse; soap_default__tmd__SetVideoSourceConfigurationResponse(soap, &tmd__SetVideoSourceConfigurationResponse); soap_default___tmd__SetVideoSourceConfiguration(soap, &soap_tmp___tmd__SetVideoSourceConfiguration); if (!soap_get___tmd__SetVideoSourceConfiguration(soap, &soap_tmp___tmd__SetVideoSourceConfiguration, "-tmd:SetVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetVideoSourceConfiguration(soap, soap_tmp___tmd__SetVideoSourceConfiguration.tmd__SetVideoSourceConfiguration, &tmd__SetVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetVideoSourceConfigurationResponse(soap, &tmd__SetVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetVideoSourceConfigurationResponse(soap, &tmd__SetVideoSourceConfigurationResponse, "tmd:SetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetVideoSourceConfigurationResponse(soap, &tmd__SetVideoSourceConfigurationResponse, "tmd:SetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetVideoOutputConfiguration(struct soap *soap) { struct __tmd__SetVideoOutputConfiguration soap_tmp___tmd__SetVideoOutputConfiguration; struct _tmd__SetVideoOutputConfigurationResponse tmd__SetVideoOutputConfigurationResponse; soap_default__tmd__SetVideoOutputConfigurationResponse(soap, &tmd__SetVideoOutputConfigurationResponse); soap_default___tmd__SetVideoOutputConfiguration(soap, &soap_tmp___tmd__SetVideoOutputConfiguration); if (!soap_get___tmd__SetVideoOutputConfiguration(soap, &soap_tmp___tmd__SetVideoOutputConfiguration, "-tmd:SetVideoOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetVideoOutputConfiguration(soap, soap_tmp___tmd__SetVideoOutputConfiguration.tmd__SetVideoOutputConfiguration, &tmd__SetVideoOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetVideoOutputConfigurationResponse(soap, &tmd__SetVideoOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetVideoOutputConfigurationResponse(soap, &tmd__SetVideoOutputConfigurationResponse, "tmd:SetVideoOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetVideoOutputConfigurationResponse(soap, &tmd__SetVideoOutputConfigurationResponse, "tmd:SetVideoOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetAudioSourceConfiguration(struct soap *soap) { struct __tmd__SetAudioSourceConfiguration soap_tmp___tmd__SetAudioSourceConfiguration; struct _tmd__SetAudioSourceConfigurationResponse tmd__SetAudioSourceConfigurationResponse; soap_default__tmd__SetAudioSourceConfigurationResponse(soap, &tmd__SetAudioSourceConfigurationResponse); soap_default___tmd__SetAudioSourceConfiguration(soap, &soap_tmp___tmd__SetAudioSourceConfiguration); if (!soap_get___tmd__SetAudioSourceConfiguration(soap, &soap_tmp___tmd__SetAudioSourceConfiguration, "-tmd:SetAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetAudioSourceConfiguration(soap, soap_tmp___tmd__SetAudioSourceConfiguration.tmd__SetAudioSourceConfiguration, &tmd__SetAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetAudioSourceConfigurationResponse(soap, &tmd__SetAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetAudioSourceConfigurationResponse(soap, &tmd__SetAudioSourceConfigurationResponse, "tmd:SetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetAudioSourceConfigurationResponse(soap, &tmd__SetAudioSourceConfigurationResponse, "tmd:SetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetAudioOutputConfiguration(struct soap *soap) { struct __tmd__SetAudioOutputConfiguration soap_tmp___tmd__SetAudioOutputConfiguration; struct _tmd__SetAudioOutputConfigurationResponse tmd__SetAudioOutputConfigurationResponse; soap_default__tmd__SetAudioOutputConfigurationResponse(soap, &tmd__SetAudioOutputConfigurationResponse); soap_default___tmd__SetAudioOutputConfiguration(soap, &soap_tmp___tmd__SetAudioOutputConfiguration); if (!soap_get___tmd__SetAudioOutputConfiguration(soap, &soap_tmp___tmd__SetAudioOutputConfiguration, "-tmd:SetAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetAudioOutputConfiguration(soap, soap_tmp___tmd__SetAudioOutputConfiguration.tmd__SetAudioOutputConfiguration, &tmd__SetAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetAudioOutputConfigurationResponse(soap, &tmd__SetAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetAudioOutputConfigurationResponse(soap, &tmd__SetAudioOutputConfigurationResponse, "tmd:SetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetAudioOutputConfigurationResponse(soap, &tmd__SetAudioOutputConfigurationResponse, "tmd:SetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoSourceConfigurationOptions(struct soap *soap) { struct __tmd__GetVideoSourceConfigurationOptions soap_tmp___tmd__GetVideoSourceConfigurationOptions; struct _tmd__GetVideoSourceConfigurationOptionsResponse tmd__GetVideoSourceConfigurationOptionsResponse; soap_default__tmd__GetVideoSourceConfigurationOptionsResponse(soap, &tmd__GetVideoSourceConfigurationOptionsResponse); soap_default___tmd__GetVideoSourceConfigurationOptions(soap, &soap_tmp___tmd__GetVideoSourceConfigurationOptions); if (!soap_get___tmd__GetVideoSourceConfigurationOptions(soap, &soap_tmp___tmd__GetVideoSourceConfigurationOptions, "-tmd:GetVideoSourceConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoSourceConfigurationOptions(soap, soap_tmp___tmd__GetVideoSourceConfigurationOptions.tmd__GetVideoSourceConfigurationOptions, &tmd__GetVideoSourceConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetVideoSourceConfigurationOptionsResponse(soap, &tmd__GetVideoSourceConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoSourceConfigurationOptionsResponse(soap, &tmd__GetVideoSourceConfigurationOptionsResponse, "tmd:GetVideoSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoSourceConfigurationOptionsResponse(soap, &tmd__GetVideoSourceConfigurationOptionsResponse, "tmd:GetVideoSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetVideoOutputConfigurationOptions(struct soap *soap) { struct __tmd__GetVideoOutputConfigurationOptions soap_tmp___tmd__GetVideoOutputConfigurationOptions; struct _tmd__GetVideoOutputConfigurationOptionsResponse tmd__GetVideoOutputConfigurationOptionsResponse; soap_default__tmd__GetVideoOutputConfigurationOptionsResponse(soap, &tmd__GetVideoOutputConfigurationOptionsResponse); soap_default___tmd__GetVideoOutputConfigurationOptions(soap, &soap_tmp___tmd__GetVideoOutputConfigurationOptions); if (!soap_get___tmd__GetVideoOutputConfigurationOptions(soap, &soap_tmp___tmd__GetVideoOutputConfigurationOptions, "-tmd:GetVideoOutputConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetVideoOutputConfigurationOptions(soap, soap_tmp___tmd__GetVideoOutputConfigurationOptions.tmd__GetVideoOutputConfigurationOptions, &tmd__GetVideoOutputConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetVideoOutputConfigurationOptionsResponse(soap, &tmd__GetVideoOutputConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputConfigurationOptionsResponse(soap, &tmd__GetVideoOutputConfigurationOptionsResponse, "tmd:GetVideoOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetVideoOutputConfigurationOptionsResponse(soap, &tmd__GetVideoOutputConfigurationOptionsResponse, "tmd:GetVideoOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioSourceConfigurationOptions(struct soap *soap) { struct __tmd__GetAudioSourceConfigurationOptions soap_tmp___tmd__GetAudioSourceConfigurationOptions; struct _tmd__GetAudioSourceConfigurationOptionsResponse tmd__GetAudioSourceConfigurationOptionsResponse; soap_default__tmd__GetAudioSourceConfigurationOptionsResponse(soap, &tmd__GetAudioSourceConfigurationOptionsResponse); soap_default___tmd__GetAudioSourceConfigurationOptions(soap, &soap_tmp___tmd__GetAudioSourceConfigurationOptions); if (!soap_get___tmd__GetAudioSourceConfigurationOptions(soap, &soap_tmp___tmd__GetAudioSourceConfigurationOptions, "-tmd:GetAudioSourceConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioSourceConfigurationOptions(soap, soap_tmp___tmd__GetAudioSourceConfigurationOptions.tmd__GetAudioSourceConfigurationOptions, &tmd__GetAudioSourceConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetAudioSourceConfigurationOptionsResponse(soap, &tmd__GetAudioSourceConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioSourceConfigurationOptionsResponse(soap, &tmd__GetAudioSourceConfigurationOptionsResponse, "tmd:GetAudioSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioSourceConfigurationOptionsResponse(soap, &tmd__GetAudioSourceConfigurationOptionsResponse, "tmd:GetAudioSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetAudioOutputConfigurationOptions(struct soap *soap) { struct __tmd__GetAudioOutputConfigurationOptions soap_tmp___tmd__GetAudioOutputConfigurationOptions; struct _tmd__GetAudioOutputConfigurationOptionsResponse tmd__GetAudioOutputConfigurationOptionsResponse; soap_default__tmd__GetAudioOutputConfigurationOptionsResponse(soap, &tmd__GetAudioOutputConfigurationOptionsResponse); soap_default___tmd__GetAudioOutputConfigurationOptions(soap, &soap_tmp___tmd__GetAudioOutputConfigurationOptions); if (!soap_get___tmd__GetAudioOutputConfigurationOptions(soap, &soap_tmp___tmd__GetAudioOutputConfigurationOptions, "-tmd:GetAudioOutputConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetAudioOutputConfigurationOptions(soap, soap_tmp___tmd__GetAudioOutputConfigurationOptions.tmd__GetAudioOutputConfigurationOptions, &tmd__GetAudioOutputConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetAudioOutputConfigurationOptionsResponse(soap, &tmd__GetAudioOutputConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioOutputConfigurationOptionsResponse(soap, &tmd__GetAudioOutputConfigurationOptionsResponse, "tmd:GetAudioOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetAudioOutputConfigurationOptionsResponse(soap, &tmd__GetAudioOutputConfigurationOptionsResponse, "tmd:GetAudioOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetRelayOutputs(struct soap *soap) { struct __tmd__GetRelayOutputs soap_tmp___tmd__GetRelayOutputs; struct _tds__GetRelayOutputsResponse tds__GetRelayOutputsResponse; soap_default__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse); soap_default___tmd__GetRelayOutputs(soap, &soap_tmp___tmd__GetRelayOutputs); if (!soap_get___tmd__GetRelayOutputs(soap, &soap_tmp___tmd__GetRelayOutputs, "-tmd:GetRelayOutputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetRelayOutputs(soap, soap_tmp___tmd__GetRelayOutputs.tds__GetRelayOutputs, &tds__GetRelayOutputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse, "tds:GetRelayOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__GetRelayOutputsResponse(soap, &tds__GetRelayOutputsResponse, "tds:GetRelayOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetRelayOutputSettings(struct soap *soap) { struct __tmd__SetRelayOutputSettings soap_tmp___tmd__SetRelayOutputSettings; struct _tmd__SetRelayOutputSettingsResponse tmd__SetRelayOutputSettingsResponse; soap_default__tmd__SetRelayOutputSettingsResponse(soap, &tmd__SetRelayOutputSettingsResponse); soap_default___tmd__SetRelayOutputSettings(soap, &soap_tmp___tmd__SetRelayOutputSettings); if (!soap_get___tmd__SetRelayOutputSettings(soap, &soap_tmp___tmd__SetRelayOutputSettings, "-tmd:SetRelayOutputSettings", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetRelayOutputSettings(soap, soap_tmp___tmd__SetRelayOutputSettings.tmd__SetRelayOutputSettings, &tmd__SetRelayOutputSettingsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetRelayOutputSettingsResponse(soap, &tmd__SetRelayOutputSettingsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetRelayOutputSettingsResponse(soap, &tmd__SetRelayOutputSettingsResponse, "tmd:SetRelayOutputSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetRelayOutputSettingsResponse(soap, &tmd__SetRelayOutputSettingsResponse, "tmd:SetRelayOutputSettingsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetRelayOutputState(struct soap *soap) { struct __tmd__SetRelayOutputState soap_tmp___tmd__SetRelayOutputState; struct _tds__SetRelayOutputStateResponse tds__SetRelayOutputStateResponse; soap_default__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse); soap_default___tmd__SetRelayOutputState(soap, &soap_tmp___tmd__SetRelayOutputState); if (!soap_get___tmd__SetRelayOutputState(soap, &soap_tmp___tmd__SetRelayOutputState, "-tmd:SetRelayOutputState", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetRelayOutputState(soap, soap_tmp___tmd__SetRelayOutputState.tds__SetRelayOutputState, &tds__SetRelayOutputStateResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse, "tds:SetRelayOutputStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tds__SetRelayOutputStateResponse(soap, &tds__SetRelayOutputStateResponse, "tds:SetRelayOutputStateResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetDigitalInputs(struct soap *soap) { struct __tmd__GetDigitalInputs soap_tmp___tmd__GetDigitalInputs; struct _tmd__GetDigitalInputsResponse tmd__GetDigitalInputsResponse; soap_default__tmd__GetDigitalInputsResponse(soap, &tmd__GetDigitalInputsResponse); soap_default___tmd__GetDigitalInputs(soap, &soap_tmp___tmd__GetDigitalInputs); if (!soap_get___tmd__GetDigitalInputs(soap, &soap_tmp___tmd__GetDigitalInputs, "-tmd:GetDigitalInputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetDigitalInputs(soap, soap_tmp___tmd__GetDigitalInputs.tmd__GetDigitalInputs, &tmd__GetDigitalInputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetDigitalInputsResponse(soap, &tmd__GetDigitalInputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetDigitalInputsResponse(soap, &tmd__GetDigitalInputsResponse, "tmd:GetDigitalInputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetDigitalInputsResponse(soap, &tmd__GetDigitalInputsResponse, "tmd:GetDigitalInputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetDigitalInputConfigurationOptions(struct soap *soap) { struct __tmd__GetDigitalInputConfigurationOptions soap_tmp___tmd__GetDigitalInputConfigurationOptions; struct _tmd__GetDigitalInputConfigurationOptionsResponse tmd__GetDigitalInputConfigurationOptionsResponse; soap_default__tmd__GetDigitalInputConfigurationOptionsResponse(soap, &tmd__GetDigitalInputConfigurationOptionsResponse); soap_default___tmd__GetDigitalInputConfigurationOptions(soap, &soap_tmp___tmd__GetDigitalInputConfigurationOptions); if (!soap_get___tmd__GetDigitalInputConfigurationOptions(soap, &soap_tmp___tmd__GetDigitalInputConfigurationOptions, "-tmd:GetDigitalInputConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetDigitalInputConfigurationOptions(soap, soap_tmp___tmd__GetDigitalInputConfigurationOptions.tmd__GetDigitalInputConfigurationOptions, &tmd__GetDigitalInputConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetDigitalInputConfigurationOptionsResponse(soap, &tmd__GetDigitalInputConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetDigitalInputConfigurationOptionsResponse(soap, &tmd__GetDigitalInputConfigurationOptionsResponse, "tmd:GetDigitalInputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetDigitalInputConfigurationOptionsResponse(soap, &tmd__GetDigitalInputConfigurationOptionsResponse, "tmd:GetDigitalInputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetDigitalInputConfigurations(struct soap *soap) { struct __tmd__SetDigitalInputConfigurations soap_tmp___tmd__SetDigitalInputConfigurations; struct _tmd__SetDigitalInputConfigurationsResponse tmd__SetDigitalInputConfigurationsResponse; soap_default__tmd__SetDigitalInputConfigurationsResponse(soap, &tmd__SetDigitalInputConfigurationsResponse); soap_default___tmd__SetDigitalInputConfigurations(soap, &soap_tmp___tmd__SetDigitalInputConfigurations); if (!soap_get___tmd__SetDigitalInputConfigurations(soap, &soap_tmp___tmd__SetDigitalInputConfigurations, "-tmd:SetDigitalInputConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetDigitalInputConfigurations(soap, soap_tmp___tmd__SetDigitalInputConfigurations.tmd__SetDigitalInputConfigurations, &tmd__SetDigitalInputConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetDigitalInputConfigurationsResponse(soap, &tmd__SetDigitalInputConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetDigitalInputConfigurationsResponse(soap, &tmd__SetDigitalInputConfigurationsResponse, "tmd:SetDigitalInputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetDigitalInputConfigurationsResponse(soap, &tmd__SetDigitalInputConfigurationsResponse, "tmd:SetDigitalInputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPorts(struct soap *soap) { struct __tmd__GetSerialPorts soap_tmp___tmd__GetSerialPorts; struct _tmd__GetSerialPortsResponse tmd__GetSerialPortsResponse; soap_default__tmd__GetSerialPortsResponse(soap, &tmd__GetSerialPortsResponse); soap_default___tmd__GetSerialPorts(soap, &soap_tmp___tmd__GetSerialPorts); if (!soap_get___tmd__GetSerialPorts(soap, &soap_tmp___tmd__GetSerialPorts, "-tmd:GetSerialPorts", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetSerialPorts(soap, soap_tmp___tmd__GetSerialPorts.tmd__GetSerialPorts, &tmd__GetSerialPortsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetSerialPortsResponse(soap, &tmd__GetSerialPortsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortsResponse(soap, &tmd__GetSerialPortsResponse, "tmd:GetSerialPortsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortsResponse(soap, &tmd__GetSerialPortsResponse, "tmd:GetSerialPortsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPortConfiguration(struct soap *soap) { struct __tmd__GetSerialPortConfiguration soap_tmp___tmd__GetSerialPortConfiguration; struct _tmd__GetSerialPortConfigurationResponse tmd__GetSerialPortConfigurationResponse; soap_default__tmd__GetSerialPortConfigurationResponse(soap, &tmd__GetSerialPortConfigurationResponse); soap_default___tmd__GetSerialPortConfiguration(soap, &soap_tmp___tmd__GetSerialPortConfiguration); if (!soap_get___tmd__GetSerialPortConfiguration(soap, &soap_tmp___tmd__GetSerialPortConfiguration, "-tmd:GetSerialPortConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetSerialPortConfiguration(soap, soap_tmp___tmd__GetSerialPortConfiguration.tmd__GetSerialPortConfiguration, &tmd__GetSerialPortConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetSerialPortConfigurationResponse(soap, &tmd__GetSerialPortConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortConfigurationResponse(soap, &tmd__GetSerialPortConfigurationResponse, "tmd:GetSerialPortConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortConfigurationResponse(soap, &tmd__GetSerialPortConfigurationResponse, "tmd:GetSerialPortConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SetSerialPortConfiguration(struct soap *soap) { struct __tmd__SetSerialPortConfiguration soap_tmp___tmd__SetSerialPortConfiguration; struct _tmd__SetSerialPortConfigurationResponse tmd__SetSerialPortConfigurationResponse; soap_default__tmd__SetSerialPortConfigurationResponse(soap, &tmd__SetSerialPortConfigurationResponse); soap_default___tmd__SetSerialPortConfiguration(soap, &soap_tmp___tmd__SetSerialPortConfiguration); if (!soap_get___tmd__SetSerialPortConfiguration(soap, &soap_tmp___tmd__SetSerialPortConfiguration, "-tmd:SetSerialPortConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SetSerialPortConfiguration(soap, soap_tmp___tmd__SetSerialPortConfiguration.tmd__SetSerialPortConfiguration, &tmd__SetSerialPortConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SetSerialPortConfigurationResponse(soap, &tmd__SetSerialPortConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetSerialPortConfigurationResponse(soap, &tmd__SetSerialPortConfigurationResponse, "tmd:SetSerialPortConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SetSerialPortConfigurationResponse(soap, &tmd__SetSerialPortConfigurationResponse, "tmd:SetSerialPortConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__GetSerialPortConfigurationOptions(struct soap *soap) { struct __tmd__GetSerialPortConfigurationOptions soap_tmp___tmd__GetSerialPortConfigurationOptions; struct _tmd__GetSerialPortConfigurationOptionsResponse tmd__GetSerialPortConfigurationOptionsResponse; soap_default__tmd__GetSerialPortConfigurationOptionsResponse(soap, &tmd__GetSerialPortConfigurationOptionsResponse); soap_default___tmd__GetSerialPortConfigurationOptions(soap, &soap_tmp___tmd__GetSerialPortConfigurationOptions); if (!soap_get___tmd__GetSerialPortConfigurationOptions(soap, &soap_tmp___tmd__GetSerialPortConfigurationOptions, "-tmd:GetSerialPortConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__GetSerialPortConfigurationOptions(soap, soap_tmp___tmd__GetSerialPortConfigurationOptions.tmd__GetSerialPortConfigurationOptions, &tmd__GetSerialPortConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__GetSerialPortConfigurationOptionsResponse(soap, &tmd__GetSerialPortConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortConfigurationOptionsResponse(soap, &tmd__GetSerialPortConfigurationOptionsResponse, "tmd:GetSerialPortConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__GetSerialPortConfigurationOptionsResponse(soap, &tmd__GetSerialPortConfigurationOptionsResponse, "tmd:GetSerialPortConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tmd__SendReceiveSerialCommand(struct soap *soap) { struct __tmd__SendReceiveSerialCommand soap_tmp___tmd__SendReceiveSerialCommand; struct _tmd__SendReceiveSerialCommandResponse tmd__SendReceiveSerialCommandResponse; soap_default__tmd__SendReceiveSerialCommandResponse(soap, &tmd__SendReceiveSerialCommandResponse); soap_default___tmd__SendReceiveSerialCommand(soap, &soap_tmp___tmd__SendReceiveSerialCommand); if (!soap_get___tmd__SendReceiveSerialCommand(soap, &soap_tmp___tmd__SendReceiveSerialCommand, "-tmd:SendReceiveSerialCommand", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tmd__SendReceiveSerialCommand(soap, soap_tmp___tmd__SendReceiveSerialCommand.tmd__SendReceiveSerialCommand, &tmd__SendReceiveSerialCommandResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tmd__SendReceiveSerialCommandResponse(soap, &tmd__SendReceiveSerialCommandResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SendReceiveSerialCommandResponse(soap, &tmd__SendReceiveSerialCommandResponse, "tmd:SendReceiveSerialCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tmd__SendReceiveSerialCommandResponse(soap, &tmd__SendReceiveSerialCommandResponse, "tmd:SendReceiveSerialCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetServiceCapabilities(struct soap *soap) { struct __tptz__GetServiceCapabilities soap_tmp___tptz__GetServiceCapabilities; struct _tptz__GetServiceCapabilitiesResponse tptz__GetServiceCapabilitiesResponse; soap_default__tptz__GetServiceCapabilitiesResponse(soap, &tptz__GetServiceCapabilitiesResponse); soap_default___tptz__GetServiceCapabilities(soap, &soap_tmp___tptz__GetServiceCapabilities); if (!soap_get___tptz__GetServiceCapabilities(soap, &soap_tmp___tptz__GetServiceCapabilities, "-tptz:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetServiceCapabilities(soap, soap_tmp___tptz__GetServiceCapabilities.tptz__GetServiceCapabilities, &tptz__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetServiceCapabilitiesResponse(soap, &tptz__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetServiceCapabilitiesResponse(soap, &tptz__GetServiceCapabilitiesResponse, "tptz:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetServiceCapabilitiesResponse(soap, &tptz__GetServiceCapabilitiesResponse, "tptz:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfigurations(struct soap *soap) { struct __tptz__GetConfigurations soap_tmp___tptz__GetConfigurations; struct _tptz__GetConfigurationsResponse tptz__GetConfigurationsResponse; soap_default__tptz__GetConfigurationsResponse(soap, &tptz__GetConfigurationsResponse); soap_default___tptz__GetConfigurations(soap, &soap_tmp___tptz__GetConfigurations); if (!soap_get___tptz__GetConfigurations(soap, &soap_tmp___tptz__GetConfigurations, "-tptz:GetConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetConfigurations(soap, soap_tmp___tptz__GetConfigurations.tptz__GetConfigurations, &tptz__GetConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetConfigurationsResponse(soap, &tptz__GetConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationsResponse(soap, &tptz__GetConfigurationsResponse, "tptz:GetConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationsResponse(soap, &tptz__GetConfigurationsResponse, "tptz:GetConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresets(struct soap *soap) { struct __tptz__GetPresets soap_tmp___tptz__GetPresets; struct _tptz__GetPresetsResponse tptz__GetPresetsResponse; soap_default__tptz__GetPresetsResponse(soap, &tptz__GetPresetsResponse); soap_default___tptz__GetPresets(soap, &soap_tmp___tptz__GetPresets); if (!soap_get___tptz__GetPresets(soap, &soap_tmp___tptz__GetPresets, "-tptz:GetPresets", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetPresets(soap, soap_tmp___tptz__GetPresets.tptz__GetPresets, &tptz__GetPresetsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetPresetsResponse(soap, &tptz__GetPresetsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetsResponse(soap, &tptz__GetPresetsResponse, "tptz:GetPresetsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetsResponse(soap, &tptz__GetPresetsResponse, "tptz:GetPresetsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetPreset(struct soap *soap) { struct __tptz__SetPreset soap_tmp___tptz__SetPreset; struct _tptz__SetPresetResponse tptz__SetPresetResponse; soap_default__tptz__SetPresetResponse(soap, &tptz__SetPresetResponse); soap_default___tptz__SetPreset(soap, &soap_tmp___tptz__SetPreset); if (!soap_get___tptz__SetPreset(soap, &soap_tmp___tptz__SetPreset, "-tptz:SetPreset", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__SetPreset(soap, soap_tmp___tptz__SetPreset.tptz__SetPreset, &tptz__SetPresetResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__SetPresetResponse(soap, &tptz__SetPresetResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetPresetResponse(soap, &tptz__SetPresetResponse, "tptz:SetPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetPresetResponse(soap, &tptz__SetPresetResponse, "tptz:SetPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RemovePreset(struct soap *soap) { struct __tptz__RemovePreset soap_tmp___tptz__RemovePreset; struct _tptz__RemovePresetResponse tptz__RemovePresetResponse; soap_default__tptz__RemovePresetResponse(soap, &tptz__RemovePresetResponse); soap_default___tptz__RemovePreset(soap, &soap_tmp___tptz__RemovePreset); if (!soap_get___tptz__RemovePreset(soap, &soap_tmp___tptz__RemovePreset, "-tptz:RemovePreset", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__RemovePreset(soap, soap_tmp___tptz__RemovePreset.tptz__RemovePreset, &tptz__RemovePresetResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__RemovePresetResponse(soap, &tptz__RemovePresetResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RemovePresetResponse(soap, &tptz__RemovePresetResponse, "tptz:RemovePresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RemovePresetResponse(soap, &tptz__RemovePresetResponse, "tptz:RemovePresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GotoPreset(struct soap *soap) { struct __tptz__GotoPreset soap_tmp___tptz__GotoPreset; struct _tptz__GotoPresetResponse tptz__GotoPresetResponse; soap_default__tptz__GotoPresetResponse(soap, &tptz__GotoPresetResponse); soap_default___tptz__GotoPreset(soap, &soap_tmp___tptz__GotoPreset); if (!soap_get___tptz__GotoPreset(soap, &soap_tmp___tptz__GotoPreset, "-tptz:GotoPreset", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GotoPreset(soap, soap_tmp___tptz__GotoPreset.tptz__GotoPreset, &tptz__GotoPresetResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GotoPresetResponse(soap, &tptz__GotoPresetResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GotoPresetResponse(soap, &tptz__GotoPresetResponse, "tptz:GotoPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GotoPresetResponse(soap, &tptz__GotoPresetResponse, "tptz:GotoPresetResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetStatus(struct soap *soap) { struct __tptz__GetStatus soap_tmp___tptz__GetStatus; struct _tptz__GetStatusResponse tptz__GetStatusResponse; soap_default__tptz__GetStatusResponse(soap, &tptz__GetStatusResponse); soap_default___tptz__GetStatus(soap, &soap_tmp___tptz__GetStatus); if (!soap_get___tptz__GetStatus(soap, &soap_tmp___tptz__GetStatus, "-tptz:GetStatus", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetStatus(soap, soap_tmp___tptz__GetStatus.tptz__GetStatus, &tptz__GetStatusResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetStatusResponse(soap, &tptz__GetStatusResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetStatusResponse(soap, &tptz__GetStatusResponse, "tptz:GetStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetStatusResponse(soap, &tptz__GetStatusResponse, "tptz:GetStatusResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfiguration(struct soap *soap) { struct __tptz__GetConfiguration soap_tmp___tptz__GetConfiguration; struct _tptz__GetConfigurationResponse tptz__GetConfigurationResponse; soap_default__tptz__GetConfigurationResponse(soap, &tptz__GetConfigurationResponse); soap_default___tptz__GetConfiguration(soap, &soap_tmp___tptz__GetConfiguration); if (!soap_get___tptz__GetConfiguration(soap, &soap_tmp___tptz__GetConfiguration, "-tptz:GetConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetConfiguration(soap, soap_tmp___tptz__GetConfiguration.tptz__GetConfiguration, &tptz__GetConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetConfigurationResponse(soap, &tptz__GetConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationResponse(soap, &tptz__GetConfigurationResponse, "tptz:GetConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationResponse(soap, &tptz__GetConfigurationResponse, "tptz:GetConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetNodes(struct soap *soap) { struct __tptz__GetNodes soap_tmp___tptz__GetNodes; struct _tptz__GetNodesResponse tptz__GetNodesResponse; soap_default__tptz__GetNodesResponse(soap, &tptz__GetNodesResponse); soap_default___tptz__GetNodes(soap, &soap_tmp___tptz__GetNodes); if (!soap_get___tptz__GetNodes(soap, &soap_tmp___tptz__GetNodes, "-tptz:GetNodes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetNodes(soap, soap_tmp___tptz__GetNodes.tptz__GetNodes, &tptz__GetNodesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetNodesResponse(soap, &tptz__GetNodesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetNodesResponse(soap, &tptz__GetNodesResponse, "tptz:GetNodesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetNodesResponse(soap, &tptz__GetNodesResponse, "tptz:GetNodesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetNode(struct soap *soap) { struct __tptz__GetNode soap_tmp___tptz__GetNode; struct _tptz__GetNodeResponse tptz__GetNodeResponse; soap_default__tptz__GetNodeResponse(soap, &tptz__GetNodeResponse); soap_default___tptz__GetNode(soap, &soap_tmp___tptz__GetNode); if (!soap_get___tptz__GetNode(soap, &soap_tmp___tptz__GetNode, "-tptz:GetNode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetNode(soap, soap_tmp___tptz__GetNode.tptz__GetNode, &tptz__GetNodeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetNodeResponse(soap, &tptz__GetNodeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetNodeResponse(soap, &tptz__GetNodeResponse, "tptz:GetNodeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetNodeResponse(soap, &tptz__GetNodeResponse, "tptz:GetNodeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetConfiguration(struct soap *soap) { struct __tptz__SetConfiguration soap_tmp___tptz__SetConfiguration; struct _tptz__SetConfigurationResponse tptz__SetConfigurationResponse; soap_default__tptz__SetConfigurationResponse(soap, &tptz__SetConfigurationResponse); soap_default___tptz__SetConfiguration(soap, &soap_tmp___tptz__SetConfiguration); if (!soap_get___tptz__SetConfiguration(soap, &soap_tmp___tptz__SetConfiguration, "-tptz:SetConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__SetConfiguration(soap, soap_tmp___tptz__SetConfiguration.tptz__SetConfiguration, &tptz__SetConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__SetConfigurationResponse(soap, &tptz__SetConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetConfigurationResponse(soap, &tptz__SetConfigurationResponse, "tptz:SetConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetConfigurationResponse(soap, &tptz__SetConfigurationResponse, "tptz:SetConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetConfigurationOptions(struct soap *soap) { struct __tptz__GetConfigurationOptions soap_tmp___tptz__GetConfigurationOptions; struct _tptz__GetConfigurationOptionsResponse tptz__GetConfigurationOptionsResponse; soap_default__tptz__GetConfigurationOptionsResponse(soap, &tptz__GetConfigurationOptionsResponse); soap_default___tptz__GetConfigurationOptions(soap, &soap_tmp___tptz__GetConfigurationOptions); if (!soap_get___tptz__GetConfigurationOptions(soap, &soap_tmp___tptz__GetConfigurationOptions, "-tptz:GetConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetConfigurationOptions(soap, soap_tmp___tptz__GetConfigurationOptions.tptz__GetConfigurationOptions, &tptz__GetConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetConfigurationOptionsResponse(soap, &tptz__GetConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationOptionsResponse(soap, &tptz__GetConfigurationOptionsResponse, "tptz:GetConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetConfigurationOptionsResponse(soap, &tptz__GetConfigurationOptionsResponse, "tptz:GetConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GotoHomePosition(struct soap *soap) { struct __tptz__GotoHomePosition soap_tmp___tptz__GotoHomePosition; struct _tptz__GotoHomePositionResponse tptz__GotoHomePositionResponse; soap_default__tptz__GotoHomePositionResponse(soap, &tptz__GotoHomePositionResponse); soap_default___tptz__GotoHomePosition(soap, &soap_tmp___tptz__GotoHomePosition); if (!soap_get___tptz__GotoHomePosition(soap, &soap_tmp___tptz__GotoHomePosition, "-tptz:GotoHomePosition", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GotoHomePosition(soap, soap_tmp___tptz__GotoHomePosition.tptz__GotoHomePosition, &tptz__GotoHomePositionResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GotoHomePositionResponse(soap, &tptz__GotoHomePositionResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GotoHomePositionResponse(soap, &tptz__GotoHomePositionResponse, "tptz:GotoHomePositionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GotoHomePositionResponse(soap, &tptz__GotoHomePositionResponse, "tptz:GotoHomePositionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SetHomePosition(struct soap *soap) { struct __tptz__SetHomePosition soap_tmp___tptz__SetHomePosition; struct _tptz__SetHomePositionResponse tptz__SetHomePositionResponse; soap_default__tptz__SetHomePositionResponse(soap, &tptz__SetHomePositionResponse); soap_default___tptz__SetHomePosition(soap, &soap_tmp___tptz__SetHomePosition); if (!soap_get___tptz__SetHomePosition(soap, &soap_tmp___tptz__SetHomePosition, "-tptz:SetHomePosition", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__SetHomePosition(soap, soap_tmp___tptz__SetHomePosition.tptz__SetHomePosition, &tptz__SetHomePositionResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__SetHomePositionResponse(soap, &tptz__SetHomePositionResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetHomePositionResponse(soap, &tptz__SetHomePositionResponse, "tptz:SetHomePositionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SetHomePositionResponse(soap, &tptz__SetHomePositionResponse, "tptz:SetHomePositionResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__ContinuousMove(struct soap *soap) { struct __tptz__ContinuousMove soap_tmp___tptz__ContinuousMove; struct _tptz__ContinuousMoveResponse tptz__ContinuousMoveResponse; soap_default__tptz__ContinuousMoveResponse(soap, &tptz__ContinuousMoveResponse); soap_default___tptz__ContinuousMove(soap, &soap_tmp___tptz__ContinuousMove); if (!soap_get___tptz__ContinuousMove(soap, &soap_tmp___tptz__ContinuousMove, "-tptz:ContinuousMove", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__ContinuousMove(soap, soap_tmp___tptz__ContinuousMove.tptz__ContinuousMove, &tptz__ContinuousMoveResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__ContinuousMoveResponse(soap, &tptz__ContinuousMoveResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__ContinuousMoveResponse(soap, &tptz__ContinuousMoveResponse, "tptz:ContinuousMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__ContinuousMoveResponse(soap, &tptz__ContinuousMoveResponse, "tptz:ContinuousMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RelativeMove(struct soap *soap) { struct __tptz__RelativeMove soap_tmp___tptz__RelativeMove; struct _tptz__RelativeMoveResponse tptz__RelativeMoveResponse; soap_default__tptz__RelativeMoveResponse(soap, &tptz__RelativeMoveResponse); soap_default___tptz__RelativeMove(soap, &soap_tmp___tptz__RelativeMove); if (!soap_get___tptz__RelativeMove(soap, &soap_tmp___tptz__RelativeMove, "-tptz:RelativeMove", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__RelativeMove(soap, soap_tmp___tptz__RelativeMove.tptz__RelativeMove, &tptz__RelativeMoveResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__RelativeMoveResponse(soap, &tptz__RelativeMoveResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RelativeMoveResponse(soap, &tptz__RelativeMoveResponse, "tptz:RelativeMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RelativeMoveResponse(soap, &tptz__RelativeMoveResponse, "tptz:RelativeMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__SendAuxiliaryCommand(struct soap *soap) { struct __tptz__SendAuxiliaryCommand soap_tmp___tptz__SendAuxiliaryCommand; struct _tptz__SendAuxiliaryCommandResponse tptz__SendAuxiliaryCommandResponse; soap_default__tptz__SendAuxiliaryCommandResponse(soap, &tptz__SendAuxiliaryCommandResponse); soap_default___tptz__SendAuxiliaryCommand(soap, &soap_tmp___tptz__SendAuxiliaryCommand); if (!soap_get___tptz__SendAuxiliaryCommand(soap, &soap_tmp___tptz__SendAuxiliaryCommand, "-tptz:SendAuxiliaryCommand", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__SendAuxiliaryCommand(soap, soap_tmp___tptz__SendAuxiliaryCommand.tptz__SendAuxiliaryCommand, &tptz__SendAuxiliaryCommandResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__SendAuxiliaryCommandResponse(soap, &tptz__SendAuxiliaryCommandResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SendAuxiliaryCommandResponse(soap, &tptz__SendAuxiliaryCommandResponse, "tptz:SendAuxiliaryCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__SendAuxiliaryCommandResponse(soap, &tptz__SendAuxiliaryCommandResponse, "tptz:SendAuxiliaryCommandResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__AbsoluteMove(struct soap *soap) { struct __tptz__AbsoluteMove soap_tmp___tptz__AbsoluteMove; struct _tptz__AbsoluteMoveResponse tptz__AbsoluteMoveResponse; soap_default__tptz__AbsoluteMoveResponse(soap, &tptz__AbsoluteMoveResponse); soap_default___tptz__AbsoluteMove(soap, &soap_tmp___tptz__AbsoluteMove); if (!soap_get___tptz__AbsoluteMove(soap, &soap_tmp___tptz__AbsoluteMove, "-tptz:AbsoluteMove", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__AbsoluteMove(soap, soap_tmp___tptz__AbsoluteMove.tptz__AbsoluteMove, &tptz__AbsoluteMoveResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__AbsoluteMoveResponse(soap, &tptz__AbsoluteMoveResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__AbsoluteMoveResponse(soap, &tptz__AbsoluteMoveResponse, "tptz:AbsoluteMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__AbsoluteMoveResponse(soap, &tptz__AbsoluteMoveResponse, "tptz:AbsoluteMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GeoMove(struct soap *soap) { struct __tptz__GeoMove soap_tmp___tptz__GeoMove; struct _tptz__GeoMoveResponse tptz__GeoMoveResponse; soap_default__tptz__GeoMoveResponse(soap, &tptz__GeoMoveResponse); soap_default___tptz__GeoMove(soap, &soap_tmp___tptz__GeoMove); if (!soap_get___tptz__GeoMove(soap, &soap_tmp___tptz__GeoMove, "-tptz:GeoMove", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GeoMove(soap, soap_tmp___tptz__GeoMove.tptz__GeoMove, &tptz__GeoMoveResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GeoMoveResponse(soap, &tptz__GeoMoveResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GeoMoveResponse(soap, &tptz__GeoMoveResponse, "tptz:GeoMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GeoMoveResponse(soap, &tptz__GeoMoveResponse, "tptz:GeoMoveResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__Stop(struct soap *soap) { struct __tptz__Stop soap_tmp___tptz__Stop; struct _tptz__StopResponse tptz__StopResponse; soap_default__tptz__StopResponse(soap, &tptz__StopResponse); soap_default___tptz__Stop(soap, &soap_tmp___tptz__Stop); if (!soap_get___tptz__Stop(soap, &soap_tmp___tptz__Stop, "-tptz:Stop", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__Stop(soap, soap_tmp___tptz__Stop.tptz__Stop, &tptz__StopResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__StopResponse(soap, &tptz__StopResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__StopResponse(soap, &tptz__StopResponse, "tptz:StopResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__StopResponse(soap, &tptz__StopResponse, "tptz:StopResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTours(struct soap *soap) { struct __tptz__GetPresetTours soap_tmp___tptz__GetPresetTours; struct _tptz__GetPresetToursResponse tptz__GetPresetToursResponse; soap_default__tptz__GetPresetToursResponse(soap, &tptz__GetPresetToursResponse); soap_default___tptz__GetPresetTours(soap, &soap_tmp___tptz__GetPresetTours); if (!soap_get___tptz__GetPresetTours(soap, &soap_tmp___tptz__GetPresetTours, "-tptz:GetPresetTours", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetPresetTours(soap, soap_tmp___tptz__GetPresetTours.tptz__GetPresetTours, &tptz__GetPresetToursResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetPresetToursResponse(soap, &tptz__GetPresetToursResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetToursResponse(soap, &tptz__GetPresetToursResponse, "tptz:GetPresetToursResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetToursResponse(soap, &tptz__GetPresetToursResponse, "tptz:GetPresetToursResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTour(struct soap *soap) { struct __tptz__GetPresetTour soap_tmp___tptz__GetPresetTour; struct _tptz__GetPresetTourResponse tptz__GetPresetTourResponse; soap_default__tptz__GetPresetTourResponse(soap, &tptz__GetPresetTourResponse); soap_default___tptz__GetPresetTour(soap, &soap_tmp___tptz__GetPresetTour); if (!soap_get___tptz__GetPresetTour(soap, &soap_tmp___tptz__GetPresetTour, "-tptz:GetPresetTour", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetPresetTour(soap, soap_tmp___tptz__GetPresetTour.tptz__GetPresetTour, &tptz__GetPresetTourResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetPresetTourResponse(soap, &tptz__GetPresetTourResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetTourResponse(soap, &tptz__GetPresetTourResponse, "tptz:GetPresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetTourResponse(soap, &tptz__GetPresetTourResponse, "tptz:GetPresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetPresetTourOptions(struct soap *soap) { struct __tptz__GetPresetTourOptions soap_tmp___tptz__GetPresetTourOptions; struct _tptz__GetPresetTourOptionsResponse tptz__GetPresetTourOptionsResponse; soap_default__tptz__GetPresetTourOptionsResponse(soap, &tptz__GetPresetTourOptionsResponse); soap_default___tptz__GetPresetTourOptions(soap, &soap_tmp___tptz__GetPresetTourOptions); if (!soap_get___tptz__GetPresetTourOptions(soap, &soap_tmp___tptz__GetPresetTourOptions, "-tptz:GetPresetTourOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetPresetTourOptions(soap, soap_tmp___tptz__GetPresetTourOptions.tptz__GetPresetTourOptions, &tptz__GetPresetTourOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetPresetTourOptionsResponse(soap, &tptz__GetPresetTourOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetTourOptionsResponse(soap, &tptz__GetPresetTourOptionsResponse, "tptz:GetPresetTourOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetPresetTourOptionsResponse(soap, &tptz__GetPresetTourOptionsResponse, "tptz:GetPresetTourOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__CreatePresetTour(struct soap *soap) { struct __tptz__CreatePresetTour soap_tmp___tptz__CreatePresetTour; struct _tptz__CreatePresetTourResponse tptz__CreatePresetTourResponse; soap_default__tptz__CreatePresetTourResponse(soap, &tptz__CreatePresetTourResponse); soap_default___tptz__CreatePresetTour(soap, &soap_tmp___tptz__CreatePresetTour); if (!soap_get___tptz__CreatePresetTour(soap, &soap_tmp___tptz__CreatePresetTour, "-tptz:CreatePresetTour", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__CreatePresetTour(soap, soap_tmp___tptz__CreatePresetTour.tptz__CreatePresetTour, &tptz__CreatePresetTourResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__CreatePresetTourResponse(soap, &tptz__CreatePresetTourResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__CreatePresetTourResponse(soap, &tptz__CreatePresetTourResponse, "tptz:CreatePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__CreatePresetTourResponse(soap, &tptz__CreatePresetTourResponse, "tptz:CreatePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__ModifyPresetTour(struct soap *soap) { struct __tptz__ModifyPresetTour soap_tmp___tptz__ModifyPresetTour; struct _tptz__ModifyPresetTourResponse tptz__ModifyPresetTourResponse; soap_default__tptz__ModifyPresetTourResponse(soap, &tptz__ModifyPresetTourResponse); soap_default___tptz__ModifyPresetTour(soap, &soap_tmp___tptz__ModifyPresetTour); if (!soap_get___tptz__ModifyPresetTour(soap, &soap_tmp___tptz__ModifyPresetTour, "-tptz:ModifyPresetTour", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__ModifyPresetTour(soap, soap_tmp___tptz__ModifyPresetTour.tptz__ModifyPresetTour, &tptz__ModifyPresetTourResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__ModifyPresetTourResponse(soap, &tptz__ModifyPresetTourResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__ModifyPresetTourResponse(soap, &tptz__ModifyPresetTourResponse, "tptz:ModifyPresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__ModifyPresetTourResponse(soap, &tptz__ModifyPresetTourResponse, "tptz:ModifyPresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__OperatePresetTour(struct soap *soap) { struct __tptz__OperatePresetTour soap_tmp___tptz__OperatePresetTour; struct _tptz__OperatePresetTourResponse tptz__OperatePresetTourResponse; soap_default__tptz__OperatePresetTourResponse(soap, &tptz__OperatePresetTourResponse); soap_default___tptz__OperatePresetTour(soap, &soap_tmp___tptz__OperatePresetTour); if (!soap_get___tptz__OperatePresetTour(soap, &soap_tmp___tptz__OperatePresetTour, "-tptz:OperatePresetTour", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__OperatePresetTour(soap, soap_tmp___tptz__OperatePresetTour.tptz__OperatePresetTour, &tptz__OperatePresetTourResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__OperatePresetTourResponse(soap, &tptz__OperatePresetTourResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__OperatePresetTourResponse(soap, &tptz__OperatePresetTourResponse, "tptz:OperatePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__OperatePresetTourResponse(soap, &tptz__OperatePresetTourResponse, "tptz:OperatePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__RemovePresetTour(struct soap *soap) { struct __tptz__RemovePresetTour soap_tmp___tptz__RemovePresetTour; struct _tptz__RemovePresetTourResponse tptz__RemovePresetTourResponse; soap_default__tptz__RemovePresetTourResponse(soap, &tptz__RemovePresetTourResponse); soap_default___tptz__RemovePresetTour(soap, &soap_tmp___tptz__RemovePresetTour); if (!soap_get___tptz__RemovePresetTour(soap, &soap_tmp___tptz__RemovePresetTour, "-tptz:RemovePresetTour", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__RemovePresetTour(soap, soap_tmp___tptz__RemovePresetTour.tptz__RemovePresetTour, &tptz__RemovePresetTourResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__RemovePresetTourResponse(soap, &tptz__RemovePresetTourResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RemovePresetTourResponse(soap, &tptz__RemovePresetTourResponse, "tptz:RemovePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__RemovePresetTourResponse(soap, &tptz__RemovePresetTourResponse, "tptz:RemovePresetTourResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__GetCompatibleConfigurations(struct soap *soap) { struct __tptz__GetCompatibleConfigurations soap_tmp___tptz__GetCompatibleConfigurations; struct _tptz__GetCompatibleConfigurationsResponse tptz__GetCompatibleConfigurationsResponse; soap_default__tptz__GetCompatibleConfigurationsResponse(soap, &tptz__GetCompatibleConfigurationsResponse); soap_default___tptz__GetCompatibleConfigurations(soap, &soap_tmp___tptz__GetCompatibleConfigurations); if (!soap_get___tptz__GetCompatibleConfigurations(soap, &soap_tmp___tptz__GetCompatibleConfigurations, "-tptz:GetCompatibleConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__GetCompatibleConfigurations(soap, soap_tmp___tptz__GetCompatibleConfigurations.tptz__GetCompatibleConfigurations, &tptz__GetCompatibleConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__GetCompatibleConfigurationsResponse(soap, &tptz__GetCompatibleConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetCompatibleConfigurationsResponse(soap, &tptz__GetCompatibleConfigurationsResponse, "tptz:GetCompatibleConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__GetCompatibleConfigurationsResponse(soap, &tptz__GetCompatibleConfigurationsResponse, "tptz:GetCompatibleConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___tptz__MoveAndStartTracking(struct soap *soap) { struct __tptz__MoveAndStartTracking soap_tmp___tptz__MoveAndStartTracking; struct _tptz__MoveAndStartTrackingResponse tptz__MoveAndStartTrackingResponse; soap_default__tptz__MoveAndStartTrackingResponse(soap, &tptz__MoveAndStartTrackingResponse); soap_default___tptz__MoveAndStartTracking(soap, &soap_tmp___tptz__MoveAndStartTracking); if (!soap_get___tptz__MoveAndStartTracking(soap, &soap_tmp___tptz__MoveAndStartTracking, "-tptz:MoveAndStartTracking", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __tptz__MoveAndStartTracking(soap, soap_tmp___tptz__MoveAndStartTracking.tptz__MoveAndStartTracking, &tptz__MoveAndStartTrackingResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__tptz__MoveAndStartTrackingResponse(soap, &tptz__MoveAndStartTrackingResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__MoveAndStartTrackingResponse(soap, &tptz__MoveAndStartTrackingResponse, "tptz:MoveAndStartTrackingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__tptz__MoveAndStartTrackingResponse(soap, &tptz__MoveAndStartTrackingResponse, "tptz:MoveAndStartTrackingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetServiceCapabilities(struct soap *soap) { struct __trt__GetServiceCapabilities soap_tmp___trt__GetServiceCapabilities; struct _trt__GetServiceCapabilitiesResponse trt__GetServiceCapabilitiesResponse; soap_default__trt__GetServiceCapabilitiesResponse(soap, &trt__GetServiceCapabilitiesResponse); soap_default___trt__GetServiceCapabilities(soap, &soap_tmp___trt__GetServiceCapabilities); if (!soap_get___trt__GetServiceCapabilities(soap, &soap_tmp___trt__GetServiceCapabilities, "-trt:GetServiceCapabilities", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetServiceCapabilities(soap, soap_tmp___trt__GetServiceCapabilities.trt__GetServiceCapabilities, &trt__GetServiceCapabilitiesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetServiceCapabilitiesResponse(soap, &trt__GetServiceCapabilitiesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetServiceCapabilitiesResponse(soap, &trt__GetServiceCapabilitiesResponse, "trt:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetServiceCapabilitiesResponse(soap, &trt__GetServiceCapabilitiesResponse, "trt:GetServiceCapabilitiesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSources(struct soap *soap) { struct __trt__GetVideoSources soap_tmp___trt__GetVideoSources; struct _trt__GetVideoSourcesResponse trt__GetVideoSourcesResponse; soap_default__trt__GetVideoSourcesResponse(soap, &trt__GetVideoSourcesResponse); soap_default___trt__GetVideoSources(soap, &soap_tmp___trt__GetVideoSources); if (!soap_get___trt__GetVideoSources(soap, &soap_tmp___trt__GetVideoSources, "-trt:GetVideoSources", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoSources(soap, soap_tmp___trt__GetVideoSources.trt__GetVideoSources, &trt__GetVideoSourcesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoSourcesResponse(soap, &trt__GetVideoSourcesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourcesResponse(soap, &trt__GetVideoSourcesResponse, "trt:GetVideoSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourcesResponse(soap, &trt__GetVideoSourcesResponse, "trt:GetVideoSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSources(struct soap *soap) { struct __trt__GetAudioSources soap_tmp___trt__GetAudioSources; struct _trt__GetAudioSourcesResponse trt__GetAudioSourcesResponse; soap_default__trt__GetAudioSourcesResponse(soap, &trt__GetAudioSourcesResponse); soap_default___trt__GetAudioSources(soap, &soap_tmp___trt__GetAudioSources); if (!soap_get___trt__GetAudioSources(soap, &soap_tmp___trt__GetAudioSources, "-trt:GetAudioSources", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioSources(soap, soap_tmp___trt__GetAudioSources.trt__GetAudioSources, &trt__GetAudioSourcesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioSourcesResponse(soap, &trt__GetAudioSourcesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourcesResponse(soap, &trt__GetAudioSourcesResponse, "trt:GetAudioSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourcesResponse(soap, &trt__GetAudioSourcesResponse, "trt:GetAudioSourcesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputs(struct soap *soap) { struct __trt__GetAudioOutputs soap_tmp___trt__GetAudioOutputs; struct _trt__GetAudioOutputsResponse trt__GetAudioOutputsResponse; soap_default__trt__GetAudioOutputsResponse(soap, &trt__GetAudioOutputsResponse); soap_default___trt__GetAudioOutputs(soap, &soap_tmp___trt__GetAudioOutputs); if (!soap_get___trt__GetAudioOutputs(soap, &soap_tmp___trt__GetAudioOutputs, "-trt:GetAudioOutputs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioOutputs(soap, soap_tmp___trt__GetAudioOutputs.trt__GetAudioOutputs, &trt__GetAudioOutputsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioOutputsResponse(soap, &trt__GetAudioOutputsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputsResponse(soap, &trt__GetAudioOutputsResponse, "trt:GetAudioOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputsResponse(soap, &trt__GetAudioOutputsResponse, "trt:GetAudioOutputsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateProfile(struct soap *soap) { struct __trt__CreateProfile soap_tmp___trt__CreateProfile; struct _trt__CreateProfileResponse trt__CreateProfileResponse; soap_default__trt__CreateProfileResponse(soap, &trt__CreateProfileResponse); soap_default___trt__CreateProfile(soap, &soap_tmp___trt__CreateProfile); if (!soap_get___trt__CreateProfile(soap, &soap_tmp___trt__CreateProfile, "-trt:CreateProfile", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__CreateProfile(soap, soap_tmp___trt__CreateProfile.trt__CreateProfile, &trt__CreateProfileResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__CreateProfileResponse(soap, &trt__CreateProfileResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__CreateProfileResponse(soap, &trt__CreateProfileResponse, "trt:CreateProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__CreateProfileResponse(soap, &trt__CreateProfileResponse, "trt:CreateProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfile(struct soap *soap) { struct __trt__GetProfile soap_tmp___trt__GetProfile; struct _trt__GetProfileResponse trt__GetProfileResponse; soap_default__trt__GetProfileResponse(soap, &trt__GetProfileResponse); soap_default___trt__GetProfile(soap, &soap_tmp___trt__GetProfile); if (!soap_get___trt__GetProfile(soap, &soap_tmp___trt__GetProfile, "-trt:GetProfile", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetProfile(soap, soap_tmp___trt__GetProfile.trt__GetProfile, &trt__GetProfileResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetProfileResponse(soap, &trt__GetProfileResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetProfileResponse(soap, &trt__GetProfileResponse, "trt:GetProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetProfileResponse(soap, &trt__GetProfileResponse, "trt:GetProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetProfiles(struct soap *soap) { struct __trt__GetProfiles soap_tmp___trt__GetProfiles; struct _trt__GetProfilesResponse trt__GetProfilesResponse; soap_default__trt__GetProfilesResponse(soap, &trt__GetProfilesResponse); soap_default___trt__GetProfiles(soap, &soap_tmp___trt__GetProfiles); if (!soap_get___trt__GetProfiles(soap, &soap_tmp___trt__GetProfiles, "-trt:GetProfiles", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetProfiles(soap, soap_tmp___trt__GetProfiles.trt__GetProfiles, &trt__GetProfilesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetProfilesResponse(soap, &trt__GetProfilesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetProfilesResponse(soap, &trt__GetProfilesResponse, "trt:GetProfilesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetProfilesResponse(soap, &trt__GetProfilesResponse, "trt:GetProfilesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoEncoderConfiguration(struct soap *soap) { struct __trt__AddVideoEncoderConfiguration soap_tmp___trt__AddVideoEncoderConfiguration; struct _trt__AddVideoEncoderConfigurationResponse trt__AddVideoEncoderConfigurationResponse; soap_default__trt__AddVideoEncoderConfigurationResponse(soap, &trt__AddVideoEncoderConfigurationResponse); soap_default___trt__AddVideoEncoderConfiguration(soap, &soap_tmp___trt__AddVideoEncoderConfiguration); if (!soap_get___trt__AddVideoEncoderConfiguration(soap, &soap_tmp___trt__AddVideoEncoderConfiguration, "-trt:AddVideoEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddVideoEncoderConfiguration(soap, soap_tmp___trt__AddVideoEncoderConfiguration.trt__AddVideoEncoderConfiguration, &trt__AddVideoEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddVideoEncoderConfigurationResponse(soap, &trt__AddVideoEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoEncoderConfigurationResponse(soap, &trt__AddVideoEncoderConfigurationResponse, "trt:AddVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoEncoderConfigurationResponse(soap, &trt__AddVideoEncoderConfigurationResponse, "trt:AddVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoSourceConfiguration(struct soap *soap) { struct __trt__AddVideoSourceConfiguration soap_tmp___trt__AddVideoSourceConfiguration; struct _trt__AddVideoSourceConfigurationResponse trt__AddVideoSourceConfigurationResponse; soap_default__trt__AddVideoSourceConfigurationResponse(soap, &trt__AddVideoSourceConfigurationResponse); soap_default___trt__AddVideoSourceConfiguration(soap, &soap_tmp___trt__AddVideoSourceConfiguration); if (!soap_get___trt__AddVideoSourceConfiguration(soap, &soap_tmp___trt__AddVideoSourceConfiguration, "-trt:AddVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddVideoSourceConfiguration(soap, soap_tmp___trt__AddVideoSourceConfiguration.trt__AddVideoSourceConfiguration, &trt__AddVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddVideoSourceConfigurationResponse(soap, &trt__AddVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoSourceConfigurationResponse(soap, &trt__AddVideoSourceConfigurationResponse, "trt:AddVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoSourceConfigurationResponse(soap, &trt__AddVideoSourceConfigurationResponse, "trt:AddVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioEncoderConfiguration(struct soap *soap) { struct __trt__AddAudioEncoderConfiguration soap_tmp___trt__AddAudioEncoderConfiguration; struct _trt__AddAudioEncoderConfigurationResponse trt__AddAudioEncoderConfigurationResponse; soap_default__trt__AddAudioEncoderConfigurationResponse(soap, &trt__AddAudioEncoderConfigurationResponse); soap_default___trt__AddAudioEncoderConfiguration(soap, &soap_tmp___trt__AddAudioEncoderConfiguration); if (!soap_get___trt__AddAudioEncoderConfiguration(soap, &soap_tmp___trt__AddAudioEncoderConfiguration, "-trt:AddAudioEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddAudioEncoderConfiguration(soap, soap_tmp___trt__AddAudioEncoderConfiguration.trt__AddAudioEncoderConfiguration, &trt__AddAudioEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddAudioEncoderConfigurationResponse(soap, &trt__AddAudioEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioEncoderConfigurationResponse(soap, &trt__AddAudioEncoderConfigurationResponse, "trt:AddAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioEncoderConfigurationResponse(soap, &trt__AddAudioEncoderConfigurationResponse, "trt:AddAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioSourceConfiguration(struct soap *soap) { struct __trt__AddAudioSourceConfiguration soap_tmp___trt__AddAudioSourceConfiguration; struct _trt__AddAudioSourceConfigurationResponse trt__AddAudioSourceConfigurationResponse; soap_default__trt__AddAudioSourceConfigurationResponse(soap, &trt__AddAudioSourceConfigurationResponse); soap_default___trt__AddAudioSourceConfiguration(soap, &soap_tmp___trt__AddAudioSourceConfiguration); if (!soap_get___trt__AddAudioSourceConfiguration(soap, &soap_tmp___trt__AddAudioSourceConfiguration, "-trt:AddAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddAudioSourceConfiguration(soap, soap_tmp___trt__AddAudioSourceConfiguration.trt__AddAudioSourceConfiguration, &trt__AddAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddAudioSourceConfigurationResponse(soap, &trt__AddAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioSourceConfigurationResponse(soap, &trt__AddAudioSourceConfigurationResponse, "trt:AddAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioSourceConfigurationResponse(soap, &trt__AddAudioSourceConfigurationResponse, "trt:AddAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddPTZConfiguration(struct soap *soap) { struct __trt__AddPTZConfiguration soap_tmp___trt__AddPTZConfiguration; struct _trt__AddPTZConfigurationResponse trt__AddPTZConfigurationResponse; soap_default__trt__AddPTZConfigurationResponse(soap, &trt__AddPTZConfigurationResponse); soap_default___trt__AddPTZConfiguration(soap, &soap_tmp___trt__AddPTZConfiguration); if (!soap_get___trt__AddPTZConfiguration(soap, &soap_tmp___trt__AddPTZConfiguration, "-trt:AddPTZConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddPTZConfiguration(soap, soap_tmp___trt__AddPTZConfiguration.trt__AddPTZConfiguration, &trt__AddPTZConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddPTZConfigurationResponse(soap, &trt__AddPTZConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddPTZConfigurationResponse(soap, &trt__AddPTZConfigurationResponse, "trt:AddPTZConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddPTZConfigurationResponse(soap, &trt__AddPTZConfigurationResponse, "trt:AddPTZConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddVideoAnalyticsConfiguration(struct soap *soap) { struct __trt__AddVideoAnalyticsConfiguration soap_tmp___trt__AddVideoAnalyticsConfiguration; struct _trt__AddVideoAnalyticsConfigurationResponse trt__AddVideoAnalyticsConfigurationResponse; soap_default__trt__AddVideoAnalyticsConfigurationResponse(soap, &trt__AddVideoAnalyticsConfigurationResponse); soap_default___trt__AddVideoAnalyticsConfiguration(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration); if (!soap_get___trt__AddVideoAnalyticsConfiguration(soap, &soap_tmp___trt__AddVideoAnalyticsConfiguration, "-trt:AddVideoAnalyticsConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddVideoAnalyticsConfiguration(soap, soap_tmp___trt__AddVideoAnalyticsConfiguration.trt__AddVideoAnalyticsConfiguration, &trt__AddVideoAnalyticsConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddVideoAnalyticsConfigurationResponse(soap, &trt__AddVideoAnalyticsConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoAnalyticsConfigurationResponse(soap, &trt__AddVideoAnalyticsConfigurationResponse, "trt:AddVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddVideoAnalyticsConfigurationResponse(soap, &trt__AddVideoAnalyticsConfigurationResponse, "trt:AddVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddMetadataConfiguration(struct soap *soap) { struct __trt__AddMetadataConfiguration soap_tmp___trt__AddMetadataConfiguration; struct _trt__AddMetadataConfigurationResponse trt__AddMetadataConfigurationResponse; soap_default__trt__AddMetadataConfigurationResponse(soap, &trt__AddMetadataConfigurationResponse); soap_default___trt__AddMetadataConfiguration(soap, &soap_tmp___trt__AddMetadataConfiguration); if (!soap_get___trt__AddMetadataConfiguration(soap, &soap_tmp___trt__AddMetadataConfiguration, "-trt:AddMetadataConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddMetadataConfiguration(soap, soap_tmp___trt__AddMetadataConfiguration.trt__AddMetadataConfiguration, &trt__AddMetadataConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddMetadataConfigurationResponse(soap, &trt__AddMetadataConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddMetadataConfigurationResponse(soap, &trt__AddMetadataConfigurationResponse, "trt:AddMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddMetadataConfigurationResponse(soap, &trt__AddMetadataConfigurationResponse, "trt:AddMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioOutputConfiguration(struct soap *soap) { struct __trt__AddAudioOutputConfiguration soap_tmp___trt__AddAudioOutputConfiguration; struct _trt__AddAudioOutputConfigurationResponse trt__AddAudioOutputConfigurationResponse; soap_default__trt__AddAudioOutputConfigurationResponse(soap, &trt__AddAudioOutputConfigurationResponse); soap_default___trt__AddAudioOutputConfiguration(soap, &soap_tmp___trt__AddAudioOutputConfiguration); if (!soap_get___trt__AddAudioOutputConfiguration(soap, &soap_tmp___trt__AddAudioOutputConfiguration, "-trt:AddAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddAudioOutputConfiguration(soap, soap_tmp___trt__AddAudioOutputConfiguration.trt__AddAudioOutputConfiguration, &trt__AddAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddAudioOutputConfigurationResponse(soap, &trt__AddAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioOutputConfigurationResponse(soap, &trt__AddAudioOutputConfigurationResponse, "trt:AddAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioOutputConfigurationResponse(soap, &trt__AddAudioOutputConfigurationResponse, "trt:AddAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__AddAudioDecoderConfiguration(struct soap *soap) { struct __trt__AddAudioDecoderConfiguration soap_tmp___trt__AddAudioDecoderConfiguration; struct _trt__AddAudioDecoderConfigurationResponse trt__AddAudioDecoderConfigurationResponse; soap_default__trt__AddAudioDecoderConfigurationResponse(soap, &trt__AddAudioDecoderConfigurationResponse); soap_default___trt__AddAudioDecoderConfiguration(soap, &soap_tmp___trt__AddAudioDecoderConfiguration); if (!soap_get___trt__AddAudioDecoderConfiguration(soap, &soap_tmp___trt__AddAudioDecoderConfiguration, "-trt:AddAudioDecoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__AddAudioDecoderConfiguration(soap, soap_tmp___trt__AddAudioDecoderConfiguration.trt__AddAudioDecoderConfiguration, &trt__AddAudioDecoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__AddAudioDecoderConfigurationResponse(soap, &trt__AddAudioDecoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioDecoderConfigurationResponse(soap, &trt__AddAudioDecoderConfigurationResponse, "trt:AddAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__AddAudioDecoderConfigurationResponse(soap, &trt__AddAudioDecoderConfigurationResponse, "trt:AddAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoEncoderConfiguration(struct soap *soap) { struct __trt__RemoveVideoEncoderConfiguration soap_tmp___trt__RemoveVideoEncoderConfiguration; struct _trt__RemoveVideoEncoderConfigurationResponse trt__RemoveVideoEncoderConfigurationResponse; soap_default__trt__RemoveVideoEncoderConfigurationResponse(soap, &trt__RemoveVideoEncoderConfigurationResponse); soap_default___trt__RemoveVideoEncoderConfiguration(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration); if (!soap_get___trt__RemoveVideoEncoderConfiguration(soap, &soap_tmp___trt__RemoveVideoEncoderConfiguration, "-trt:RemoveVideoEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveVideoEncoderConfiguration(soap, soap_tmp___trt__RemoveVideoEncoderConfiguration.trt__RemoveVideoEncoderConfiguration, &trt__RemoveVideoEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveVideoEncoderConfigurationResponse(soap, &trt__RemoveVideoEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoEncoderConfigurationResponse(soap, &trt__RemoveVideoEncoderConfigurationResponse, "trt:RemoveVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoEncoderConfigurationResponse(soap, &trt__RemoveVideoEncoderConfigurationResponse, "trt:RemoveVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoSourceConfiguration(struct soap *soap) { struct __trt__RemoveVideoSourceConfiguration soap_tmp___trt__RemoveVideoSourceConfiguration; struct _trt__RemoveVideoSourceConfigurationResponse trt__RemoveVideoSourceConfigurationResponse; soap_default__trt__RemoveVideoSourceConfigurationResponse(soap, &trt__RemoveVideoSourceConfigurationResponse); soap_default___trt__RemoveVideoSourceConfiguration(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration); if (!soap_get___trt__RemoveVideoSourceConfiguration(soap, &soap_tmp___trt__RemoveVideoSourceConfiguration, "-trt:RemoveVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveVideoSourceConfiguration(soap, soap_tmp___trt__RemoveVideoSourceConfiguration.trt__RemoveVideoSourceConfiguration, &trt__RemoveVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveVideoSourceConfigurationResponse(soap, &trt__RemoveVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoSourceConfigurationResponse(soap, &trt__RemoveVideoSourceConfigurationResponse, "trt:RemoveVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoSourceConfigurationResponse(soap, &trt__RemoveVideoSourceConfigurationResponse, "trt:RemoveVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioEncoderConfiguration(struct soap *soap) { struct __trt__RemoveAudioEncoderConfiguration soap_tmp___trt__RemoveAudioEncoderConfiguration; struct _trt__RemoveAudioEncoderConfigurationResponse trt__RemoveAudioEncoderConfigurationResponse; soap_default__trt__RemoveAudioEncoderConfigurationResponse(soap, &trt__RemoveAudioEncoderConfigurationResponse); soap_default___trt__RemoveAudioEncoderConfiguration(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration); if (!soap_get___trt__RemoveAudioEncoderConfiguration(soap, &soap_tmp___trt__RemoveAudioEncoderConfiguration, "-trt:RemoveAudioEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveAudioEncoderConfiguration(soap, soap_tmp___trt__RemoveAudioEncoderConfiguration.trt__RemoveAudioEncoderConfiguration, &trt__RemoveAudioEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveAudioEncoderConfigurationResponse(soap, &trt__RemoveAudioEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioEncoderConfigurationResponse(soap, &trt__RemoveAudioEncoderConfigurationResponse, "trt:RemoveAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioEncoderConfigurationResponse(soap, &trt__RemoveAudioEncoderConfigurationResponse, "trt:RemoveAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioSourceConfiguration(struct soap *soap) { struct __trt__RemoveAudioSourceConfiguration soap_tmp___trt__RemoveAudioSourceConfiguration; struct _trt__RemoveAudioSourceConfigurationResponse trt__RemoveAudioSourceConfigurationResponse; soap_default__trt__RemoveAudioSourceConfigurationResponse(soap, &trt__RemoveAudioSourceConfigurationResponse); soap_default___trt__RemoveAudioSourceConfiguration(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration); if (!soap_get___trt__RemoveAudioSourceConfiguration(soap, &soap_tmp___trt__RemoveAudioSourceConfiguration, "-trt:RemoveAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveAudioSourceConfiguration(soap, soap_tmp___trt__RemoveAudioSourceConfiguration.trt__RemoveAudioSourceConfiguration, &trt__RemoveAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveAudioSourceConfigurationResponse(soap, &trt__RemoveAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioSourceConfigurationResponse(soap, &trt__RemoveAudioSourceConfigurationResponse, "trt:RemoveAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioSourceConfigurationResponse(soap, &trt__RemoveAudioSourceConfigurationResponse, "trt:RemoveAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemovePTZConfiguration(struct soap *soap) { struct __trt__RemovePTZConfiguration soap_tmp___trt__RemovePTZConfiguration; struct _trt__RemovePTZConfigurationResponse trt__RemovePTZConfigurationResponse; soap_default__trt__RemovePTZConfigurationResponse(soap, &trt__RemovePTZConfigurationResponse); soap_default___trt__RemovePTZConfiguration(soap, &soap_tmp___trt__RemovePTZConfiguration); if (!soap_get___trt__RemovePTZConfiguration(soap, &soap_tmp___trt__RemovePTZConfiguration, "-trt:RemovePTZConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemovePTZConfiguration(soap, soap_tmp___trt__RemovePTZConfiguration.trt__RemovePTZConfiguration, &trt__RemovePTZConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemovePTZConfigurationResponse(soap, &trt__RemovePTZConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemovePTZConfigurationResponse(soap, &trt__RemovePTZConfigurationResponse, "trt:RemovePTZConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemovePTZConfigurationResponse(soap, &trt__RemovePTZConfigurationResponse, "trt:RemovePTZConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveVideoAnalyticsConfiguration(struct soap *soap) { struct __trt__RemoveVideoAnalyticsConfiguration soap_tmp___trt__RemoveVideoAnalyticsConfiguration; struct _trt__RemoveVideoAnalyticsConfigurationResponse trt__RemoveVideoAnalyticsConfigurationResponse; soap_default__trt__RemoveVideoAnalyticsConfigurationResponse(soap, &trt__RemoveVideoAnalyticsConfigurationResponse); soap_default___trt__RemoveVideoAnalyticsConfiguration(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration); if (!soap_get___trt__RemoveVideoAnalyticsConfiguration(soap, &soap_tmp___trt__RemoveVideoAnalyticsConfiguration, "-trt:RemoveVideoAnalyticsConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveVideoAnalyticsConfiguration(soap, soap_tmp___trt__RemoveVideoAnalyticsConfiguration.trt__RemoveVideoAnalyticsConfiguration, &trt__RemoveVideoAnalyticsConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveVideoAnalyticsConfigurationResponse(soap, &trt__RemoveVideoAnalyticsConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoAnalyticsConfigurationResponse(soap, &trt__RemoveVideoAnalyticsConfigurationResponse, "trt:RemoveVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveVideoAnalyticsConfigurationResponse(soap, &trt__RemoveVideoAnalyticsConfigurationResponse, "trt:RemoveVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveMetadataConfiguration(struct soap *soap) { struct __trt__RemoveMetadataConfiguration soap_tmp___trt__RemoveMetadataConfiguration; struct _trt__RemoveMetadataConfigurationResponse trt__RemoveMetadataConfigurationResponse; soap_default__trt__RemoveMetadataConfigurationResponse(soap, &trt__RemoveMetadataConfigurationResponse); soap_default___trt__RemoveMetadataConfiguration(soap, &soap_tmp___trt__RemoveMetadataConfiguration); if (!soap_get___trt__RemoveMetadataConfiguration(soap, &soap_tmp___trt__RemoveMetadataConfiguration, "-trt:RemoveMetadataConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveMetadataConfiguration(soap, soap_tmp___trt__RemoveMetadataConfiguration.trt__RemoveMetadataConfiguration, &trt__RemoveMetadataConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveMetadataConfigurationResponse(soap, &trt__RemoveMetadataConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveMetadataConfigurationResponse(soap, &trt__RemoveMetadataConfigurationResponse, "trt:RemoveMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveMetadataConfigurationResponse(soap, &trt__RemoveMetadataConfigurationResponse, "trt:RemoveMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioOutputConfiguration(struct soap *soap) { struct __trt__RemoveAudioOutputConfiguration soap_tmp___trt__RemoveAudioOutputConfiguration; struct _trt__RemoveAudioOutputConfigurationResponse trt__RemoveAudioOutputConfigurationResponse; soap_default__trt__RemoveAudioOutputConfigurationResponse(soap, &trt__RemoveAudioOutputConfigurationResponse); soap_default___trt__RemoveAudioOutputConfiguration(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration); if (!soap_get___trt__RemoveAudioOutputConfiguration(soap, &soap_tmp___trt__RemoveAudioOutputConfiguration, "-trt:RemoveAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveAudioOutputConfiguration(soap, soap_tmp___trt__RemoveAudioOutputConfiguration.trt__RemoveAudioOutputConfiguration, &trt__RemoveAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveAudioOutputConfigurationResponse(soap, &trt__RemoveAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioOutputConfigurationResponse(soap, &trt__RemoveAudioOutputConfigurationResponse, "trt:RemoveAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioOutputConfigurationResponse(soap, &trt__RemoveAudioOutputConfigurationResponse, "trt:RemoveAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__RemoveAudioDecoderConfiguration(struct soap *soap) { struct __trt__RemoveAudioDecoderConfiguration soap_tmp___trt__RemoveAudioDecoderConfiguration; struct _trt__RemoveAudioDecoderConfigurationResponse trt__RemoveAudioDecoderConfigurationResponse; soap_default__trt__RemoveAudioDecoderConfigurationResponse(soap, &trt__RemoveAudioDecoderConfigurationResponse); soap_default___trt__RemoveAudioDecoderConfiguration(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration); if (!soap_get___trt__RemoveAudioDecoderConfiguration(soap, &soap_tmp___trt__RemoveAudioDecoderConfiguration, "-trt:RemoveAudioDecoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__RemoveAudioDecoderConfiguration(soap, soap_tmp___trt__RemoveAudioDecoderConfiguration.trt__RemoveAudioDecoderConfiguration, &trt__RemoveAudioDecoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__RemoveAudioDecoderConfigurationResponse(soap, &trt__RemoveAudioDecoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioDecoderConfigurationResponse(soap, &trt__RemoveAudioDecoderConfigurationResponse, "trt:RemoveAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__RemoveAudioDecoderConfigurationResponse(soap, &trt__RemoveAudioDecoderConfigurationResponse, "trt:RemoveAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteProfile(struct soap *soap) { struct __trt__DeleteProfile soap_tmp___trt__DeleteProfile; struct _trt__DeleteProfileResponse trt__DeleteProfileResponse; soap_default__trt__DeleteProfileResponse(soap, &trt__DeleteProfileResponse); soap_default___trt__DeleteProfile(soap, &soap_tmp___trt__DeleteProfile); if (!soap_get___trt__DeleteProfile(soap, &soap_tmp___trt__DeleteProfile, "-trt:DeleteProfile", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__DeleteProfile(soap, soap_tmp___trt__DeleteProfile.trt__DeleteProfile, &trt__DeleteProfileResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__DeleteProfileResponse(soap, &trt__DeleteProfileResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__DeleteProfileResponse(soap, &trt__DeleteProfileResponse, "trt:DeleteProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__DeleteProfileResponse(soap, &trt__DeleteProfileResponse, "trt:DeleteProfileResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurations(struct soap *soap) { struct __trt__GetVideoSourceConfigurations soap_tmp___trt__GetVideoSourceConfigurations; struct _trt__GetVideoSourceConfigurationsResponse trt__GetVideoSourceConfigurationsResponse; soap_default__trt__GetVideoSourceConfigurationsResponse(soap, &trt__GetVideoSourceConfigurationsResponse); soap_default___trt__GetVideoSourceConfigurations(soap, &soap_tmp___trt__GetVideoSourceConfigurations); if (!soap_get___trt__GetVideoSourceConfigurations(soap, &soap_tmp___trt__GetVideoSourceConfigurations, "-trt:GetVideoSourceConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoSourceConfigurations(soap, soap_tmp___trt__GetVideoSourceConfigurations.trt__GetVideoSourceConfigurations, &trt__GetVideoSourceConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoSourceConfigurationsResponse(soap, &trt__GetVideoSourceConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationsResponse(soap, &trt__GetVideoSourceConfigurationsResponse, "trt:GetVideoSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationsResponse(soap, &trt__GetVideoSourceConfigurationsResponse, "trt:GetVideoSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurations(struct soap *soap) { struct __trt__GetVideoEncoderConfigurations soap_tmp___trt__GetVideoEncoderConfigurations; struct _trt__GetVideoEncoderConfigurationsResponse trt__GetVideoEncoderConfigurationsResponse; soap_default__trt__GetVideoEncoderConfigurationsResponse(soap, &trt__GetVideoEncoderConfigurationsResponse); soap_default___trt__GetVideoEncoderConfigurations(soap, &soap_tmp___trt__GetVideoEncoderConfigurations); if (!soap_get___trt__GetVideoEncoderConfigurations(soap, &soap_tmp___trt__GetVideoEncoderConfigurations, "-trt:GetVideoEncoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoEncoderConfigurations(soap, soap_tmp___trt__GetVideoEncoderConfigurations.trt__GetVideoEncoderConfigurations, &trt__GetVideoEncoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoEncoderConfigurationsResponse(soap, &trt__GetVideoEncoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationsResponse(soap, &trt__GetVideoEncoderConfigurationsResponse, "trt:GetVideoEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationsResponse(soap, &trt__GetVideoEncoderConfigurationsResponse, "trt:GetVideoEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurations(struct soap *soap) { struct __trt__GetAudioSourceConfigurations soap_tmp___trt__GetAudioSourceConfigurations; struct _trt__GetAudioSourceConfigurationsResponse trt__GetAudioSourceConfigurationsResponse; soap_default__trt__GetAudioSourceConfigurationsResponse(soap, &trt__GetAudioSourceConfigurationsResponse); soap_default___trt__GetAudioSourceConfigurations(soap, &soap_tmp___trt__GetAudioSourceConfigurations); if (!soap_get___trt__GetAudioSourceConfigurations(soap, &soap_tmp___trt__GetAudioSourceConfigurations, "-trt:GetAudioSourceConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioSourceConfigurations(soap, soap_tmp___trt__GetAudioSourceConfigurations.trt__GetAudioSourceConfigurations, &trt__GetAudioSourceConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioSourceConfigurationsResponse(soap, &trt__GetAudioSourceConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationsResponse(soap, &trt__GetAudioSourceConfigurationsResponse, "trt:GetAudioSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationsResponse(soap, &trt__GetAudioSourceConfigurationsResponse, "trt:GetAudioSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurations(struct soap *soap) { struct __trt__GetAudioEncoderConfigurations soap_tmp___trt__GetAudioEncoderConfigurations; struct _trt__GetAudioEncoderConfigurationsResponse trt__GetAudioEncoderConfigurationsResponse; soap_default__trt__GetAudioEncoderConfigurationsResponse(soap, &trt__GetAudioEncoderConfigurationsResponse); soap_default___trt__GetAudioEncoderConfigurations(soap, &soap_tmp___trt__GetAudioEncoderConfigurations); if (!soap_get___trt__GetAudioEncoderConfigurations(soap, &soap_tmp___trt__GetAudioEncoderConfigurations, "-trt:GetAudioEncoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioEncoderConfigurations(soap, soap_tmp___trt__GetAudioEncoderConfigurations.trt__GetAudioEncoderConfigurations, &trt__GetAudioEncoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioEncoderConfigurationsResponse(soap, &trt__GetAudioEncoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationsResponse(soap, &trt__GetAudioEncoderConfigurationsResponse, "trt:GetAudioEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationsResponse(soap, &trt__GetAudioEncoderConfigurationsResponse, "trt:GetAudioEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfigurations(struct soap *soap) { struct __trt__GetVideoAnalyticsConfigurations soap_tmp___trt__GetVideoAnalyticsConfigurations; struct _trt__GetVideoAnalyticsConfigurationsResponse trt__GetVideoAnalyticsConfigurationsResponse; soap_default__trt__GetVideoAnalyticsConfigurationsResponse(soap, &trt__GetVideoAnalyticsConfigurationsResponse); soap_default___trt__GetVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations); if (!soap_get___trt__GetVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetVideoAnalyticsConfigurations, "-trt:GetVideoAnalyticsConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoAnalyticsConfigurations(soap, soap_tmp___trt__GetVideoAnalyticsConfigurations.trt__GetVideoAnalyticsConfigurations, &trt__GetVideoAnalyticsConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoAnalyticsConfigurationsResponse(soap, &trt__GetVideoAnalyticsConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoAnalyticsConfigurationsResponse(soap, &trt__GetVideoAnalyticsConfigurationsResponse, "trt:GetVideoAnalyticsConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoAnalyticsConfigurationsResponse(soap, &trt__GetVideoAnalyticsConfigurationsResponse, "trt:GetVideoAnalyticsConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurations(struct soap *soap) { struct __trt__GetMetadataConfigurations soap_tmp___trt__GetMetadataConfigurations; struct _trt__GetMetadataConfigurationsResponse trt__GetMetadataConfigurationsResponse; soap_default__trt__GetMetadataConfigurationsResponse(soap, &trt__GetMetadataConfigurationsResponse); soap_default___trt__GetMetadataConfigurations(soap, &soap_tmp___trt__GetMetadataConfigurations); if (!soap_get___trt__GetMetadataConfigurations(soap, &soap_tmp___trt__GetMetadataConfigurations, "-trt:GetMetadataConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetMetadataConfigurations(soap, soap_tmp___trt__GetMetadataConfigurations.trt__GetMetadataConfigurations, &trt__GetMetadataConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetMetadataConfigurationsResponse(soap, &trt__GetMetadataConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationsResponse(soap, &trt__GetMetadataConfigurationsResponse, "trt:GetMetadataConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationsResponse(soap, &trt__GetMetadataConfigurationsResponse, "trt:GetMetadataConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurations(struct soap *soap) { struct __trt__GetAudioOutputConfigurations soap_tmp___trt__GetAudioOutputConfigurations; struct _trt__GetAudioOutputConfigurationsResponse trt__GetAudioOutputConfigurationsResponse; soap_default__trt__GetAudioOutputConfigurationsResponse(soap, &trt__GetAudioOutputConfigurationsResponse); soap_default___trt__GetAudioOutputConfigurations(soap, &soap_tmp___trt__GetAudioOutputConfigurations); if (!soap_get___trt__GetAudioOutputConfigurations(soap, &soap_tmp___trt__GetAudioOutputConfigurations, "-trt:GetAudioOutputConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioOutputConfigurations(soap, soap_tmp___trt__GetAudioOutputConfigurations.trt__GetAudioOutputConfigurations, &trt__GetAudioOutputConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioOutputConfigurationsResponse(soap, &trt__GetAudioOutputConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationsResponse(soap, &trt__GetAudioOutputConfigurationsResponse, "trt:GetAudioOutputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationsResponse(soap, &trt__GetAudioOutputConfigurationsResponse, "trt:GetAudioOutputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurations(struct soap *soap) { struct __trt__GetAudioDecoderConfigurations soap_tmp___trt__GetAudioDecoderConfigurations; struct _trt__GetAudioDecoderConfigurationsResponse trt__GetAudioDecoderConfigurationsResponse; soap_default__trt__GetAudioDecoderConfigurationsResponse(soap, &trt__GetAudioDecoderConfigurationsResponse); soap_default___trt__GetAudioDecoderConfigurations(soap, &soap_tmp___trt__GetAudioDecoderConfigurations); if (!soap_get___trt__GetAudioDecoderConfigurations(soap, &soap_tmp___trt__GetAudioDecoderConfigurations, "-trt:GetAudioDecoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioDecoderConfigurations(soap, soap_tmp___trt__GetAudioDecoderConfigurations.trt__GetAudioDecoderConfigurations, &trt__GetAudioDecoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioDecoderConfigurationsResponse(soap, &trt__GetAudioDecoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationsResponse(soap, &trt__GetAudioDecoderConfigurationsResponse, "trt:GetAudioDecoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationsResponse(soap, &trt__GetAudioDecoderConfigurationsResponse, "trt:GetAudioDecoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfiguration(struct soap *soap) { struct __trt__GetVideoSourceConfiguration soap_tmp___trt__GetVideoSourceConfiguration; struct _trt__GetVideoSourceConfigurationResponse trt__GetVideoSourceConfigurationResponse; soap_default__trt__GetVideoSourceConfigurationResponse(soap, &trt__GetVideoSourceConfigurationResponse); soap_default___trt__GetVideoSourceConfiguration(soap, &soap_tmp___trt__GetVideoSourceConfiguration); if (!soap_get___trt__GetVideoSourceConfiguration(soap, &soap_tmp___trt__GetVideoSourceConfiguration, "-trt:GetVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoSourceConfiguration(soap, soap_tmp___trt__GetVideoSourceConfiguration.trt__GetVideoSourceConfiguration, &trt__GetVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoSourceConfigurationResponse(soap, &trt__GetVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationResponse(soap, &trt__GetVideoSourceConfigurationResponse, "trt:GetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationResponse(soap, &trt__GetVideoSourceConfigurationResponse, "trt:GetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfiguration(struct soap *soap) { struct __trt__GetVideoEncoderConfiguration soap_tmp___trt__GetVideoEncoderConfiguration; struct _trt__GetVideoEncoderConfigurationResponse trt__GetVideoEncoderConfigurationResponse; soap_default__trt__GetVideoEncoderConfigurationResponse(soap, &trt__GetVideoEncoderConfigurationResponse); soap_default___trt__GetVideoEncoderConfiguration(soap, &soap_tmp___trt__GetVideoEncoderConfiguration); if (!soap_get___trt__GetVideoEncoderConfiguration(soap, &soap_tmp___trt__GetVideoEncoderConfiguration, "-trt:GetVideoEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoEncoderConfiguration(soap, soap_tmp___trt__GetVideoEncoderConfiguration.trt__GetVideoEncoderConfiguration, &trt__GetVideoEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoEncoderConfigurationResponse(soap, &trt__GetVideoEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationResponse(soap, &trt__GetVideoEncoderConfigurationResponse, "trt:GetVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationResponse(soap, &trt__GetVideoEncoderConfigurationResponse, "trt:GetVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfiguration(struct soap *soap) { struct __trt__GetAudioSourceConfiguration soap_tmp___trt__GetAudioSourceConfiguration; struct _trt__GetAudioSourceConfigurationResponse trt__GetAudioSourceConfigurationResponse; soap_default__trt__GetAudioSourceConfigurationResponse(soap, &trt__GetAudioSourceConfigurationResponse); soap_default___trt__GetAudioSourceConfiguration(soap, &soap_tmp___trt__GetAudioSourceConfiguration); if (!soap_get___trt__GetAudioSourceConfiguration(soap, &soap_tmp___trt__GetAudioSourceConfiguration, "-trt:GetAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioSourceConfiguration(soap, soap_tmp___trt__GetAudioSourceConfiguration.trt__GetAudioSourceConfiguration, &trt__GetAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioSourceConfigurationResponse(soap, &trt__GetAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationResponse(soap, &trt__GetAudioSourceConfigurationResponse, "trt:GetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationResponse(soap, &trt__GetAudioSourceConfigurationResponse, "trt:GetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfiguration(struct soap *soap) { struct __trt__GetAudioEncoderConfiguration soap_tmp___trt__GetAudioEncoderConfiguration; struct _trt__GetAudioEncoderConfigurationResponse trt__GetAudioEncoderConfigurationResponse; soap_default__trt__GetAudioEncoderConfigurationResponse(soap, &trt__GetAudioEncoderConfigurationResponse); soap_default___trt__GetAudioEncoderConfiguration(soap, &soap_tmp___trt__GetAudioEncoderConfiguration); if (!soap_get___trt__GetAudioEncoderConfiguration(soap, &soap_tmp___trt__GetAudioEncoderConfiguration, "-trt:GetAudioEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioEncoderConfiguration(soap, soap_tmp___trt__GetAudioEncoderConfiguration.trt__GetAudioEncoderConfiguration, &trt__GetAudioEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioEncoderConfigurationResponse(soap, &trt__GetAudioEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationResponse(soap, &trt__GetAudioEncoderConfigurationResponse, "trt:GetAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationResponse(soap, &trt__GetAudioEncoderConfigurationResponse, "trt:GetAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoAnalyticsConfiguration(struct soap *soap) { struct __trt__GetVideoAnalyticsConfiguration soap_tmp___trt__GetVideoAnalyticsConfiguration; struct _trt__GetVideoAnalyticsConfigurationResponse trt__GetVideoAnalyticsConfigurationResponse; soap_default__trt__GetVideoAnalyticsConfigurationResponse(soap, &trt__GetVideoAnalyticsConfigurationResponse); soap_default___trt__GetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration); if (!soap_get___trt__GetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__GetVideoAnalyticsConfiguration, "-trt:GetVideoAnalyticsConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoAnalyticsConfiguration(soap, soap_tmp___trt__GetVideoAnalyticsConfiguration.trt__GetVideoAnalyticsConfiguration, &trt__GetVideoAnalyticsConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoAnalyticsConfigurationResponse(soap, &trt__GetVideoAnalyticsConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoAnalyticsConfigurationResponse(soap, &trt__GetVideoAnalyticsConfigurationResponse, "trt:GetVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoAnalyticsConfigurationResponse(soap, &trt__GetVideoAnalyticsConfigurationResponse, "trt:GetVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfiguration(struct soap *soap) { struct __trt__GetMetadataConfiguration soap_tmp___trt__GetMetadataConfiguration; struct _trt__GetMetadataConfigurationResponse trt__GetMetadataConfigurationResponse; soap_default__trt__GetMetadataConfigurationResponse(soap, &trt__GetMetadataConfigurationResponse); soap_default___trt__GetMetadataConfiguration(soap, &soap_tmp___trt__GetMetadataConfiguration); if (!soap_get___trt__GetMetadataConfiguration(soap, &soap_tmp___trt__GetMetadataConfiguration, "-trt:GetMetadataConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetMetadataConfiguration(soap, soap_tmp___trt__GetMetadataConfiguration.trt__GetMetadataConfiguration, &trt__GetMetadataConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetMetadataConfigurationResponse(soap, &trt__GetMetadataConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationResponse(soap, &trt__GetMetadataConfigurationResponse, "trt:GetMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationResponse(soap, &trt__GetMetadataConfigurationResponse, "trt:GetMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfiguration(struct soap *soap) { struct __trt__GetAudioOutputConfiguration soap_tmp___trt__GetAudioOutputConfiguration; struct _trt__GetAudioOutputConfigurationResponse trt__GetAudioOutputConfigurationResponse; soap_default__trt__GetAudioOutputConfigurationResponse(soap, &trt__GetAudioOutputConfigurationResponse); soap_default___trt__GetAudioOutputConfiguration(soap, &soap_tmp___trt__GetAudioOutputConfiguration); if (!soap_get___trt__GetAudioOutputConfiguration(soap, &soap_tmp___trt__GetAudioOutputConfiguration, "-trt:GetAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioOutputConfiguration(soap, soap_tmp___trt__GetAudioOutputConfiguration.trt__GetAudioOutputConfiguration, &trt__GetAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioOutputConfigurationResponse(soap, &trt__GetAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationResponse(soap, &trt__GetAudioOutputConfigurationResponse, "trt:GetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationResponse(soap, &trt__GetAudioOutputConfigurationResponse, "trt:GetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfiguration(struct soap *soap) { struct __trt__GetAudioDecoderConfiguration soap_tmp___trt__GetAudioDecoderConfiguration; struct _trt__GetAudioDecoderConfigurationResponse trt__GetAudioDecoderConfigurationResponse; soap_default__trt__GetAudioDecoderConfigurationResponse(soap, &trt__GetAudioDecoderConfigurationResponse); soap_default___trt__GetAudioDecoderConfiguration(soap, &soap_tmp___trt__GetAudioDecoderConfiguration); if (!soap_get___trt__GetAudioDecoderConfiguration(soap, &soap_tmp___trt__GetAudioDecoderConfiguration, "-trt:GetAudioDecoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioDecoderConfiguration(soap, soap_tmp___trt__GetAudioDecoderConfiguration.trt__GetAudioDecoderConfiguration, &trt__GetAudioDecoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioDecoderConfigurationResponse(soap, &trt__GetAudioDecoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationResponse(soap, &trt__GetAudioDecoderConfigurationResponse, "trt:GetAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationResponse(soap, &trt__GetAudioDecoderConfigurationResponse, "trt:GetAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoEncoderConfigurations(struct soap *soap) { struct __trt__GetCompatibleVideoEncoderConfigurations soap_tmp___trt__GetCompatibleVideoEncoderConfigurations; struct _trt__GetCompatibleVideoEncoderConfigurationsResponse trt__GetCompatibleVideoEncoderConfigurationsResponse; soap_default__trt__GetCompatibleVideoEncoderConfigurationsResponse(soap, &trt__GetCompatibleVideoEncoderConfigurationsResponse); soap_default___trt__GetCompatibleVideoEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations); if (!soap_get___trt__GetCompatibleVideoEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoEncoderConfigurations, "-trt:GetCompatibleVideoEncoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleVideoEncoderConfigurations(soap, soap_tmp___trt__GetCompatibleVideoEncoderConfigurations.trt__GetCompatibleVideoEncoderConfigurations, &trt__GetCompatibleVideoEncoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleVideoEncoderConfigurationsResponse(soap, &trt__GetCompatibleVideoEncoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoEncoderConfigurationsResponse(soap, &trt__GetCompatibleVideoEncoderConfigurationsResponse, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoEncoderConfigurationsResponse(soap, &trt__GetCompatibleVideoEncoderConfigurationsResponse, "trt:GetCompatibleVideoEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoSourceConfigurations(struct soap *soap) { struct __trt__GetCompatibleVideoSourceConfigurations soap_tmp___trt__GetCompatibleVideoSourceConfigurations; struct _trt__GetCompatibleVideoSourceConfigurationsResponse trt__GetCompatibleVideoSourceConfigurationsResponse; soap_default__trt__GetCompatibleVideoSourceConfigurationsResponse(soap, &trt__GetCompatibleVideoSourceConfigurationsResponse); soap_default___trt__GetCompatibleVideoSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations); if (!soap_get___trt__GetCompatibleVideoSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoSourceConfigurations, "-trt:GetCompatibleVideoSourceConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleVideoSourceConfigurations(soap, soap_tmp___trt__GetCompatibleVideoSourceConfigurations.trt__GetCompatibleVideoSourceConfigurations, &trt__GetCompatibleVideoSourceConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleVideoSourceConfigurationsResponse(soap, &trt__GetCompatibleVideoSourceConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoSourceConfigurationsResponse(soap, &trt__GetCompatibleVideoSourceConfigurationsResponse, "trt:GetCompatibleVideoSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoSourceConfigurationsResponse(soap, &trt__GetCompatibleVideoSourceConfigurationsResponse, "trt:GetCompatibleVideoSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioEncoderConfigurations(struct soap *soap) { struct __trt__GetCompatibleAudioEncoderConfigurations soap_tmp___trt__GetCompatibleAudioEncoderConfigurations; struct _trt__GetCompatibleAudioEncoderConfigurationsResponse trt__GetCompatibleAudioEncoderConfigurationsResponse; soap_default__trt__GetCompatibleAudioEncoderConfigurationsResponse(soap, &trt__GetCompatibleAudioEncoderConfigurationsResponse); soap_default___trt__GetCompatibleAudioEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations); if (!soap_get___trt__GetCompatibleAudioEncoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioEncoderConfigurations, "-trt:GetCompatibleAudioEncoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleAudioEncoderConfigurations(soap, soap_tmp___trt__GetCompatibleAudioEncoderConfigurations.trt__GetCompatibleAudioEncoderConfigurations, &trt__GetCompatibleAudioEncoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleAudioEncoderConfigurationsResponse(soap, &trt__GetCompatibleAudioEncoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioEncoderConfigurationsResponse(soap, &trt__GetCompatibleAudioEncoderConfigurationsResponse, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioEncoderConfigurationsResponse(soap, &trt__GetCompatibleAudioEncoderConfigurationsResponse, "trt:GetCompatibleAudioEncoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioSourceConfigurations(struct soap *soap) { struct __trt__GetCompatibleAudioSourceConfigurations soap_tmp___trt__GetCompatibleAudioSourceConfigurations; struct _trt__GetCompatibleAudioSourceConfigurationsResponse trt__GetCompatibleAudioSourceConfigurationsResponse; soap_default__trt__GetCompatibleAudioSourceConfigurationsResponse(soap, &trt__GetCompatibleAudioSourceConfigurationsResponse); soap_default___trt__GetCompatibleAudioSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations); if (!soap_get___trt__GetCompatibleAudioSourceConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioSourceConfigurations, "-trt:GetCompatibleAudioSourceConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleAudioSourceConfigurations(soap, soap_tmp___trt__GetCompatibleAudioSourceConfigurations.trt__GetCompatibleAudioSourceConfigurations, &trt__GetCompatibleAudioSourceConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleAudioSourceConfigurationsResponse(soap, &trt__GetCompatibleAudioSourceConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioSourceConfigurationsResponse(soap, &trt__GetCompatibleAudioSourceConfigurationsResponse, "trt:GetCompatibleAudioSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioSourceConfigurationsResponse(soap, &trt__GetCompatibleAudioSourceConfigurationsResponse, "trt:GetCompatibleAudioSourceConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleVideoAnalyticsConfigurations(struct soap *soap) { struct __trt__GetCompatibleVideoAnalyticsConfigurations soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations; struct _trt__GetCompatibleVideoAnalyticsConfigurationsResponse trt__GetCompatibleVideoAnalyticsConfigurationsResponse; soap_default__trt__GetCompatibleVideoAnalyticsConfigurationsResponse(soap, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse); soap_default___trt__GetCompatibleVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations); if (!soap_get___trt__GetCompatibleVideoAnalyticsConfigurations(soap, &soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations, "-trt:GetCompatibleVideoAnalyticsConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleVideoAnalyticsConfigurations(soap, soap_tmp___trt__GetCompatibleVideoAnalyticsConfigurations.trt__GetCompatibleVideoAnalyticsConfigurations, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleVideoAnalyticsConfigurationsResponse(soap, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoAnalyticsConfigurationsResponse(soap, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleVideoAnalyticsConfigurationsResponse(soap, &trt__GetCompatibleVideoAnalyticsConfigurationsResponse, "trt:GetCompatibleVideoAnalyticsConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleMetadataConfigurations(struct soap *soap) { struct __trt__GetCompatibleMetadataConfigurations soap_tmp___trt__GetCompatibleMetadataConfigurations; struct _trt__GetCompatibleMetadataConfigurationsResponse trt__GetCompatibleMetadataConfigurationsResponse; soap_default__trt__GetCompatibleMetadataConfigurationsResponse(soap, &trt__GetCompatibleMetadataConfigurationsResponse); soap_default___trt__GetCompatibleMetadataConfigurations(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations); if (!soap_get___trt__GetCompatibleMetadataConfigurations(soap, &soap_tmp___trt__GetCompatibleMetadataConfigurations, "-trt:GetCompatibleMetadataConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleMetadataConfigurations(soap, soap_tmp___trt__GetCompatibleMetadataConfigurations.trt__GetCompatibleMetadataConfigurations, &trt__GetCompatibleMetadataConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleMetadataConfigurationsResponse(soap, &trt__GetCompatibleMetadataConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleMetadataConfigurationsResponse(soap, &trt__GetCompatibleMetadataConfigurationsResponse, "trt:GetCompatibleMetadataConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleMetadataConfigurationsResponse(soap, &trt__GetCompatibleMetadataConfigurationsResponse, "trt:GetCompatibleMetadataConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioOutputConfigurations(struct soap *soap) { struct __trt__GetCompatibleAudioOutputConfigurations soap_tmp___trt__GetCompatibleAudioOutputConfigurations; struct _trt__GetCompatibleAudioOutputConfigurationsResponse trt__GetCompatibleAudioOutputConfigurationsResponse; soap_default__trt__GetCompatibleAudioOutputConfigurationsResponse(soap, &trt__GetCompatibleAudioOutputConfigurationsResponse); soap_default___trt__GetCompatibleAudioOutputConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations); if (!soap_get___trt__GetCompatibleAudioOutputConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioOutputConfigurations, "-trt:GetCompatibleAudioOutputConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleAudioOutputConfigurations(soap, soap_tmp___trt__GetCompatibleAudioOutputConfigurations.trt__GetCompatibleAudioOutputConfigurations, &trt__GetCompatibleAudioOutputConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleAudioOutputConfigurationsResponse(soap, &trt__GetCompatibleAudioOutputConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioOutputConfigurationsResponse(soap, &trt__GetCompatibleAudioOutputConfigurationsResponse, "trt:GetCompatibleAudioOutputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioOutputConfigurationsResponse(soap, &trt__GetCompatibleAudioOutputConfigurationsResponse, "trt:GetCompatibleAudioOutputConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetCompatibleAudioDecoderConfigurations(struct soap *soap) { struct __trt__GetCompatibleAudioDecoderConfigurations soap_tmp___trt__GetCompatibleAudioDecoderConfigurations; struct _trt__GetCompatibleAudioDecoderConfigurationsResponse trt__GetCompatibleAudioDecoderConfigurationsResponse; soap_default__trt__GetCompatibleAudioDecoderConfigurationsResponse(soap, &trt__GetCompatibleAudioDecoderConfigurationsResponse); soap_default___trt__GetCompatibleAudioDecoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations); if (!soap_get___trt__GetCompatibleAudioDecoderConfigurations(soap, &soap_tmp___trt__GetCompatibleAudioDecoderConfigurations, "-trt:GetCompatibleAudioDecoderConfigurations", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetCompatibleAudioDecoderConfigurations(soap, soap_tmp___trt__GetCompatibleAudioDecoderConfigurations.trt__GetCompatibleAudioDecoderConfigurations, &trt__GetCompatibleAudioDecoderConfigurationsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetCompatibleAudioDecoderConfigurationsResponse(soap, &trt__GetCompatibleAudioDecoderConfigurationsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioDecoderConfigurationsResponse(soap, &trt__GetCompatibleAudioDecoderConfigurationsResponse, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetCompatibleAudioDecoderConfigurationsResponse(soap, &trt__GetCompatibleAudioDecoderConfigurationsResponse, "trt:GetCompatibleAudioDecoderConfigurationsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceConfiguration(struct soap *soap) { struct __trt__SetVideoSourceConfiguration soap_tmp___trt__SetVideoSourceConfiguration; struct _trt__SetVideoSourceConfigurationResponse trt__SetVideoSourceConfigurationResponse; soap_default__trt__SetVideoSourceConfigurationResponse(soap, &trt__SetVideoSourceConfigurationResponse); soap_default___trt__SetVideoSourceConfiguration(soap, &soap_tmp___trt__SetVideoSourceConfiguration); if (!soap_get___trt__SetVideoSourceConfiguration(soap, &soap_tmp___trt__SetVideoSourceConfiguration, "-trt:SetVideoSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetVideoSourceConfiguration(soap, soap_tmp___trt__SetVideoSourceConfiguration.trt__SetVideoSourceConfiguration, &trt__SetVideoSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetVideoSourceConfigurationResponse(soap, &trt__SetVideoSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoSourceConfigurationResponse(soap, &trt__SetVideoSourceConfigurationResponse, "trt:SetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoSourceConfigurationResponse(soap, &trt__SetVideoSourceConfigurationResponse, "trt:SetVideoSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoEncoderConfiguration(struct soap *soap) { struct __trt__SetVideoEncoderConfiguration soap_tmp___trt__SetVideoEncoderConfiguration; struct _trt__SetVideoEncoderConfigurationResponse trt__SetVideoEncoderConfigurationResponse; soap_default__trt__SetVideoEncoderConfigurationResponse(soap, &trt__SetVideoEncoderConfigurationResponse); soap_default___trt__SetVideoEncoderConfiguration(soap, &soap_tmp___trt__SetVideoEncoderConfiguration); if (!soap_get___trt__SetVideoEncoderConfiguration(soap, &soap_tmp___trt__SetVideoEncoderConfiguration, "-trt:SetVideoEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetVideoEncoderConfiguration(soap, soap_tmp___trt__SetVideoEncoderConfiguration.trt__SetVideoEncoderConfiguration, &trt__SetVideoEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetVideoEncoderConfigurationResponse(soap, &trt__SetVideoEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoEncoderConfigurationResponse(soap, &trt__SetVideoEncoderConfigurationResponse, "trt:SetVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoEncoderConfigurationResponse(soap, &trt__SetVideoEncoderConfigurationResponse, "trt:SetVideoEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioSourceConfiguration(struct soap *soap) { struct __trt__SetAudioSourceConfiguration soap_tmp___trt__SetAudioSourceConfiguration; struct _trt__SetAudioSourceConfigurationResponse trt__SetAudioSourceConfigurationResponse; soap_default__trt__SetAudioSourceConfigurationResponse(soap, &trt__SetAudioSourceConfigurationResponse); soap_default___trt__SetAudioSourceConfiguration(soap, &soap_tmp___trt__SetAudioSourceConfiguration); if (!soap_get___trt__SetAudioSourceConfiguration(soap, &soap_tmp___trt__SetAudioSourceConfiguration, "-trt:SetAudioSourceConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetAudioSourceConfiguration(soap, soap_tmp___trt__SetAudioSourceConfiguration.trt__SetAudioSourceConfiguration, &trt__SetAudioSourceConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetAudioSourceConfigurationResponse(soap, &trt__SetAudioSourceConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioSourceConfigurationResponse(soap, &trt__SetAudioSourceConfigurationResponse, "trt:SetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioSourceConfigurationResponse(soap, &trt__SetAudioSourceConfigurationResponse, "trt:SetAudioSourceConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioEncoderConfiguration(struct soap *soap) { struct __trt__SetAudioEncoderConfiguration soap_tmp___trt__SetAudioEncoderConfiguration; struct _trt__SetAudioEncoderConfigurationResponse trt__SetAudioEncoderConfigurationResponse; soap_default__trt__SetAudioEncoderConfigurationResponse(soap, &trt__SetAudioEncoderConfigurationResponse); soap_default___trt__SetAudioEncoderConfiguration(soap, &soap_tmp___trt__SetAudioEncoderConfiguration); if (!soap_get___trt__SetAudioEncoderConfiguration(soap, &soap_tmp___trt__SetAudioEncoderConfiguration, "-trt:SetAudioEncoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetAudioEncoderConfiguration(soap, soap_tmp___trt__SetAudioEncoderConfiguration.trt__SetAudioEncoderConfiguration, &trt__SetAudioEncoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetAudioEncoderConfigurationResponse(soap, &trt__SetAudioEncoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioEncoderConfigurationResponse(soap, &trt__SetAudioEncoderConfigurationResponse, "trt:SetAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioEncoderConfigurationResponse(soap, &trt__SetAudioEncoderConfigurationResponse, "trt:SetAudioEncoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoAnalyticsConfiguration(struct soap *soap) { struct __trt__SetVideoAnalyticsConfiguration soap_tmp___trt__SetVideoAnalyticsConfiguration; struct _trt__SetVideoAnalyticsConfigurationResponse trt__SetVideoAnalyticsConfigurationResponse; soap_default__trt__SetVideoAnalyticsConfigurationResponse(soap, &trt__SetVideoAnalyticsConfigurationResponse); soap_default___trt__SetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration); if (!soap_get___trt__SetVideoAnalyticsConfiguration(soap, &soap_tmp___trt__SetVideoAnalyticsConfiguration, "-trt:SetVideoAnalyticsConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetVideoAnalyticsConfiguration(soap, soap_tmp___trt__SetVideoAnalyticsConfiguration.trt__SetVideoAnalyticsConfiguration, &trt__SetVideoAnalyticsConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetVideoAnalyticsConfigurationResponse(soap, &trt__SetVideoAnalyticsConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoAnalyticsConfigurationResponse(soap, &trt__SetVideoAnalyticsConfigurationResponse, "trt:SetVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoAnalyticsConfigurationResponse(soap, &trt__SetVideoAnalyticsConfigurationResponse, "trt:SetVideoAnalyticsConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetMetadataConfiguration(struct soap *soap) { struct __trt__SetMetadataConfiguration soap_tmp___trt__SetMetadataConfiguration; struct _trt__SetMetadataConfigurationResponse trt__SetMetadataConfigurationResponse; soap_default__trt__SetMetadataConfigurationResponse(soap, &trt__SetMetadataConfigurationResponse); soap_default___trt__SetMetadataConfiguration(soap, &soap_tmp___trt__SetMetadataConfiguration); if (!soap_get___trt__SetMetadataConfiguration(soap, &soap_tmp___trt__SetMetadataConfiguration, "-trt:SetMetadataConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetMetadataConfiguration(soap, soap_tmp___trt__SetMetadataConfiguration.trt__SetMetadataConfiguration, &trt__SetMetadataConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetMetadataConfigurationResponse(soap, &trt__SetMetadataConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetMetadataConfigurationResponse(soap, &trt__SetMetadataConfigurationResponse, "trt:SetMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetMetadataConfigurationResponse(soap, &trt__SetMetadataConfigurationResponse, "trt:SetMetadataConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioOutputConfiguration(struct soap *soap) { struct __trt__SetAudioOutputConfiguration soap_tmp___trt__SetAudioOutputConfiguration; struct _trt__SetAudioOutputConfigurationResponse trt__SetAudioOutputConfigurationResponse; soap_default__trt__SetAudioOutputConfigurationResponse(soap, &trt__SetAudioOutputConfigurationResponse); soap_default___trt__SetAudioOutputConfiguration(soap, &soap_tmp___trt__SetAudioOutputConfiguration); if (!soap_get___trt__SetAudioOutputConfiguration(soap, &soap_tmp___trt__SetAudioOutputConfiguration, "-trt:SetAudioOutputConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetAudioOutputConfiguration(soap, soap_tmp___trt__SetAudioOutputConfiguration.trt__SetAudioOutputConfiguration, &trt__SetAudioOutputConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetAudioOutputConfigurationResponse(soap, &trt__SetAudioOutputConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioOutputConfigurationResponse(soap, &trt__SetAudioOutputConfigurationResponse, "trt:SetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioOutputConfigurationResponse(soap, &trt__SetAudioOutputConfigurationResponse, "trt:SetAudioOutputConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetAudioDecoderConfiguration(struct soap *soap) { struct __trt__SetAudioDecoderConfiguration soap_tmp___trt__SetAudioDecoderConfiguration; struct _trt__SetAudioDecoderConfigurationResponse trt__SetAudioDecoderConfigurationResponse; soap_default__trt__SetAudioDecoderConfigurationResponse(soap, &trt__SetAudioDecoderConfigurationResponse); soap_default___trt__SetAudioDecoderConfiguration(soap, &soap_tmp___trt__SetAudioDecoderConfiguration); if (!soap_get___trt__SetAudioDecoderConfiguration(soap, &soap_tmp___trt__SetAudioDecoderConfiguration, "-trt:SetAudioDecoderConfiguration", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetAudioDecoderConfiguration(soap, soap_tmp___trt__SetAudioDecoderConfiguration.trt__SetAudioDecoderConfiguration, &trt__SetAudioDecoderConfigurationResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetAudioDecoderConfigurationResponse(soap, &trt__SetAudioDecoderConfigurationResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioDecoderConfigurationResponse(soap, &trt__SetAudioDecoderConfigurationResponse, "trt:SetAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetAudioDecoderConfigurationResponse(soap, &trt__SetAudioDecoderConfigurationResponse, "trt:SetAudioDecoderConfigurationResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceConfigurationOptions(struct soap *soap) { struct __trt__GetVideoSourceConfigurationOptions soap_tmp___trt__GetVideoSourceConfigurationOptions; struct _trt__GetVideoSourceConfigurationOptionsResponse trt__GetVideoSourceConfigurationOptionsResponse; soap_default__trt__GetVideoSourceConfigurationOptionsResponse(soap, &trt__GetVideoSourceConfigurationOptionsResponse); soap_default___trt__GetVideoSourceConfigurationOptions(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions); if (!soap_get___trt__GetVideoSourceConfigurationOptions(soap, &soap_tmp___trt__GetVideoSourceConfigurationOptions, "-trt:GetVideoSourceConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoSourceConfigurationOptions(soap, soap_tmp___trt__GetVideoSourceConfigurationOptions.trt__GetVideoSourceConfigurationOptions, &trt__GetVideoSourceConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoSourceConfigurationOptionsResponse(soap, &trt__GetVideoSourceConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationOptionsResponse(soap, &trt__GetVideoSourceConfigurationOptionsResponse, "trt:GetVideoSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceConfigurationOptionsResponse(soap, &trt__GetVideoSourceConfigurationOptionsResponse, "trt:GetVideoSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoEncoderConfigurationOptions(struct soap *soap) { struct __trt__GetVideoEncoderConfigurationOptions soap_tmp___trt__GetVideoEncoderConfigurationOptions; struct _trt__GetVideoEncoderConfigurationOptionsResponse trt__GetVideoEncoderConfigurationOptionsResponse; soap_default__trt__GetVideoEncoderConfigurationOptionsResponse(soap, &trt__GetVideoEncoderConfigurationOptionsResponse); soap_default___trt__GetVideoEncoderConfigurationOptions(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions); if (!soap_get___trt__GetVideoEncoderConfigurationOptions(soap, &soap_tmp___trt__GetVideoEncoderConfigurationOptions, "-trt:GetVideoEncoderConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoEncoderConfigurationOptions(soap, soap_tmp___trt__GetVideoEncoderConfigurationOptions.trt__GetVideoEncoderConfigurationOptions, &trt__GetVideoEncoderConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoEncoderConfigurationOptionsResponse(soap, &trt__GetVideoEncoderConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationOptionsResponse(soap, &trt__GetVideoEncoderConfigurationOptionsResponse, "trt:GetVideoEncoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoEncoderConfigurationOptionsResponse(soap, &trt__GetVideoEncoderConfigurationOptionsResponse, "trt:GetVideoEncoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioSourceConfigurationOptions(struct soap *soap) { struct __trt__GetAudioSourceConfigurationOptions soap_tmp___trt__GetAudioSourceConfigurationOptions; struct _trt__GetAudioSourceConfigurationOptionsResponse trt__GetAudioSourceConfigurationOptionsResponse; soap_default__trt__GetAudioSourceConfigurationOptionsResponse(soap, &trt__GetAudioSourceConfigurationOptionsResponse); soap_default___trt__GetAudioSourceConfigurationOptions(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions); if (!soap_get___trt__GetAudioSourceConfigurationOptions(soap, &soap_tmp___trt__GetAudioSourceConfigurationOptions, "-trt:GetAudioSourceConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioSourceConfigurationOptions(soap, soap_tmp___trt__GetAudioSourceConfigurationOptions.trt__GetAudioSourceConfigurationOptions, &trt__GetAudioSourceConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioSourceConfigurationOptionsResponse(soap, &trt__GetAudioSourceConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationOptionsResponse(soap, &trt__GetAudioSourceConfigurationOptionsResponse, "trt:GetAudioSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioSourceConfigurationOptionsResponse(soap, &trt__GetAudioSourceConfigurationOptionsResponse, "trt:GetAudioSourceConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioEncoderConfigurationOptions(struct soap *soap) { struct __trt__GetAudioEncoderConfigurationOptions soap_tmp___trt__GetAudioEncoderConfigurationOptions; struct _trt__GetAudioEncoderConfigurationOptionsResponse trt__GetAudioEncoderConfigurationOptionsResponse; soap_default__trt__GetAudioEncoderConfigurationOptionsResponse(soap, &trt__GetAudioEncoderConfigurationOptionsResponse); soap_default___trt__GetAudioEncoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions); if (!soap_get___trt__GetAudioEncoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioEncoderConfigurationOptions, "-trt:GetAudioEncoderConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioEncoderConfigurationOptions(soap, soap_tmp___trt__GetAudioEncoderConfigurationOptions.trt__GetAudioEncoderConfigurationOptions, &trt__GetAudioEncoderConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioEncoderConfigurationOptionsResponse(soap, &trt__GetAudioEncoderConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationOptionsResponse(soap, &trt__GetAudioEncoderConfigurationOptionsResponse, "trt:GetAudioEncoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioEncoderConfigurationOptionsResponse(soap, &trt__GetAudioEncoderConfigurationOptionsResponse, "trt:GetAudioEncoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetMetadataConfigurationOptions(struct soap *soap) { struct __trt__GetMetadataConfigurationOptions soap_tmp___trt__GetMetadataConfigurationOptions; struct _trt__GetMetadataConfigurationOptionsResponse trt__GetMetadataConfigurationOptionsResponse; soap_default__trt__GetMetadataConfigurationOptionsResponse(soap, &trt__GetMetadataConfigurationOptionsResponse); soap_default___trt__GetMetadataConfigurationOptions(soap, &soap_tmp___trt__GetMetadataConfigurationOptions); if (!soap_get___trt__GetMetadataConfigurationOptions(soap, &soap_tmp___trt__GetMetadataConfigurationOptions, "-trt:GetMetadataConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetMetadataConfigurationOptions(soap, soap_tmp___trt__GetMetadataConfigurationOptions.trt__GetMetadataConfigurationOptions, &trt__GetMetadataConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetMetadataConfigurationOptionsResponse(soap, &trt__GetMetadataConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationOptionsResponse(soap, &trt__GetMetadataConfigurationOptionsResponse, "trt:GetMetadataConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetMetadataConfigurationOptionsResponse(soap, &trt__GetMetadataConfigurationOptionsResponse, "trt:GetMetadataConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioOutputConfigurationOptions(struct soap *soap) { struct __trt__GetAudioOutputConfigurationOptions soap_tmp___trt__GetAudioOutputConfigurationOptions; struct _trt__GetAudioOutputConfigurationOptionsResponse trt__GetAudioOutputConfigurationOptionsResponse; soap_default__trt__GetAudioOutputConfigurationOptionsResponse(soap, &trt__GetAudioOutputConfigurationOptionsResponse); soap_default___trt__GetAudioOutputConfigurationOptions(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions); if (!soap_get___trt__GetAudioOutputConfigurationOptions(soap, &soap_tmp___trt__GetAudioOutputConfigurationOptions, "-trt:GetAudioOutputConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioOutputConfigurationOptions(soap, soap_tmp___trt__GetAudioOutputConfigurationOptions.trt__GetAudioOutputConfigurationOptions, &trt__GetAudioOutputConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioOutputConfigurationOptionsResponse(soap, &trt__GetAudioOutputConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationOptionsResponse(soap, &trt__GetAudioOutputConfigurationOptionsResponse, "trt:GetAudioOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioOutputConfigurationOptionsResponse(soap, &trt__GetAudioOutputConfigurationOptionsResponse, "trt:GetAudioOutputConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetAudioDecoderConfigurationOptions(struct soap *soap) { struct __trt__GetAudioDecoderConfigurationOptions soap_tmp___trt__GetAudioDecoderConfigurationOptions; struct _trt__GetAudioDecoderConfigurationOptionsResponse trt__GetAudioDecoderConfigurationOptionsResponse; soap_default__trt__GetAudioDecoderConfigurationOptionsResponse(soap, &trt__GetAudioDecoderConfigurationOptionsResponse); soap_default___trt__GetAudioDecoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions); if (!soap_get___trt__GetAudioDecoderConfigurationOptions(soap, &soap_tmp___trt__GetAudioDecoderConfigurationOptions, "-trt:GetAudioDecoderConfigurationOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetAudioDecoderConfigurationOptions(soap, soap_tmp___trt__GetAudioDecoderConfigurationOptions.trt__GetAudioDecoderConfigurationOptions, &trt__GetAudioDecoderConfigurationOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetAudioDecoderConfigurationOptionsResponse(soap, &trt__GetAudioDecoderConfigurationOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationOptionsResponse(soap, &trt__GetAudioDecoderConfigurationOptionsResponse, "trt:GetAudioDecoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetAudioDecoderConfigurationOptionsResponse(soap, &trt__GetAudioDecoderConfigurationOptionsResponse, "trt:GetAudioDecoderConfigurationOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetGuaranteedNumberOfVideoEncoderInstances(struct soap *soap) { struct __trt__GetGuaranteedNumberOfVideoEncoderInstances soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances; struct _trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse; soap_default__trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse(soap, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse); soap_default___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances); if (!soap_get___trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, &soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances, "-trt:GetGuaranteedNumberOfVideoEncoderInstances", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetGuaranteedNumberOfVideoEncoderInstances(soap, soap_tmp___trt__GetGuaranteedNumberOfVideoEncoderInstances.trt__GetGuaranteedNumberOfVideoEncoderInstances, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse(soap, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse(soap, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse(soap, &trt__GetGuaranteedNumberOfVideoEncoderInstancesResponse, "trt:GetGuaranteedNumberOfVideoEncoderInstancesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetStreamUri(struct soap *soap) { struct __trt__GetStreamUri soap_tmp___trt__GetStreamUri; struct _trt__GetStreamUriResponse trt__GetStreamUriResponse; soap_default__trt__GetStreamUriResponse(soap, &trt__GetStreamUriResponse); soap_default___trt__GetStreamUri(soap, &soap_tmp___trt__GetStreamUri); if (!soap_get___trt__GetStreamUri(soap, &soap_tmp___trt__GetStreamUri, "-trt:GetStreamUri", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetStreamUri(soap, soap_tmp___trt__GetStreamUri.trt__GetStreamUri, &trt__GetStreamUriResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetStreamUriResponse(soap, &trt__GetStreamUriResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetStreamUriResponse(soap, &trt__GetStreamUriResponse, "trt:GetStreamUriResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetStreamUriResponse(soap, &trt__GetStreamUriResponse, "trt:GetStreamUriResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StartMulticastStreaming(struct soap *soap) { struct __trt__StartMulticastStreaming soap_tmp___trt__StartMulticastStreaming; struct _trt__StartMulticastStreamingResponse trt__StartMulticastStreamingResponse; soap_default__trt__StartMulticastStreamingResponse(soap, &trt__StartMulticastStreamingResponse); soap_default___trt__StartMulticastStreaming(soap, &soap_tmp___trt__StartMulticastStreaming); if (!soap_get___trt__StartMulticastStreaming(soap, &soap_tmp___trt__StartMulticastStreaming, "-trt:StartMulticastStreaming", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__StartMulticastStreaming(soap, soap_tmp___trt__StartMulticastStreaming.trt__StartMulticastStreaming, &trt__StartMulticastStreamingResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__StartMulticastStreamingResponse(soap, &trt__StartMulticastStreamingResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__StartMulticastStreamingResponse(soap, &trt__StartMulticastStreamingResponse, "trt:StartMulticastStreamingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__StartMulticastStreamingResponse(soap, &trt__StartMulticastStreamingResponse, "trt:StartMulticastStreamingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__StopMulticastStreaming(struct soap *soap) { struct __trt__StopMulticastStreaming soap_tmp___trt__StopMulticastStreaming; struct _trt__StopMulticastStreamingResponse trt__StopMulticastStreamingResponse; soap_default__trt__StopMulticastStreamingResponse(soap, &trt__StopMulticastStreamingResponse); soap_default___trt__StopMulticastStreaming(soap, &soap_tmp___trt__StopMulticastStreaming); if (!soap_get___trt__StopMulticastStreaming(soap, &soap_tmp___trt__StopMulticastStreaming, "-trt:StopMulticastStreaming", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__StopMulticastStreaming(soap, soap_tmp___trt__StopMulticastStreaming.trt__StopMulticastStreaming, &trt__StopMulticastStreamingResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__StopMulticastStreamingResponse(soap, &trt__StopMulticastStreamingResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__StopMulticastStreamingResponse(soap, &trt__StopMulticastStreamingResponse, "trt:StopMulticastStreamingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__StopMulticastStreamingResponse(soap, &trt__StopMulticastStreamingResponse, "trt:StopMulticastStreamingResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetSynchronizationPoint(struct soap *soap) { struct __trt__SetSynchronizationPoint soap_tmp___trt__SetSynchronizationPoint; struct _trt__SetSynchronizationPointResponse trt__SetSynchronizationPointResponse; soap_default__trt__SetSynchronizationPointResponse(soap, &trt__SetSynchronizationPointResponse); soap_default___trt__SetSynchronizationPoint(soap, &soap_tmp___trt__SetSynchronizationPoint); if (!soap_get___trt__SetSynchronizationPoint(soap, &soap_tmp___trt__SetSynchronizationPoint, "-trt:SetSynchronizationPoint", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetSynchronizationPoint(soap, soap_tmp___trt__SetSynchronizationPoint.trt__SetSynchronizationPoint, &trt__SetSynchronizationPointResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetSynchronizationPointResponse(soap, &trt__SetSynchronizationPointResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetSynchronizationPointResponse(soap, &trt__SetSynchronizationPointResponse, "trt:SetSynchronizationPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetSynchronizationPointResponse(soap, &trt__SetSynchronizationPointResponse, "trt:SetSynchronizationPointResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetSnapshotUri(struct soap *soap) { struct __trt__GetSnapshotUri soap_tmp___trt__GetSnapshotUri; struct _trt__GetSnapshotUriResponse trt__GetSnapshotUriResponse; soap_default__trt__GetSnapshotUriResponse(soap, &trt__GetSnapshotUriResponse); soap_default___trt__GetSnapshotUri(soap, &soap_tmp___trt__GetSnapshotUri); if (!soap_get___trt__GetSnapshotUri(soap, &soap_tmp___trt__GetSnapshotUri, "-trt:GetSnapshotUri", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetSnapshotUri(soap, soap_tmp___trt__GetSnapshotUri.trt__GetSnapshotUri, &trt__GetSnapshotUriResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetSnapshotUriResponse(soap, &trt__GetSnapshotUriResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetSnapshotUriResponse(soap, &trt__GetSnapshotUriResponse, "trt:GetSnapshotUriResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetSnapshotUriResponse(soap, &trt__GetSnapshotUriResponse, "trt:GetSnapshotUriResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetVideoSourceModes(struct soap *soap) { struct __trt__GetVideoSourceModes soap_tmp___trt__GetVideoSourceModes; struct _trt__GetVideoSourceModesResponse trt__GetVideoSourceModesResponse; soap_default__trt__GetVideoSourceModesResponse(soap, &trt__GetVideoSourceModesResponse); soap_default___trt__GetVideoSourceModes(soap, &soap_tmp___trt__GetVideoSourceModes); if (!soap_get___trt__GetVideoSourceModes(soap, &soap_tmp___trt__GetVideoSourceModes, "-trt:GetVideoSourceModes", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetVideoSourceModes(soap, soap_tmp___trt__GetVideoSourceModes.trt__GetVideoSourceModes, &trt__GetVideoSourceModesResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetVideoSourceModesResponse(soap, &trt__GetVideoSourceModesResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceModesResponse(soap, &trt__GetVideoSourceModesResponse, "trt:GetVideoSourceModesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetVideoSourceModesResponse(soap, &trt__GetVideoSourceModesResponse, "trt:GetVideoSourceModesResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetVideoSourceMode(struct soap *soap) { struct __trt__SetVideoSourceMode soap_tmp___trt__SetVideoSourceMode; struct _trt__SetVideoSourceModeResponse trt__SetVideoSourceModeResponse; soap_default__trt__SetVideoSourceModeResponse(soap, &trt__SetVideoSourceModeResponse); soap_default___trt__SetVideoSourceMode(soap, &soap_tmp___trt__SetVideoSourceMode); if (!soap_get___trt__SetVideoSourceMode(soap, &soap_tmp___trt__SetVideoSourceMode, "-trt:SetVideoSourceMode", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetVideoSourceMode(soap, soap_tmp___trt__SetVideoSourceMode.trt__SetVideoSourceMode, &trt__SetVideoSourceModeResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetVideoSourceModeResponse(soap, &trt__SetVideoSourceModeResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoSourceModeResponse(soap, &trt__SetVideoSourceModeResponse, "trt:SetVideoSourceModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetVideoSourceModeResponse(soap, &trt__SetVideoSourceModeResponse, "trt:SetVideoSourceModeResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDs(struct soap *soap) { struct __trt__GetOSDs soap_tmp___trt__GetOSDs; struct _trt__GetOSDsResponse trt__GetOSDsResponse; soap_default__trt__GetOSDsResponse(soap, &trt__GetOSDsResponse); soap_default___trt__GetOSDs(soap, &soap_tmp___trt__GetOSDs); if (!soap_get___trt__GetOSDs(soap, &soap_tmp___trt__GetOSDs, "-trt:GetOSDs", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetOSDs(soap, soap_tmp___trt__GetOSDs.trt__GetOSDs, &trt__GetOSDsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetOSDsResponse(soap, &trt__GetOSDsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDsResponse(soap, &trt__GetOSDsResponse, "trt:GetOSDsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDsResponse(soap, &trt__GetOSDsResponse, "trt:GetOSDsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSD(struct soap *soap) { struct __trt__GetOSD soap_tmp___trt__GetOSD; struct _trt__GetOSDResponse trt__GetOSDResponse; soap_default__trt__GetOSDResponse(soap, &trt__GetOSDResponse); soap_default___trt__GetOSD(soap, &soap_tmp___trt__GetOSD); if (!soap_get___trt__GetOSD(soap, &soap_tmp___trt__GetOSD, "-trt:GetOSD", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetOSD(soap, soap_tmp___trt__GetOSD.trt__GetOSD, &trt__GetOSDResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetOSDResponse(soap, &trt__GetOSDResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDResponse(soap, &trt__GetOSDResponse, "trt:GetOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDResponse(soap, &trt__GetOSDResponse, "trt:GetOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__GetOSDOptions(struct soap *soap) { struct __trt__GetOSDOptions soap_tmp___trt__GetOSDOptions; struct _trt__GetOSDOptionsResponse trt__GetOSDOptionsResponse; soap_default__trt__GetOSDOptionsResponse(soap, &trt__GetOSDOptionsResponse); soap_default___trt__GetOSDOptions(soap, &soap_tmp___trt__GetOSDOptions); if (!soap_get___trt__GetOSDOptions(soap, &soap_tmp___trt__GetOSDOptions, "-trt:GetOSDOptions", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__GetOSDOptions(soap, soap_tmp___trt__GetOSDOptions.trt__GetOSDOptions, &trt__GetOSDOptionsResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__GetOSDOptionsResponse(soap, &trt__GetOSDOptionsResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDOptionsResponse(soap, &trt__GetOSDOptionsResponse, "trt:GetOSDOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__GetOSDOptionsResponse(soap, &trt__GetOSDOptionsResponse, "trt:GetOSDOptionsResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__SetOSD(struct soap *soap) { struct __trt__SetOSD soap_tmp___trt__SetOSD; struct _trt__SetOSDResponse trt__SetOSDResponse; soap_default__trt__SetOSDResponse(soap, &trt__SetOSDResponse); soap_default___trt__SetOSD(soap, &soap_tmp___trt__SetOSD); if (!soap_get___trt__SetOSD(soap, &soap_tmp___trt__SetOSD, "-trt:SetOSD", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__SetOSD(soap, soap_tmp___trt__SetOSD.trt__SetOSD, &trt__SetOSDResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__SetOSDResponse(soap, &trt__SetOSDResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetOSDResponse(soap, &trt__SetOSDResponse, "trt:SetOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__SetOSDResponse(soap, &trt__SetOSDResponse, "trt:SetOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__CreateOSD(struct soap *soap) { struct __trt__CreateOSD soap_tmp___trt__CreateOSD; struct _trt__CreateOSDResponse trt__CreateOSDResponse; soap_default__trt__CreateOSDResponse(soap, &trt__CreateOSDResponse); soap_default___trt__CreateOSD(soap, &soap_tmp___trt__CreateOSD); if (!soap_get___trt__CreateOSD(soap, &soap_tmp___trt__CreateOSD, "-trt:CreateOSD", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__CreateOSD(soap, soap_tmp___trt__CreateOSD.trt__CreateOSD, &trt__CreateOSDResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__CreateOSDResponse(soap, &trt__CreateOSDResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__CreateOSDResponse(soap, &trt__CreateOSDResponse, "trt:CreateOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__CreateOSDResponse(soap, &trt__CreateOSDResponse, "trt:CreateOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } SOAP_FMAC5 int SOAP_FMAC6 soap_serve___trt__DeleteOSD(struct soap *soap) { struct __trt__DeleteOSD soap_tmp___trt__DeleteOSD; struct _trt__DeleteOSDResponse trt__DeleteOSDResponse; soap_default__trt__DeleteOSDResponse(soap, &trt__DeleteOSDResponse); soap_default___trt__DeleteOSD(soap, &soap_tmp___trt__DeleteOSD); if (!soap_get___trt__DeleteOSD(soap, &soap_tmp___trt__DeleteOSD, "-trt:DeleteOSD", NULL)) return soap->error; if (soap_body_end_in(soap) || soap_envelope_end_in(soap) || soap_end_recv(soap)) return soap->error; soap->error = __trt__DeleteOSD(soap, soap_tmp___trt__DeleteOSD.trt__DeleteOSD, &trt__DeleteOSDResponse); if (soap->error) return soap->error; soap->encodingStyle = NULL; /* use SOAP literal style */ soap_serializeheader(soap); soap_serialize__trt__DeleteOSDResponse(soap, &trt__DeleteOSDResponse); if (soap_begin_count(soap)) return soap->error; if ((soap->mode & SOAP_IO_LENGTH)) { if (soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__DeleteOSDResponse(soap, &trt__DeleteOSDResponse, "trt:DeleteOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap)) return soap->error; }; if (soap_end_count(soap) || soap_response(soap, SOAP_OK) || soap_envelope_begin_out(soap) || soap_putheader(soap) || soap_body_begin_out(soap) || soap_put__trt__DeleteOSDResponse(soap, &trt__DeleteOSDResponse, "trt:DeleteOSDResponse", "") || soap_body_end_out(soap) || soap_envelope_end_out(soap) || soap_end_send(soap)) return soap->error; return soap_closesock(soap); } #if defined(__BORLANDC__) #pragma option pop #pragma option pop #endif /* End of soapServer.c */