Forum Discussion

subhani's avatar
subhani
New Contributor
14 years ago

soap UI 4.0.0 giving an error connecting toweblogic server

Hi All,

My Request to web logic server 10.3 is:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proj="http://xmlns.oracle.com/Primavera/P6/V7/WS/Project">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>admin</wsse:Username>
<wsse:Password Type="">admin</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>

<soapenv:Body>
<proj:ReadBaselineProjects>
<!--1 or more repetitions:-->
<proj:Field>SummaryActualDuration</proj:Field>
<!--Optional:-->
<!--type: string-->
<proj:Filter>cum murmure</proj:Filter>
<!--Optional:-->
<!--type: string-->
<proj:OrderBy>aeoliam venit</proj:OrderBy>
</proj:ReadBaselineProjects>
</soapenv:Body>
</soapenv:Envelope>

Rersponse is :

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ns1:FailedAuthentication</faultcode>
<faultstring>The security token could not be authenticated or authorized</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

I have deployed primavera p6 webservices war file in oracle web logic server
I am calling a standard web service in Oracle primavera p6 from sopa UI,but getting an error response


I am newbie here,I am giving username and password of weblogic server
Please help me ,its very urgent
No RepliesBe the first to reply