Hi Guys,
I am new bie to web service.
This web service is provided siebel guys.
I need to call one web service.
My client provided me following details.
Here is the SOAP. For prod use this as you endpoint:
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:user="http://avusa.com/exclusive/UserRegistration">
<soapenv:Header>
<UsernameToken xmlns="http://siebel.com/webservices">username</UsernameToken>
<PasswordText xmlns="http://siebel.com/webservices">password</PasswordText>
<SessionType xmlns="http://siebel.com/webservices">None</SessionType>
</soapenv:Header>
<soapenv:Body>
<user:Check_spcLogin_Input>
<user:Process_spcInstance_spcId>?</user:Process_spcInstance_spcId>
<user:UserLogin>username</user:UserLogin>
<user:Object_spcId></user:Object_spcId>
<user:Siebel_spcOperation_spcObject_spcId></user:Siebel_spcOperation_spcObject_spcId>
<user:Error_spcCode></user:Error_spcCode>
<user:Error_spcMessage></user:Error_spcMessage>
</user:Check_spcLogin_Input>
</soapenv:Body>
My application is developed using spring and struts.
I need to call this web service.
Can anybody give me suggestion or url which helps me.
I googled for so much i havent find any proper information. May be i am not understanding properly. But with the information above can we call a web service.
Thanks
RS