kentjohnston
4 years agoOccasional Visitor
manual soap call vs client
have made a soap service using
jaxws-maven-plugin
based on a wsdl published by a company
(so they are the soap client, and I must make the soap service available)
it is running and manual requests to it reach logging successfully, however when the company sends using their client, they get
FATAL {http://companyurl/}CompanyService is not a valid service. Valid services are: {http://companyurl/}CompanyImplService
[edited for brevity]
the xml sample i made was from readyapi/soapui auto generating a sample, possibly that is not the exact same xml their client is sending, but what would cause this scenario? the only thing I can find online is something to do with Qname settings on the client side?