- Community Home
- >
- Welcome
- >
- Other HPE Product Questions
- >
- Re: Unable to automate Siebel WebServices through ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2018 03:45 AM
01-31-2018 03:45 AM
Unable to automate Siebel WebServices through UFT
Hi All,
We are trying to run a Siebel Web service through UFT but we are getting below error.
Script used is ,
Request we are taking from local path : C:\******\SelfServiceUserReq.txt
End Point is in : sWebServiceURL
Set oDom = CreateObject("MSXML2.DOMDocument")
Set ssr0XML = XMLUtil.CreateXMLFromFile("C:\Users\scu970\Desktop\SelfServiceUserReq.txt")
XMLstr = ssr0XML.ToString
Set oWinHttp = CreateObject("Msxml2.XMLHTTP")
oWinHttp.Open "POST", sWebServiceURL, false
oWinHttp.setRequestHeader "Content-Type", "text/XML"
oWinHttp.setRequestHeader "SOAPAction", "SelfServiceUserQueryPage"
oWinHttp.Send data
sResponse = oWinHttp.ResponseText
We are trying to run a Siebel Web service through UFT but we are getting below error.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>SOAPAction '<?>' is of invalid format: SOAPAction should be either rpc/operationName or document/operationName.(SBL-EAI-08006)</faultstring>
<detail>
<siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault">
<siebelf:logfilename>EAIObjMgr_enu_0029_30409117.log</siebelf:logfilename>
<siebelf:errorstack>
<siebelf:error>
<siebelf:errorcode>SBL-EAI-08006</siebelf:errorcode>
<siebelf:errorsymbol>IDS_EAI_WS_INV_SOAP_ACTION</siebelf:errorsymbol>
<siebelf:errormsg>SOAPAction '<?>' is of invalid format: SOAPAction should be either rpc/operationName or document/operationName.(SBL-EAI-08006)</siebelf:errormsg>
</siebelf:error>
</siebelf:errorstack>
</siebelf:siebdetail>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Note : We tried the same in API testing, but getting the same error ,
can anyone please help us to resolve this ?.
Regards,
Saravanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2018 03:51 AM
01-31-2018 03:51 AM
Re: Unable to automate Siebel WebServices through UFT
Hi,
UFT and HPE software is now part of the new company, Micro Focus. So you will need to repost your question to the new Micro Focus Community at https://community.softwaregrp.com/
Thanks,
Parvez_Admin
I work for HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]