The SOAP envelope seems to be fine...my working sample envelope looks
like below...the server gives that exception when validating the
entity before save, but normally it's a readable message...can we
schedule a go to meeting with you ?
<wsa:Action>
http://targetprocess.com/Update</wsa:Action>
<wsa:MessageID>urn:uuid:5c9d56f2-0738-4186-a001-16274ed19970</
wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/
anonymous</wsa:Address>
</wsa:ReplyTo>
<wsa:To>
http://demo8.tpondemand.com/Services/BugService.asmx</
wsa:To>
<wsse:Security soap:mustUnderstand="1">
<wsu:Timestamp wsu:Id="Timestamp-33b6abc0-b738-4421-
a43a-41ea4c69e3d0">
<wsu:Created>2012-04-26T08:44:06Z</wsu:Created>
<wsu:Expires>2012-04-26T08:49:06Z</wsu:Expires>
</wsu:Timestamp>
<wsse:UsernameToken xmlns:wsu="
http://docs.oasis-open.org/wss/
2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="SecurityToken-e0b75cd4-b22d-4d0f-b7ad-596d0d6d9061">
<wsse:Username>admin</wsse:Username>
<wsse:Password Type="
http://docs.oasis-open.org/wss/2004/01/
oasis-200401-wss-username-token-profile-1.0#PasswordText">admin</
wsse:Password>
<wsse:Nonce>ZJy9CWlEvu/EbI52CUdZEg==</wsse:Nonce>
<wsu:Created>2012-04-26T08:44:06Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soap:Header>
<soap:Body>
<Update xmlns="
http://targetprocess.com">
<entity>
<ID>5539</ID>
<BugID>5539</BugID>
<Name>AA</Name>
<Description>
<div>
aAA</div>
</Description>
<StartDate xsi:nil="true" />
<EndDate xsi:nil="true" />
<CreateDate>2012-04-25T02:51:18</CreateDate>
<ModifyDate>2012-04-25T02:51:57</ModifyDate>
<LastCommentDate xsi:nil="true" />
<NumericPriority>1538</NumericPriority>
<CustomField1>00000000000000000255</CustomField1>
<Effort>0.0000</Effort>
<EffortCompleted>0.0000</EffortCompleted>
<EffortToDo>0.0000</EffortToDo>
<TimeSpent>0.0000</TimeSpent>
<TimeRemain>0.0000</TimeRemain>
<LastCommentUserID xsi:nil="true" />
<OwnerID>1</OwnerID>
<LastEditorID>1</LastEditorID>
<EntityStateID>27</EntityStateID>
<PriorityID>7</PriorityID>
<ProjectID>1577</ProjectID>
<IterationID xsi:nil="true" />
<ParentID xsi:nil="true" />
<ReleaseID xsi:nil="true" />
<SeverityID>5</SeverityID>
<BuildID xsi:nil="true" />
<UserStoryID xsi:nil="true" />
<EntityTypeName>Tp.BusinessObjects.Bug</EntityTypeName>
<EntityStateName>Backlog</EntityStateName>
<PriorityName>Fix If Time</PriorityName>
<ProjectName>KB</ProjectName>
<ReleaseName>Backlog</ReleaseName>
<SeverityName>Enhancement</SeverityName>
</entity>
</Update>
</soap:Body>
</soap:Envelope>
On Apr 25, 10:55 pm, Sebastian Van Lacke <
svanla...@caesarsystems.com>