manual soap call vs client
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021
12:33 PM
11-10-2021
12:33 PM
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?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2021
11:59 AM
11-11-2021
11:59 AM
Hey @kentjohnston,
I cant answer your question per se, but i do have a suggestion that might help you diagnose the issue maybe.
Ask the company to proxy the readyapi/soapui request via fiddler and get them to send the full RAW detail of their request and the response.
Then you do the same from your end.
Youll then be able to compare what they are sending to what works at your end and hopefully fix the issue maybe?
Ta
Rich
I cant answer your question per se, but i do have a suggestion that might help you diagnose the issue maybe.
Ask the company to proxy the readyapi/soapui request via fiddler and get them to send the full RAW detail of their request and the response.
Then you do the same from your end.
Youll then be able to compare what they are sending to what works at your end and hopefully fix the issue maybe?
Ta
Rich
if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta
