ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTP 200 from SOAP call but no data

Post new topic  Reply to topic
 HTTP 200 from SOAP call but no data « View previous topic :: View next topic » 
Author Message
petervh1
PostPosted: Tue Mar 15, 2022 3:30 am    Post subject: HTTP 200 from SOAP call but no data Reply with quote

Centurion

Joined: 19 Apr 2010
Posts: 122

Hi

ACE 12.0.2

I'm seeing an HTTP 200 returned from my SOAP Request call in my flow but the SOAP Body is blank. Details below. If I run the same call to the same endpoint though SOAPUI, I get a SOAP body with the expected payload.

I made sure that I'm using the same WSDL for the ACE flow as I'm using for the SOAPUI project.

I set Validate to None on the SOAPRequest properties.

Can anyone assist, please?

Here's the WSDL:

[code:1:60030d367e]<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://Datarite/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://Datarite/">
<wsdl:documentation>The following services relate to the people reference data<wsdl:appinfo source="WMQI_APPINFO">
<MRWSDLAppInfo imported="true">
<generatedXSD location="PROD_InlineSchema1.xsd"/>
<binding hasEncoding="false" imported="true" name="PeopleSoap" originalBindingStyle="document"/>
<binding hasEncoding="false" imported="false" name="PeopleHttpGet" originalBindingStyle="document"/>
<binding hasEncoding="false" imported="true" name="PeopleSoap12" originalBindingStyle="document"/>
<binding hasEncoding="false" imported="false" name="PeopleHttpPost" originalBindingStyle="document"/>
</MRWSDLAppInfo>
</wsdl:appinfo>
</wsdl:documentation>
<wsdl:types>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://Datarite/" xmlns:ibmSchExtn="http://www.ibm.com/schema/extensions">
<xsd:include schemaLocation="PROD_InlineSchema1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="DesignationsSoapIn">
<wsdl:part element="tns:Designations" name="parameters"/>
</wsdl:message>
<wsdl:message name="DesignationsSoapOut">
<wsdl:part element="tns:DesignationsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsSoapIn">
<wsdl:part element="tns:HRDepartments" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsSoapOut">
<wsdl:part element="tns:HRDepartmentsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsSoapIn">
<wsdl:part element="tns:HRDepartmentRooms" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsSoapOut">
<wsdl:part element="tns:HRDepartmentRoomsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDivisionsSoapIn">
<wsdl:part element="tns:HRDivisions" name="parameters"/>
</wsdl:message>
<wsdl:message name="HRDivisionsSoapOut">
<wsdl:part element="tns:HRDivisionsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonSoapIn">
<wsdl:part element="tns:Person" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonSoapOut">
<wsdl:part element="tns:PersonResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonByIdSoapIn">
<wsdl:part element="tns:PersonById" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonByIdSoapOut">
<wsdl:part element="tns:PersonByIdResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameSoapIn">
<wsdl:part element="tns:PersonByLoginName" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameSoapOut">
<wsdl:part element="tns:PersonByLoginNameResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameSoapIn">
<wsdl:part element="tns:PersonWithoutLogonByName" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameSoapOut">
<wsdl:part element="tns:PersonWithoutLogonByNameResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonEmailSoapIn">
<wsdl:part element="tns:PersonEmail" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonEmailSoapOut">
<wsdl:part element="tns:PersonEmailResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasSoapIn">
<wsdl:part element="tns:PersonnelAreas" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasSoapOut">
<wsdl:part element="tns:PersonnelAreasResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasSoapIn">
<wsdl:part element="tns:PersonnelSubAreas" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasSoapOut">
<wsdl:part element="tns:PersonnelSubAreasResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsSoapIn">
<wsdl:part element="tns:PersonDivisions" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsSoapOut">
<wsdl:part element="tns:PersonDivisionsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonRegionsSoapIn">
<wsdl:part element="tns:PersonRegions" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonRegionsSoapOut">
<wsdl:part element="tns:PersonRegionsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonLocationsSoapIn">
<wsdl:part element="tns:PersonLocations" name="parameters"/>
</wsdl:message>
<wsdl:message name="PersonLocationsSoapOut">
<wsdl:part element="tns:PersonLocationsResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="DesignationsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="DesignationsHttpGetOut">
<wsdl:part element="tns:ArrayOfDesignation" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsHttpGetOut">
<wsdl:part element="tns:ArrayOfHRDepartment" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsHttpGetOut">
<wsdl:part element="tns:ArrayOfHRDepartmentRoom" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDivisionsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDivisionsHttpGetOut">
<wsdl:part element="tns:ArrayOfHRDivision" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="HRDivisionID" type="s:string"/>
<wsdl:part name="HRDepartmentID" type="s:string"/>
<wsdl:part name="DesignationID" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="PersonnelSubAreaID" type="s:string"/>
<wsdl:part name="IsActive" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
<wsdl:part name="PageNumber" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonHttpGetOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonByIdHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="PersonID" type="s:string"/>
<wsdl:part name="UniqueSystemNo" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonByIdHttpGetOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="WindowsLogon" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameHttpGetOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="Name" type="s:string"/>
<wsdl:part name="HRDivisionID" type="s:string"/>
<wsdl:part name="HRDepartmentID" type="s:string"/>
<wsdl:part name="DesignationID" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="PersonnelSubAreaID" type="s:string"/>
<wsdl:part name="IsActive" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameHttpGetOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonEmailHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonEmailHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonEmail" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonnelArea" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonnelSubArea" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonDivision" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonRegionsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonRegionsHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonRegion" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonLocationsHttpGetIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonLocationsHttpGetOut">
<wsdl:part element="tns:ArrayOfPersonLocation" name="Body"/>
</wsdl:message>
<wsdl:message name="DesignationsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="DesignationsHttpPostOut">
<wsdl:part element="tns:ArrayOfDesignation" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDepartmentsHttpPostOut">
<wsdl:part element="tns:ArrayOfHRDepartment" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDepartmentRoomsHttpPostOut">
<wsdl:part element="tns:ArrayOfHRDepartmentRoom" name="Body"/>
</wsdl:message>
<wsdl:message name="HRDivisionsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="HRDivisionsHttpPostOut">
<wsdl:part element="tns:ArrayOfHRDivision" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="HRDivisionID" type="s:string"/>
<wsdl:part name="HRDepartmentID" type="s:string"/>
<wsdl:part name="DesignationID" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="PersonnelSubAreaID" type="s:string"/>
<wsdl:part name="IsActive" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
<wsdl:part name="PageNumber" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonHttpPostOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonByIdHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="PersonID" type="s:string"/>
<wsdl:part name="UniqueSystemNo" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonByIdHttpPostOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="WindowsLogon" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonByLoginNameHttpPostOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="Name" type="s:string"/>
<wsdl:part name="HRDivisionID" type="s:string"/>
<wsdl:part name="HRDepartmentID" type="s:string"/>
<wsdl:part name="DesignationID" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="PersonnelSubAreaID" type="s:string"/>
<wsdl:part name="IsActive" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonWithoutLogonByNameHttpPostOut">
<wsdl:part element="tns:ArrayOfPerson" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonEmailHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonEmailHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonEmail" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonnelAreasHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonnelArea" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="PersonnelAreaID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonnelSubAreasHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonnelSubArea" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonDivisionsHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonDivision" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonRegionsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonRegionsHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonRegion" name="Body"/>
</wsdl:message>
<wsdl:message name="PersonLocationsHttpPostIn">
<wsdl:part name="SubscriberName" type="s:string"/>
<wsdl:part name="BrandID" type="s:string"/>
<wsdl:part name="StateID" type="s:string"/>
<wsdl:part name="EffectiveFrom" type="s:string"/>
</wsdl:message>
<wsdl:message name="PersonLocationsHttpPostOut">
<wsdl:part element="tns:ArrayOfPersonLocation" name="Body"/>
</wsdl:message>
<wsdl:portType name="PeopleSoap">
<wsdl:operation name="Designations">
<wsdl:documentation>Webservice exposing Designations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:DesignationsSoapIn"/>
<wsdl:output message="tns:DesignationsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartments">
<wsdl:documentation>Webservice exposing HR Departments. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentsSoapIn"/>
<wsdl:output message="tns:HRDepartmentsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartmentRooms">
<wsdl:documentation>Webservice exposing HR Department Rooms. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentRoomsSoapIn"/>
<wsdl:output message="tns:HRDepartmentRoomsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="HRDivisions">
<wsdl:documentation>Webservice exposing HR Divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:HRDivisionsSoapIn"/>
<wsdl:output message="tns:HRDivisionsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="Person">
<wsdl:documentation>Webservice exposing People. <font color="RED">
<strong>This service uses paging. (5000 records p/req)</strong>
</font> <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)<strong>PageNumber:</strong> Page of Data <font color="RED">
<strong>Required</strong>
</font>
</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonSoapIn"/>
<wsdl:output message="tns:PersonSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonById">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>PersonID:</strong> Person ID<strong>UniqueSystemNo:</strong> Person Unique System Number</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByIdSoapIn"/>
<wsdl:output message="tns:PersonByIdSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonByLoginName">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>WindowsLogon:</strong> Person WindowsLogon</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByLoginNameSoapIn"/>
<wsdl:output message="tns:PersonByLoginNameSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonWithoutLogonByName">
<wsdl:documentation>Webservice exposing People.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>Name:</strong> First Name + Last Name<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonWithoutLogonByNameSoapIn"/>
<wsdl:output message="tns:PersonWithoutLogonByNameSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonEmail">
<wsdl:documentation>Webservice exposing People's email. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonEmailSoapIn"/>
<wsdl:output message="tns:PersonEmailSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelAreas">
<wsdl:documentation>Webservice exposing Personnel Areas.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelAreasSoapIn"/>
<wsdl:output message="tns:PersonnelAreasSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelSubAreas">
<wsdl:documentation>Webservice exposing Personnel Sub Areas. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>PersonnelAreaID</strong>: DataRite PersonnelAreaID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelSubAreasSoapIn"/>
<wsdl:output message="tns:PersonnelSubAreasSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonDivisions">
<wsdl:documentation>Webservice exposing People and their divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonDivisionsSoapIn"/>
<wsdl:output message="tns:PersonDivisionsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonRegions">
<wsdl:documentation>Webservice exposing People and their regions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonRegionsSoapIn"/>
<wsdl:output message="tns:PersonRegionsSoapOut"/>
</wsdl:operation>
<wsdl:operation name="PersonLocations">
<wsdl:documentation>Webservice exposing People and their locations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonLocationsSoapIn"/>
<wsdl:output message="tns:PersonLocationsSoapOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="PeopleHttpGet">
<wsdl:operation name="Designations">
<wsdl:documentation>Webservice exposing Designations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:DesignationsHttpGetIn"/>
<wsdl:output message="tns:DesignationsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartments">
<wsdl:documentation>Webservice exposing HR Departments. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentsHttpGetIn"/>
<wsdl:output message="tns:HRDepartmentsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartmentRooms">
<wsdl:documentation>Webservice exposing HR Department Rooms. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentRoomsHttpGetIn"/>
<wsdl:output message="tns:HRDepartmentRoomsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="HRDivisions">
<wsdl:documentation>Webservice exposing HR Divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:HRDivisionsHttpGetIn"/>
<wsdl:output message="tns:HRDivisionsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="Person">
<wsdl:documentation>Webservice exposing People. <font color="RED">
<strong>This service uses paging. (5000 records p/req)</strong>
</font> <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)<strong>PageNumber:</strong> Page of Data <font color="RED">
<strong>Required</strong>
</font>
</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonHttpGetIn"/>
<wsdl:output message="tns:PersonHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonById">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>PersonID:</strong> Person ID<strong>UniqueSystemNo:</strong> Person Unique System Number</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByIdHttpGetIn"/>
<wsdl:output message="tns:PersonByIdHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonByLoginName">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>WindowsLogon:</strong> Person WindowsLogon</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByLoginNameHttpGetIn"/>
<wsdl:output message="tns:PersonByLoginNameHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonWithoutLogonByName">
<wsdl:documentation>Webservice exposing People.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>Name:</strong> First Name + Last Name<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonWithoutLogonByNameHttpGetIn"/>
<wsdl:output message="tns:PersonWithoutLogonByNameHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonEmail">
<wsdl:documentation>Webservice exposing People's email. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonEmailHttpGetIn"/>
<wsdl:output message="tns:PersonEmailHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelAreas">
<wsdl:documentation>Webservice exposing Personnel Areas.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelAreasHttpGetIn"/>
<wsdl:output message="tns:PersonnelAreasHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelSubAreas">
<wsdl:documentation>Webservice exposing Personnel Sub Areas. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>PersonnelAreaID</strong>: DataRite PersonnelAreaID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelSubAreasHttpGetIn"/>
<wsdl:output message="tns:PersonnelSubAreasHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonDivisions">
<wsdl:documentation>Webservice exposing People and their divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonDivisionsHttpGetIn"/>
<wsdl:output message="tns:PersonDivisionsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonRegions">
<wsdl:documentation>Webservice exposing People and their regions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonRegionsHttpGetIn"/>
<wsdl:output message="tns:PersonRegionsHttpGetOut"/>
</wsdl:operation>
<wsdl:operation name="PersonLocations">
<wsdl:documentation>Webservice exposing People and their locations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonLocationsHttpGetIn"/>
<wsdl:output message="tns:PersonLocationsHttpGetOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="PeopleHttpPost">
<wsdl:operation name="Designations">
<wsdl:documentation>Webservice exposing Designations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:DesignationsHttpPostIn"/>
<wsdl:output message="tns:DesignationsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartments">
<wsdl:documentation>Webservice exposing HR Departments. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentsHttpPostIn"/>
<wsdl:output message="tns:HRDepartmentsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="HRDepartmentRooms">
<wsdl:documentation>Webservice exposing HR Department Rooms. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm) </div>
</wsdl:documentation>
<wsdl:input message="tns:HRDepartmentRoomsHttpPostIn"/>
<wsdl:output message="tns:HRDepartmentRoomsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="HRDivisions">
<wsdl:documentation>Webservice exposing HR Divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:HRDivisionsHttpPostIn"/>
<wsdl:output message="tns:HRDivisionsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="Person">
<wsdl:documentation>Webservice exposing People. <font color="RED">
<strong>This service uses paging. (5000 records p/req)</strong>
</font> <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request. <font color="red">
<strong>Required!</strong>
</font>
<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)<strong>PageNumber:</strong> Page of Data <font color="RED">
<strong>Required</strong>
</font>
</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonHttpPostIn"/>
<wsdl:output message="tns:PersonHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonById">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>PersonID:</strong> Person ID<strong>UniqueSystemNo:</strong> Person Unique System Number</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByIdHttpPostIn"/>
<wsdl:output message="tns:PersonByIdHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonByLoginName">
<wsdl:documentation>Webservice exposing a Person.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>WindowsLogon:</strong> Person WindowsLogon</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonByLoginNameHttpPostIn"/>
<wsdl:output message="tns:PersonByLoginNameHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonWithoutLogonByName">
<wsdl:documentation>Webservice exposing People.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName:</strong> System performing the web request<strong>Name:</strong> First Name + Last Name<strong>HRDivisionID:</strong> DataRite HR Division ID (<a href="People.asmx?op=HRDivisions">HRDivision</a>)<strong>HRDepartmentID:</strong> DataRite HR Department ID (<a href="People.asmx?op=HRDepartments">HRDepartments</a>)<strong>DesignationID:</strong> HR DesignationID (<a href="People.asmx?op=Designations">Designations</a>)<strong>PersonnelAreaID:</strong> DataRite HR Personnel Area ID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>PersonnelSubAreaID:</strong> DataRite HR Personnel Sub Area ID (<a href="People.asmx?op=PersonnelSubAreas">PersonnelSubAreas</a>)<strong>IsActive:</strong> True = active people or False = deleted people</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonWithoutLogonByNameHttpPostIn"/>
<wsdl:output message="tns:PersonWithoutLogonByNameHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonEmail">
<wsdl:documentation>Webservice exposing People's email. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonEmailHttpPostIn"/>
<wsdl:output message="tns:PersonEmailHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelAreas">
<wsdl:documentation>Webservice exposing Personnel Areas.<div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelAreasHttpPostIn"/>
<wsdl:output message="tns:PersonnelAreasHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonnelSubAreas">
<wsdl:documentation>Webservice exposing Personnel Sub Areas. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>PersonnelAreaID</strong>: DataRite PersonnelAreaID (<a href="People.asmx?op=PersonnelAreas">PersonnelAreas</a>)<strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonnelSubAreasHttpPostIn"/>
<wsdl:output message="tns:PersonnelSubAreasHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonDivisions">
<wsdl:documentation>Webservice exposing People and their divisions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonDivisionsHttpPostIn"/>
<wsdl:output message="tns:PersonDivisionsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonRegions">
<wsdl:documentation>Webservice exposing People and their regions. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonRegionsHttpPostIn"/>
<wsdl:output message="tns:PersonRegionsHttpPostOut"/>
</wsdl:operation>
<wsdl:operation name="PersonLocations">
<wsdl:documentation>Webservice exposing People and their locations. <div style="padding-left:20px;color=#606060">
<u>Input Parameters:</u>
<strong>SubscriberName</strong>: System performing the web request<strong>BrandID</strong>: DataRite BrandID<strong>StateID</strong>: DataRite StateID <strong>EffectiveFrom:</strong> All changes effective from this date (yyyy-MM-dd hh:mm)</div>
</wsdl:documentation>
<wsdl:input message="tns:PersonLocationsHttpPostIn"/>
<wsdl:output message="tns:PersonLocationsHttpPostOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PeopleSoap" type="tns:PeopleSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Designations">
<soap:operation soapAction="http://Datarite/Designations" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="HRDepartments">
<soap:operation soapAction="http://Datarite/HRDepartments" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="HRDepartmentRooms">
<soap:operation soapAction="http://Datarite/HRDepartmentRooms" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="HRDivisions">
<soap:operation soapAction="http://Datarite/HRDivisions" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Person">
<soap:operation soapAction="http://Datarite/Person" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PersonById">
<soap:operation soapAction="http://Datarite/PersonById" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PersonByLoginName">
<soap:operation soapAction="http://Datarite/PersonByLoginName" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PersonWithoutLogonByName">
<soap:operation soapAction="http://Datarite/PersonWithoutLogonByName" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</
Back to top
View user's profile Send private message
abhi_thri
PostPosted: Wed Mar 16, 2022 12:59 am    Post subject: Reply with quote

Knight

Joined: 17 Jul 2017
Posts: 516
Location: UK

hi...does the response include any mixed content, if so the SOAPRequest->Response Message Parsing -> Parser Options -> 'Retain mixed content' need to be selected
Back to top
View user's profile Send private message
petervh1
PostPosted: Thu Mar 17, 2022 4:11 am    Post subject: Reply with quote

Centurion

Joined: 19 Apr 2010
Posts: 122

I solved the issue - I was using the incorrect SOAP input structure.

Thanks for your reply, anyway.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HTTP 200 from SOAP call but no data
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.