jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

error in call soap in jetty 12

Open fgolzari opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Aug 03 '24 13:08 fgolzari

@fgolzari too little information to help you, sorry.

sbordet avatar Aug 03 '24 13:08 sbordet

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.

github-actions[bot] avatar Aug 22 '25 00:08 github-actions[bot]

Closing, not enough information and no follow up.

sbordet avatar Aug 22 '25 16:08 sbordet