Forum Discussion

hardywang's avatar
15 years ago

soapUI 3.0.1 and WCF wsHttpBinding

I used soapUI to import a WCF wsHttpBinding service, the generated sample request is


   

   
     
         
         111123
     

   


And soapUI response is:

   

      http://www.w3.org/2005/08/addressing/fault
   

   
     
         
            s:Sender
           
               a:ActionMismatch
           

         

         
            The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'http://mynamespace/MyPathr/IMyContract/GetSomeDetail'.
         

         
            a:Action
         

     

   


So obviously tool does not pull information correctly (this service is already being used other applications).

Does soapUI support wsHttpBinding?
No RepliesBe the first to reply