Forum Discussion

depeche's avatar
depeche
Contributor
16 years ago

Re: Problem while sending 2nd attachment through SoapUI

Hi!
    I am getting the following error while making a request to public repositry wsdl (wsdl location--> http://ihexds.nist.gov:9080/tf6/service ... toryb?wsdl). I am sending two attachments (i.e. two text documents as an attachment):


 

      urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-bResponse
      urn:uuid:9DC4328C7B287FECCC1260537348425
 

 
     
       
           
       

     

 


Following is the request (part of it) sent by SoapUI and captured at tcpmon:

------=_Part_19_24858609.1260774435390
Content-Type: multipart/mixed;
boundary="----=_Part_20_12417754.1260774435390"
Content-Transfer-Encoding: binary
Content-ID: <1.urn:uuid:[email protected]>

------=_Part_20_12417754.1260774435390
Content-ID: <1.urn:uuid:[email protected]>

This is depeche's document.

It is great!


------=_Part_20_12417754.1260774435390
Content-ID: <2.urn:uuid:[email protected]>

This is depeche's 2nd document.

It is great!


------=_Part_20_12417754.1260774435390--

------=_Part_19_24858609.1260774435390--

Following is the request (part of it) sent by xdstool and captured at tcpmon:

205

--MIMEBoundaryurn_uuid_6B65C97F7FAF3C4F741260772315973
Content-Type: text/plain
Content-Transfer-Encoding: binary
Content-ID: <1.urn:uuid:[email protected]>

This is my second document.

It is great!


--MIMEBoundaryurn_uuid_6B65C97F7FAF3C4F741260772315973
Content-Type: text/plain
Content-Transfer-Encoding: binary
Content-ID: <2.urn:uuid:[email protected]>

This is my document.

It is great!


--MIMEBoundaryurn_uuid_6B65C97F7FAF3C4F741260772315973--
0




There might be problem in the request formed by soapUI.

Thanks & regards!
depeche

7 Replies