You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Dasarath Weeratunge <dw...@purdue.edu> on 2006/03/03 02:13:56 UTC

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:Action>
   </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_Indigo/Tra
nsactionalService.svc</wsa:To>
         <wsa:Action 
soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Commit</wsa:
Action>
         <wsa:From soapenv:mustUnderstand="0">
            
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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</wscoor:Coor
dinationType>
            <wscoor:RegistrationService>
               
<wsa:Address>http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
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


Re: a:DestinationUnreachable??? from msft

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

were you able to get anything from msft side other than destination unreachable?


> U got it right...
> Only 3 scenerios... Possiblly one more secure conversation scenerio.
> 
> ~Thilina
> 
> On 3/2/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> >
> > Quoting Thilina Gunarathne <cs...@gmail.com>:
> >
> > have I got it wrong or are they really testing only 3 scenarios???
> >
> > > hmmm... No idea... I got similar kind of message when trying from my
> > > dial-up...
> > > I'm going to try it from outside today..
> > >
> > > I'll post this to SOAP-Builders in case if I get the same kind of
> > > response.....
> > >
> > > ~Thilina
> > >
> > >
> > > On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> > > >
> > > > 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:Action>
> > > >   </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_Indigo/Tra
> > > > nsactionalService.svc</wsa:To>
> > > >         <wsa:Action
> > > > soapenv:mustUnderstand="0">
> > http://tempuri.org/ITransactionalService/Commit
> > > > </wsa:
> > > > Action>
> > > >         <wsa:From soapenv:mustUnderstand="0">
> > > >
> > > > <wsa:Address>
> > > > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > > > </wscoor:Coor
> > > > dinationType>
> > > >            <wscoor:RegistrationService>
> > > >
> > > > <wsa:Address>
> > > > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > > > 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
> > > >
> > > >
> > >
> > >
> > > --
> > > "May the SourcE be with u"
> > > http://webservices.apache.org/~thilina/
> > > http://thilinag.blogspot.com/
> > > http://www.bloglines.com/blog/Thilina
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: kandula-dev-help@ws.apache.org
> >
> >
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org


Re: a:DestinationUnreachable??? from msft

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

were you able to get anything from msft side other than destination unreachable?


> U got it right...
> Only 3 scenerios... Possiblly one more secure conversation scenerio.
> 
> ~Thilina
> 
> On 3/2/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> >
> > Quoting Thilina Gunarathne <cs...@gmail.com>:
> >
> > have I got it wrong or are they really testing only 3 scenarios???
> >
> > > hmmm... No idea... I got similar kind of message when trying from my
> > > dial-up...
> > > I'm going to try it from outside today..
> > >
> > > I'll post this to SOAP-Builders in case if I get the same kind of
> > > response.....
> > >
> > > ~Thilina
> > >
> > >
> > > On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> > > >
> > > > 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:Action>
> > > >   </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_Indigo/Tra
> > > > nsactionalService.svc</wsa:To>
> > > >         <wsa:Action
> > > > soapenv:mustUnderstand="0">
> > http://tempuri.org/ITransactionalService/Commit
> > > > </wsa:
> > > > Action>
> > > >         <wsa:From soapenv:mustUnderstand="0">
> > > >
> > > > <wsa:Address>
> > > > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > > > </wscoor:Coor
> > > > dinationType>
> > > >            <wscoor:RegistrationService>
> > > >
> > > > <wsa:Address>
> > > > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > > > 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
> > > >
> > > >
> > >
> > >
> > > --
> > > "May the SourcE be with u"
> > > http://webservices.apache.org/~thilina/
> > > http://thilinag.blogspot.com/
> > > http://www.bloglines.com/blog/Thilina
> > >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: kandula-dev-help@ws.apache.org
> >
> >
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org


Re: a:DestinationUnreachable??? from msft

Posted by Thilina Gunarathne <cs...@gmail.com>.
U got it right...
Only 3 scenerios... Possiblly one more secure conversation scenerio.

~Thilina

On 3/2/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> Quoting Thilina Gunarathne <cs...@gmail.com>:
>
> have I got it wrong or are they really testing only 3 scenarios???
>
> > hmmm... No idea... I got similar kind of message when trying from my
> > dial-up...
> > I'm going to try it from outside today..
> >
> > I'll post this to SOAP-Builders in case if I get the same kind of
> > response.....
> >
> > ~Thilina
> >
> >
> > On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> > >
> > > 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:Action>
> > >   </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_Indigo/Tra
> > > nsactionalService.svc</wsa:To>
> > >         <wsa:Action
> > > soapenv:mustUnderstand="0">
> http://tempuri.org/ITransactionalService/Commit
> > > </wsa:
> > > Action>
> > >         <wsa:From soapenv:mustUnderstand="0">
> > >
> > > <wsa:Address>
> > > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > > </wscoor:Coor
> > > dinationType>
> > >            <wscoor:RegistrationService>
> > >
> > > <wsa:Address>
> > > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > > 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
> > >
> > >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: kandula-dev-help@ws.apache.org
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: a:DestinationUnreachable??? from msft

Posted by Thilina Gunarathne <cs...@gmail.com>.
U got it right...
Only 3 scenerios... Possiblly one more secure conversation scenerio.

~Thilina

On 3/2/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> Quoting Thilina Gunarathne <cs...@gmail.com>:
>
> have I got it wrong or are they really testing only 3 scenarios???
>
> > hmmm... No idea... I got similar kind of message when trying from my
> > dial-up...
> > I'm going to try it from outside today..
> >
> > I'll post this to SOAP-Builders in case if I get the same kind of
> > response.....
> >
> > ~Thilina
> >
> >
> > On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> > >
> > > 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:Action>
> > >   </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_Indigo/Tra
> > > nsactionalService.svc</wsa:To>
> > >         <wsa:Action
> > > soapenv:mustUnderstand="0">
> http://tempuri.org/ITransactionalService/Commit
> > > </wsa:
> > > Action>
> > >         <wsa:From soapenv:mustUnderstand="0">
> > >
> > > <wsa:Address>
> > > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > > </wscoor:Coor
> > > dinationType>
> > >            <wscoor:RegistrationService>
> > >
> > > <wsa:Address>
> > > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > > 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
> > >
> > >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: kandula-dev-help@ws.apache.org
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: a:DestinationUnreachable??? from msft

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

have I got it wrong or are they really testing only 3 scenarios???

> hmmm... No idea... I got similar kind of message when trying from my
> dial-up...
> I'm going to try it from outside today..
> 
> I'll post this to SOAP-Builders in case if I get the same kind of
> response.....
> 
> ~Thilina
> 
> 
> On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> >
> > 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:Action>
> >   </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_Indigo/Tra
> > nsactionalService.svc</wsa:To>
> >         <wsa:Action
> > soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Commit
> > </wsa:
> > Action>
> >         <wsa:From soapenv:mustUnderstand="0">
> >
> > <wsa:Address>
> > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > </wscoor:Coor
> > dinationType>
> >            <wscoor:RegistrationService>
> >
> > <wsa:Address>
> > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > 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
> >
> >
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org


Re: a:DestinationUnreachable??? from msft

Posted by Dasarath Weeratunge <dw...@purdue.edu>.
Quoting Thilina Gunarathne <cs...@gmail.com>:

have I got it wrong or are they really testing only 3 scenarios???

> hmmm... No idea... I got similar kind of message when trying from my
> dial-up...
> I'm going to try it from outside today..
> 
> I'll post this to SOAP-Builders in case if I get the same kind of
> response.....
> 
> ~Thilina
> 
> 
> On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
> >
> > 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:Action>
> >   </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_Indigo/Tra
> > nsactionalService.svc</wsa:To>
> >         <wsa:Action
> > soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Commit
> > </wsa:
> > Action>
> >         <wsa:From soapenv:mustUnderstand="0">
> >
> > <wsa:Address>
> > http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> > </wscoor:Coor
> > dinationType>
> >            <wscoor:RegistrationService>
> >
> > <wsa:Address>
> > http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> > 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
> >
> >
> 
> 
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org


Re: a:DestinationUnreachable??? from msft

Posted by Thilina Gunarathne <cs...@gmail.com>.
hmmm... No idea... I got similar kind of message when trying from my
dial-up...
I'm going to try it from outside today..

I'll post this to SOAP-Builders in case if I get the same kind of
response.....

~Thilina


On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> 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:Action>
>   </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_Indigo/Tra
> nsactionalService.svc</wsa:To>
>         <wsa:Action
> soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Commit
> </wsa:
> Action>
>         <wsa:From soapenv:mustUnderstand="0">
>
> <wsa:Address>
> http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> </wscoor:Coor
> dinationType>
>            <wscoor:RegistrationService>
>
> <wsa:Address>
> http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> 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
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: a:DestinationUnreachable??? from msft

Posted by Thilina Gunarathne <cs...@gmail.com>.
hmmm... No idea... I got similar kind of message when trying from my
dial-up...
I'm going to try it from outside today..

I'll post this to SOAP-Builders in case if I get the same kind of
response.....

~Thilina


On 3/3/06, Dasarath Weeratunge <dw...@purdue.edu> wrote:
>
> 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:Action>
>   </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_Indigo/Tra
> nsactionalService.svc</wsa:To>
>         <wsa:Action
> soapenv:mustUnderstand="0">http://tempuri.org/ITransactionalService/Commit
> </wsa:
> Action>
>         <wsa:From soapenv:mustUnderstand="0">
>
> <wsa:Address>
> http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</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
> </wscoor:Coor
> dinationType>
>            <wscoor:RegistrationService>
>
> <wsa:Address>
> http://lore.cs.purdue.edu:44444/axis/services/registrationCoordinat
> 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
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina