|
Title: does Soap ui supports ws-http protocol ? Post by: ramesh nallavolu on March 20, 2008, 03:50:20 pm does Soap ui supports ws-http protocol ?
My demo went well, but above question came up... could you please advice ? Title: Re: does Soap ui supports ws-http protocol ? Post by: omatzura on March 20, 2008, 05:09:48 pm Hi Ramesh,
do you mean the WFC ws-http binding (if so, can you give configuration details)? Or the WSDL HTTP Binding? regards, /Ole eviware.com Title: Re: does Soap ui supports ws-http protocol ? Post by: ramesh nallavolu on March 20, 2008, 05:20:59 pm yes I mean -- WFC ws-http binding
- what exact configuration details/info you need - guide me....so that I can provide Than you, Ramesh Title: Re: does Soap ui supports ws-http protocol ? Post by: ramesh nallavolu on March 21, 2008, 02:42:31 pm omatzura
I am waiting for you reply, please let me what info you needed ? Ramesh Title: Re: does Soap ui supports ws-http protocol ? Post by: ramesh nallavolu on March 21, 2008, 08:54:26 pm Here is the content of web.config file
<services> <service behaviorConfiguration="TESTService.ServiceImplementation.TEST_Behavior" name="TESTService.ServiceImplementation.TEST"> <endpoint binding="wsHttpBinding" bindingConfiguration="transactionalWsHttpBinding" bindingNamespace="http://TESTService.ServiceContracts/2007/07" contract="TESTService.ServiceContracts.ITEST"/> <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> </service> </services> <bindings> <wsHttpBinding> <binding name="transactionalWsHttpBinding" transactionFlow="true" receiveTimeout="00:10:00" sendTimeout="00:10:00" openTimeout="00:10:00" closeTimeout="00:10:00"> <reliableSession enabled="true" ordered="true" inactivityTimeout="00:10:00"/> </binding> </wsHttpBinding> </bindings> Title: Re: does Soap ui supports ws-http protocol ? Post by: omatzura on March 22, 2008, 09:43:39 am Hi!
thanks. I'm not sure if the wsHttpBinding by default includes WS-Addressing and WS-Security related support/policies in the WSDL. If so, the corresponding message configuration will have to be done manually in soapUI (ie soapUI doesn't read the policy and automatically configure this for you). If you show/send me the WSDL, I might be able to help you further (if required).. regards! /Ole eviware.com Title: Re: does Soap ui supports ws-http protocol ? Post by: ramesh nallavolu on March 25, 2008, 02:40:49 pm Thank you,
I will send you the WSDL /config file in couple of days.. |