Wel Web Service
Click here for a complete list of operations.
ModifyUser
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /webservice/service.asmx HTTP/1.1
Host: users.ozmedia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.welcorp.com/webservice/ModifyUser"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.welcorp.com/webservice/" xmlns:types="http://www.welcorp.com/webservice/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<tns:AuthenticationHeader>
<Username xsi:type="xsd:string">string</Username>
<Password xsi:type="xsd:string">string</Password>
<Usercode xsi:type="xsd:string">string</Usercode>
</tns:AuthenticationHeader>
</soap:Header>
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:ModifyUser>
<user href="#id1" />
</tns:ModifyUser>
<tns:User id="id1" xsi:type="tns:User">
<UserCode xsi:type="xsd:string">string</UserCode>
<Title xsi:type="xsd:string">string</Title>
<FirstName xsi:type="xsd:string">string</FirstName>
<LastName xsi:type="xsd:string">string</LastName>
<Email xsi:type="xsd:string">string</Email>
<Phone xsi:type="xsd:string">string</Phone>
<Fax xsi:type="xsd:string">string</Fax>
<Mobile xsi:type="xsd:string">string</Mobile>
<Company href="#id2" />
<Password xsi:type="xsd:string">string</Password>
<ReportType xsi:type="tns:ReportType">Detailed or Exception or Summary</ReportType>
<MonthlyLimit xsi:type="xsd:double">double</MonthlyLimit>
<IsFax xsi:type="xsd:boolean">boolean</IsFax>
<IsSms xsi:type="xsd:boolean">boolean</IsSms>
<IsTts xsi:type="xsd:boolean">boolean</IsTts>
<IsTtsTwoWay xsi:type="xsd:boolean">boolean</IsTtsTwoWay>
<IsEmail xsi:type="xsd:boolean">boolean</IsEmail>
<ListCosts href="#id3" />
</tns:User>
<tns:Company id="id2" xsi:type="tns:Company">
<CompanyName xsi:type="xsd:string">string</CompanyName>
<Address xsi:type="xsd:string">string</Address>
<City xsi:type="xsd:string">string</City>
<Postcode xsi:type="xsd:string">string</Postcode>
<State xsi:type="xsd:string">string</State>
<Country xsi:type="xsd:string">string</Country>
</tns:Company>
<soapenc:Array id="id3" soapenc:arrayType="tns:ListCosts[2]">
<Item href="#id4" />
<Item href="#id5" />
</soapenc:Array>
<tns:ListCosts id="id4" xsi:type="tns:ListCosts">
<ListType xsi:type="tns:ListType">AuMedia or AuBusinesss or AuGovernment or Messaging or USMedia or AsiaMedia</ListType>
<Service xsi:type="tns:Service">Fax or Email or SMS or TextToSpeech or TextToSpeechMobile or TwoWaySMS or TwoWayTTS or TwoWayTTSMobile</Service>
<Cost xsi:type="xsd:double">double</Cost>
</tns:ListCosts>
<tns:ListCosts id="id5" xsi:type="tns:ListCosts">
<ListType xsi:type="tns:ListType">AuMedia or AuBusinesss or AuGovernment or Messaging or USMedia or AsiaMedia</ListType>
<Service xsi:type="tns:Service">Fax or Email or SMS or TextToSpeech or TextToSpeechMobile or TwoWaySMS or TwoWayTTS or TwoWayTTSMobile</Service>
<Cost xsi:type="xsd:double">double</Cost>
</tns:ListCosts>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.welcorp.com/webservice/" xmlns:types="http://www.welcorp.com/webservice/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:ModifyUserResponse>
<ModifyUserResult xsi:type="xsd:boolean">boolean</ModifyUserResult>
</tns:ModifyUserResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /webservice/service.asmx HTTP/1.1
Host: users.ozmedia.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://www.welcorp.com/webservice/" xmlns:types="http://www.welcorp.com/webservice/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<tns:AuthenticationHeader soapenc:id="id0">
<Username xsi:type="xsd:string">string</Username>
<Password xsi:type="xsd:string">string</Password>
<Usercode xsi:type="xsd:string">string</Usercode>
</tns:AuthenticationHeader>
</soap12:Header>
<soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<tns:ModifyUser>
<user soapenc:id="id1" xsi:type="tns:User">
<UserCode xsi:type="xsd:string">string</UserCode>
<Title xsi:type="xsd:string">string</Title>
<FirstName xsi:type="xsd:string">string</FirstName>
<LastName xsi:type="xsd:string">string</LastName>
<Email xsi:type="xsd:string">string</Email>
<Phone xsi:type="xsd:string">string</Phone>
<Fax xsi:type="xsd:string">string</Fax>
<Mobile xsi:type="xsd:string">string</Mobile>
<Company soapenc:id="id2" xsi:type="tns:Company">
<CompanyName xsi:type="xsd:string">string</CompanyName>
<Address xsi:type="xsd:string">string</Address>
<City xsi:type="xsd:string">string</City>
<Postcode xsi:type="xsd:string">string</Postcode>
<State xsi:type="xsd:string">string</State>
<Country xsi:type="xsd:string">string</Country>
</Company>
<Password xsi:type="xsd:string">string</Password>
<ReportType xsi:type="tns:ReportType">Detailed or Exception or Summary</ReportType>
<MonthlyLimit xsi:type="xsd:double">double</MonthlyLimit>
<IsFax xsi:type="xsd:boolean">boolean</IsFax>
<IsSms xsi:type="xsd:boolean">boolean</IsSms>
<IsTts xsi:type="xsd:boolean">boolean</IsTts>
<IsTtsTwoWay xsi:type="xsd:boolean">boolean</IsTtsTwoWay>
<IsEmail xsi:type="xsd:boolean">boolean</IsEmail>
<ListCosts soapenc:id="id3" soapenc:itemType="tns:ListCosts" soapenc:arraySize="2">
<Item soapenc:id="id4">
<ListType xsi:type="tns:ListType">AuMedia or AuBusinesss or AuGovernment or Messaging or USMedia or AsiaMedia</ListType>
<Service xsi:type="tns:Service">Fax or Email or SMS or TextToSpeech or TextToSpeechMobile or TwoWaySMS or TwoWayTTS or TwoWayTTSMobile</Service>
<Cost xsi:type="xsd:double">double</Cost>
</Item>
<Item soapenc:id="id5">
<ListType xsi:type="tns:ListType">AuMedia or AuBusinesss or AuGovernment or Messaging or USMedia or AsiaMedia</ListType>
<Service xsi:type="tns:Service">Fax or Email or SMS or TextToSpeech or TextToSpeechMobile or TwoWaySMS or TwoWayTTS or TwoWayTTSMobile</Service>
<Cost xsi:type="xsd:double">double</Cost>
</Item>
</ListCosts>
</user>
</tns:ModifyUser>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://www.welcorp.com/webservice/" xmlns:types="http://www.welcorp.com/webservice/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<tns:ModifyUserResponse>
<rpc:result xmlns="">ModifyUserResult</rpc:result>
<ModifyUserResult xsi:type="xsd:boolean">boolean</ModifyUserResult>
</tns:ModifyUserResponse>
</soap12:Body>
</soap12:Envelope>