jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

error in call soap in jetty 12 #12136

Open fgolzari opened 3 months ago

fgolzari commented 3 months ago

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)
sbordet commented 3 months ago

@fgolzari too little information to help you, sorry.