javaee / metro

Metro has been contributed to Eclipse Foundation. Please use the link below to find the latest project
https://github.com/eclipse-ee4j/metro-jax-ws
Other
10 stars 1 forks source link

Getting "400 Bad Request" #55

Open Murugesh-G opened 3 years ago

Murugesh-G commented 3 years ago

Hi there,

I have created soap web service client on top of metro API, I tried to call the XYZ third party soap1.2 binding style web-service provider & that time i get the "400 Bad request", But when i send the request by SOAPUI/POSTMAN with same wsdl file format, it works fine there, Can somebody help me here what could be issue? Thanks.

P.S: It works fine when i consume my own spring soap web-service provider which i created by myself.