Open GoogleCodeExporter opened 9 years ago
Hello Baptiste, thanks for your contribution!
Do you have any test that could be added to the project about this issue?
Is any tool or library complaining about this issue (for example, SoapUI)?
Just to know what will the implications of this issue and how document it
better.
Original comment by reingart@gmail.com
on 30 May 2014 at 2:19
Hello !
On my side I've tested with SoapUI and pysimplesoap and didn't get any error.
The user who raised me this error was using Java WebServices with Apache CXF
(based on Eclipse platform).
That's why we've checked what was happening with the WSDL file and found out
that the URI generated in SOAPAction field was returning an HTTP 404 Error due
to this concatenation of soap + method name.
So, even if there is no issue on some tools, the fact that an incorrect URI can
be generated should perhaps be avoided ? What do you think ?
I'm not sure about what the best solution is (removing method name or
concatenate it by adding a '/').
Thanks for your help !
Original comment by baptiste...@gmail.com
on 2 Jun 2014 at 9:38
Original issue reported on code.google.com by
baptiste...@gmail.com
on 28 May 2014 at 8:50