- From: Glen Daniels <gdaniels@sonicsoftware.com>
- Date: Fri, 3 Mar 2006 02:58:31 -0500
- To: <public-ws-addressing@w3.org>
Just FYI, I thought this was pretty interesting timing for this message
to appear, after yesterday's discussions. :) (Kandula is Apache's
WS-Transaction/Coordination implementation)
--Glen
-----Original Message-----
From: Dasarath Weeratunge [mailto:dweeratu@purdue.edu]
Sent: Friday, March 03, 2006 2:14 AM
To: kandula-dev@ws.apache.org
Subject: a:DestinationUnreachable??? from msft
thilina, do you have any idea what this might mean?
reponse:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action
s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/fault</a:Actio
n>
</s:Header>
<s:Body>
<s:Fault>
<faultcode>a:DestinationUnreachable</faultcode>
<faultstring xml:lang="en-US">The endpoint cannot process the
message at this time.</faultstring>
</s:Fault>
</s:Body></s:Envelope>
request:
POST /Transactions_Service_Indigo/TransactionalService.svc HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.3
Host: 131.107.72.15:8082
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "http://tempuri.org/ITransactionalService/Commit"
Content-Length: 1543
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<soapenv:Header>
<wsa:MessageID
soapenv:mustUnderstand="0">uuid:3fd1c970-aa5b-11da-85bf-
ffdf5843e094</wsa:MessageID>
<wsa:To
soapenv:mustUnderstand="0">http://localhost:8082/Transactions_Service_In
digo/Tra
nsactionalService.svc</wsa:To>
<wsa:Action
soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Comm
it</wsa:
Action>
<wsa:From soapenv:mustUnderstand="0">
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
mous</ws
a:Address>
</wsa:From>
<wscoor:CoordinationContext
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0"
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor">
<wscoor:Identifier>uuid:3f989100-aa5b-11da-85bf-
ffdf5843e094</wscoor:Identifier>
<wscoor:CoordinationType>http://schemas.xmlsoap.org/ws/2004/10/wsat</wsc
oor:Coor
dinationType>
<wscoor:RegistrationService>
<wsa:Address>http://lore.cs.purdue.edu:44444/axis/services/registrationC
oordinat
or</wsa:Address>
<wsa:ReferenceProperties>
<ns3:CallbackRef
xmlns:ns3="http://ws.apache.org/kandula">uuid:3f989100-aa5b-11da-85bf-
ffdf5843e094</ns3:CallbackRef>
</wsa:ReferenceProperties>
</wscoor:RegistrationService>
</wscoor:CoordinationContext>
</soapenv:Header>
<soapenv:Body>
<Commit xmlns="http://tempuri.org/"/>
</soapenv:Body>
</soapenv:Envelope>
---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org
Received on Friday, 3 March 2006 07:59:23 UTC