Service
Click here for a complete list of operations.
PMWSSetMapCustomPlace
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 /Service.asmx HTTP/1.1 Host: pcmws.alk.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://localhost/PCMilerWS/PMWSSetMapCustomPlace" <?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:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <RequestHeader xmlns="http://localhost/PCMilerWS/"> <Token>string</Token> </RequestHeader> </soap:Header> <soap:Body> <PMWSSetMapCustomPlace xmlns="http://localhost/PCMilerWS/"> <LoginInfo> <UserID>string</UserID> <Password>string</Password> <Account>string</Account> <DataVer>string</DataVer> </LoginInfo> <PlaceLocation> <AbbreviationFormat>string</AbbreviationFormat> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <StopLabel>string</StopLabel> <SCost> <CostOfStop>string</CostOfStop> <HoursPerStop>string</HoursPerStop> <Loaded>string</Loaded> <OnDuty>string</OnDuty> <UseOrigin>string</UseOrigin> </SCost> <Country>string</Country> <CountryPostalCode>string</CountryPostalCode> </PlaceLocation> <PlaceMap> <ZoomTo>string</ZoomTo> <ZoomRad>string</ZoomRad> <Region>string</Region> <DetailLevel>string</DetailLevel> <MapWidth>string</MapWidth> <MapHeight>string</MapHeight> <Drawer>string</Drawer> <MapLegend>string</MapLegend> <MapMult>string</MapMult> <OversizeMap>string</OversizeMap> <MapLegendDrawer>string</MapLegendDrawer> <StopLabelDrawer>string</StopLabelDrawer> <SeparateLayering>string</SeparateLayering> <TrafficFlowDrawer> <TrafficFlowType>Congestion or RoadSpeed or Neither</TrafficFlowType> <TrafficFlowTime>Actual or Historic or Default</TrafficFlowTime> <DayOfWeek>string</DayOfWeek> <TimeOfDay> <Hour>string</Hour> <Minute>string</Minute> <AmPm>string</AmPm> </TimeOfDay> </TrafficFlowDrawer> <MapLegendOptions> <MapLegendOptions> <LegendName>ScaleOfMiles or RouteLegend or RoadLegend or HazMatLegend or TrafficLegend</LegendName> <DrawOnMap>boolean</DrawOnMap> </MapLegendOptions> <MapLegendOptions> <LegendName>ScaleOfMiles or RouteLegend or RoadLegend or HazMatLegend or TrafficLegend</LegendName> <DrawOnMap>boolean</DrawOnMap> </MapLegendOptions> </MapLegendOptions> </PlaceMap> <PlaceAction>string</PlaceAction> </PMWSSetMapCustomPlace> </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:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <PMWSSetMapCustomPlaceResponse xmlns="http://localhost/PCMilerWS/"> <PMWSSetMapCustomPlaceResult> <Version>string</Version> <ErrorList> <ErrorType> <ErrorCode>string</ErrorCode> <ErrorDesc>string</ErrorDesc> </ErrorType> <ErrorType> <ErrorCode>string</ErrorCode> <ErrorDesc>string</ErrorDesc> </ErrorType> </ErrorList> <RouteMap> <ZoomLevel>int</ZoomLevel> <Origin> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Origin> <Destination> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Destination> <TripID>string</TripID> <UpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </UpLeft> <LowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </LowRt> <ExUpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExUpLeft> <ExLowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExLowRt> <MapSize>int</MapSize> <MapInfo>base64Binary</MapInfo> <Center> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </Center> <MapLegendBuffer> <MapLegendBuffer xsi:nil="true" /> <MapLegendBuffer xsi:nil="true" /> </MapLegendBuffer> </RouteMap> <PointsLayer> <ZoomLevel>int</ZoomLevel> <Origin> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Origin> <Destination> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Destination> <TripID>string</TripID> <UpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </UpLeft> <LowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </LowRt> <ExUpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExUpLeft> <ExLowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExLowRt> <MapSize>int</MapSize> <MapInfo>base64Binary</MapInfo> <Center> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </Center> <MapLegendBuffer> <MapLegendBuffer xsi:nil="true" /> <MapLegendBuffer xsi:nil="true" /> </MapLegendBuffer> </PointsLayer> <Groups> <MapGroupInfo> <ID>int</ID> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> <MaxLat>int</MaxLat> <MaxLon>int</MaxLon> <MinLat>int</MinLat> <MinLon>int</MinLon> <NumPoints>int</NumPoints> </MapGroupInfo> <MapGroupInfo> <ID>int</ID> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> <MaxLat>int</MaxLat> <MaxLon>int</MaxLon> <MinLat>int</MinLat> <MinLon>int</MinLon> <NumPoints>int</NumPoints> </MapGroupInfo> </Groups> <Points> <MapPointInfo> <GroupID>int</GroupID> <ID>unsignedInt</ID> <ClassName>string</ClassName> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> </MapPointInfo> <MapPointInfo> <GroupID>int</GroupID> <ID>unsignedInt</ID> <ClassName>string</ClassName> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> </MapPointInfo> </Points> </PMWSSetMapCustomPlaceResult> </PMWSSetMapCustomPlaceResponse> </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 /Service.asmx HTTP/1.1 Host: pcmws.alk.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:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Header> <RequestHeader xmlns="http://localhost/PCMilerWS/"> <Token>string</Token> </RequestHeader> </soap12:Header> <soap12:Body> <PMWSSetMapCustomPlace xmlns="http://localhost/PCMilerWS/"> <LoginInfo> <UserID>string</UserID> <Password>string</Password> <Account>string</Account> <DataVer>string</DataVer> </LoginInfo> <PlaceLocation> <AbbreviationFormat>string</AbbreviationFormat> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <StopLabel>string</StopLabel> <SCost> <CostOfStop>string</CostOfStop> <HoursPerStop>string</HoursPerStop> <Loaded>string</Loaded> <OnDuty>string</OnDuty> <UseOrigin>string</UseOrigin> </SCost> <Country>string</Country> <CountryPostalCode>string</CountryPostalCode> </PlaceLocation> <PlaceMap> <ZoomTo>string</ZoomTo> <ZoomRad>string</ZoomRad> <Region>string</Region> <DetailLevel>string</DetailLevel> <MapWidth>string</MapWidth> <MapHeight>string</MapHeight> <Drawer>string</Drawer> <MapLegend>string</MapLegend> <MapMult>string</MapMult> <OversizeMap>string</OversizeMap> <MapLegendDrawer>string</MapLegendDrawer> <StopLabelDrawer>string</StopLabelDrawer> <SeparateLayering>string</SeparateLayering> <TrafficFlowDrawer> <TrafficFlowType>Congestion or RoadSpeed or Neither</TrafficFlowType> <TrafficFlowTime>Actual or Historic or Default</TrafficFlowTime> <DayOfWeek>string</DayOfWeek> <TimeOfDay> <Hour>string</Hour> <Minute>string</Minute> <AmPm>string</AmPm> </TimeOfDay> </TrafficFlowDrawer> <MapLegendOptions> <MapLegendOptions> <LegendName>ScaleOfMiles or RouteLegend or RoadLegend or HazMatLegend or TrafficLegend</LegendName> <DrawOnMap>boolean</DrawOnMap> </MapLegendOptions> <MapLegendOptions> <LegendName>ScaleOfMiles or RouteLegend or RoadLegend or HazMatLegend or TrafficLegend</LegendName> <DrawOnMap>boolean</DrawOnMap> </MapLegendOptions> </MapLegendOptions> </PlaceMap> <PlaceAction>string</PlaceAction> </PMWSSetMapCustomPlace> </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:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <PMWSSetMapCustomPlaceResponse xmlns="http://localhost/PCMilerWS/"> <PMWSSetMapCustomPlaceResult> <Version>string</Version> <ErrorList> <ErrorType> <ErrorCode>string</ErrorCode> <ErrorDesc>string</ErrorDesc> </ErrorType> <ErrorType> <ErrorCode>string</ErrorCode> <ErrorDesc>string</ErrorDesc> </ErrorType> </ErrorList> <RouteMap> <ZoomLevel>int</ZoomLevel> <Origin> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Origin> <Destination> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Destination> <TripID>string</TripID> <UpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </UpLeft> <LowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </LowRt> <ExUpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExUpLeft> <ExLowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExLowRt> <MapSize>int</MapSize> <MapInfo>base64Binary</MapInfo> <Center> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </Center> <MapLegendBuffer> <MapLegendBuffer xsi:nil="true" /> <MapLegendBuffer xsi:nil="true" /> </MapLegendBuffer> </RouteMap> <PointsLayer> <ZoomLevel>int</ZoomLevel> <Origin> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Origin> <Destination> <StateName>string</StateName> <CountryName>string</CountryName> <Region>string</Region> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <SPLC>string</SPLC> <Juris>string</Juris> <PlaceName>string</PlaceName> <Lat>string</Lat> <Long>string</Long> <GeoWarning xsi:nil="true" /> <StopWarning>string</StopWarning> <Country>string</Country> </Destination> <TripID>string</TripID> <UpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </UpLeft> <LowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </LowRt> <ExUpLeft> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExUpLeft> <ExLowRt> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </ExLowRt> <MapSize>int</MapSize> <MapInfo>base64Binary</MapInfo> <Center> <ID>unsignedInt</ID> <PinLat>string</PinLat> <PinLong>string</PinLong> <PinX>string</PinX> <PinY>string</PinY> <Bitmap>string</Bitmap> <Category>string</Category> </Center> <MapLegendBuffer> <MapLegendBuffer xsi:nil="true" /> <MapLegendBuffer xsi:nil="true" /> </MapLegendBuffer> </PointsLayer> <Groups> <MapGroupInfo> <ID>int</ID> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> <MaxLat>int</MaxLat> <MaxLon>int</MaxLon> <MinLat>int</MinLat> <MinLon>int</MinLon> <NumPoints>int</NumPoints> </MapGroupInfo> <MapGroupInfo> <ID>int</ID> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> <MaxLat>int</MaxLat> <MaxLon>int</MaxLon> <MinLat>int</MinLat> <MinLon>int</MinLon> <NumPoints>int</NumPoints> </MapGroupInfo> </Groups> <Points> <MapPointInfo> <GroupID>int</GroupID> <ID>unsignedInt</ID> <ClassName>string</ClassName> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> </MapPointInfo> <MapPointInfo> <GroupID>int</GroupID> <ID>unsignedInt</ID> <ClassName>string</ClassName> <Devx>int</Devx> <Devy>int</Devy> <Latitude>int</Latitude> <Longitude>int</Longitude> </MapPointInfo> </Points> </PMWSSetMapCustomPlaceResult> </PMWSSetMapCustomPlaceResponse> </soap12:Body> </soap12:Envelope>