Previous Topic: WSDL GenerationNext Topic: Exception Messages


SOAP Messages

The Task Execution Web Service expects messages from the client to have the following characteristics:

SOAP Limitations

SOAP requests use the pipe ("|") as a delimiter to separate values in multi-valued attributes. For example, for an address attribute you can have several values separated by a piper, such as 110 First Avenue | Boston | MA.

Do not use the pipe character as a delimiter for single-valued attributes. For example, a specification such as Name: John | Jones can cause the request to fail.