jetty.project
jetty.project copied to clipboard
error in call soap in jetty 12
Jetty Version 12 Jetty Environment ee10 Java Version 21 Question After asking a lot of questions from your work team, the command for deploy the project was executed without error. But now I have this problems: Some parts of the project are called through the soap protocol, which I am now testing with this command to see if I can access them or not.
su - chm -c 'zmsoap -vv -z GetAccountInf/account=ali @by=name'
But I get the following error
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:chm">
<authToken/>
<nosession/>
<userAgent name="zmsoap"/>
<authTokenControl voidOnExpired="0"/>
</context>
</soap:Header>
<soap:Body>
<AuthRequest xmlns="urn:chAdmin">
<name>ch</name>
<password>***</password>
</AuthRequest>
</soap:Body>
</soap:Envelope>
ERROR: service.PROXY_ERROR (error while proxying request to target server: Bad Request)
@fgolzari too little information to help you, sorry.
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing, not enough information and no follow up.