cjafrq
14 years agoNew Contributor
WS-RM 1.1 missing element CreateSequence/Offer/Endpoint
Hi,
I am trying to test a WS-RM 1.1 webservice using soapUI (tried 3.6.1 and 4.0.1), but can get it to work.
The problem is (as already described in post "WS-RM does not use an absolute URI for wrsm:Identifier" in this forum about a year ago) that soapUI does not send the mandatory element wsrm:Offer/wsrm:EndPoint (see below code fragement, copied from the original post):
Is this recognized as an open issue? It is difficult to use soapUI for testing WM-RM 1.1 web services if the initial CreatSequence message is invalid
Best Regards,
Christoph Jäger
I am trying to test a WS-RM 1.1 webservice using soapUI (tried 3.6.1 and 4.0.1), but can get it to work.
The problem is (as already described in post "WS-RM does not use an absolute URI for wrsm:Identifier" in this forum about a year ago) that soapUI does not send the mandatory element wsrm:Offer/wsrm:EndPoint (see below code fragement, copied from the original post):
<wsrm:CreateSequence>
<wsrm:AcksTo> wsa:EndpointReferenceType </wsrm:AcksTo>
<wsrm:Offer>
<wsrm:Identifier> xs:anyURI </wsrm:Identifier>
<!-- next element is mandatory, but soapUI skips it -->
<wsrm:Endpoint> wsa:EndpointReferenceType </wsrm:Endpoint>
</wsrm:Offer>
</wsrm:CreateSequence>
Is this recognized as an open issue? It is difficult to use soapUI for testing WM-RM 1.1 web services if the initial CreatSequence message is invalid

Best Regards,
Christoph Jäger