On Wed, 7 Sep 2011, John MacAuley wrote:
Looks like there is a bug in his SOAP stack.
Correct. SUDS appears to have some issues there (there is a bug entry for this problem, but the proposed patch is wrong). I've managed to come up with a patch which fixes the issue in SUDS, though I don't quite understand it :-/. Thanks for everyones patienece with this. Especially the DynamicKL guys. Payload looks like this now: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:ns0="http://schemas.ogf.org/nsi/2011/07/connection/types" xmlns:ns1="http://schemas.ogf.org/nsi/2011/07/connection/interface" xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <ns2:Body> <ns1:reservationRequest> <ns1:correlationId>urn:uuid:1180666e-da0a-11e0-a118-00144f20a8d2</ns1:correlationId> <ns1:replyTo>http://orval.grid.aau.dk:7080/NSI/services/ConnectionService</ns1:replyTo> <ns0:reservation> <requesterNSA>urn:ogf:network:nsa:Aruba-OpenNSA</requesterNSA> <providerNSA>urn:ogf:network:nsa:Aruba-OpenNSA</providerNSA> <reservation> <globalReservationId>gid-0408</globalReservationId> <description>Test Connection</description> <connectionId>conn-504</connectionId> <serviceParameters> <schedule> <startTime>2011-09-08T11:04:39Z</startTime> <endTime>2011-09-08T11:06:39Z</endTime> </schedule> <bandwidth> <desired>1000</desired> </bandwidth> </serviceParameters> <path> <directionality>Bidirectional</directionality> <sourceSTP> <stpId>urn:ogf:network:stp:Aruba:A1</stpId> </sourceSTP> <destSTP> <stpId>urn:ogf:network:stp:Aruba:A2</stpId> </destSTP> </path> </reservation> </ns0:reservation> </ns1:reservationRequest> </ns2:Body> </SOAP-ENV:Envelope> Best regards, Henrik Henrik Thostrup Jensen <htj at ndgf.org> NORDUnet / Nordic Data Grid Facility.