Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in call soap in jetty 12 #12136

Open
fgolzari opened this issue Aug 3, 2024 · 1 comment
Open

error in call soap in jetty 12 #12136

fgolzari opened this issue Aug 3, 2024 · 1 comment
Labels

Comments

@fgolzari
Copy link

fgolzari commented Aug 3, 2024

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
Copy link
Contributor

sbordet commented Aug 3, 2024

@fgolzari too little information to help you, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants