Error message "multiple points"

Deals with generic topics such as logging, framework and so on. If you are not sure where to place your topic just put it here.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Error message "multiple points"

Post by Bernd Welter »

Hi there,

yesterday a partner challenged me with the following error message:

Code: Select all

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>multiple points</faultstring>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>
It took some seconds to determine the cause for the error. Obviously he made an error in the representation of the double values in his SOAP document's coordinates:

Code: Select all

<location>
      <kml xsi:nil="true" xmlns="http://common.xserver.ptvag.com"/>
      <point x="777.679.732" y="4.097.126.461" xmlns="http://common.xserver.ptvag.com"/>
</location>
I assume that the error isn't thrown by the backend module itself but by the framework we use to parse incoming requests.

That's it - have a nice day,

Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply