I have a wsdl from a partner they have changed the output parameters on the output ex: ns:HelloResponse.ns:Responsev1 to ns:HelloResponse.ns:Responsev2. They made a lot of changes to elements in the o ...
Check both request from broker and SOAP UI using TCP/IP Monitor and look for any difference between them. Also ensure that you're using the same PC/Server to do both tests.
Check both request from broker and SOAP UI using TCP/IP Monitor and look for any difference between them. Also ensure that you're using the same PC/Server to do both tests.
If you're getting 404 it means that your flow is reaching the server, but not pointing to the right context path (the path after the host and port). It seems that your problem is in the application la ...
I have created a webservice message flow to call a client service. They have https service. I have asked the Broker admin to import certificate. But when I call the client service I get a 404 not foun ...