Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

Load runner 8.1 supports for Mozilla Firefox 3.0.19

$
0
0

I tried to record Oracle R12 application in load runner 8.1 using Mozilla Firefox 3.0.19 browser.

 

script is recording fine, when we are trying to correlate the ict_ticket value,it is unable to extract the value. throwing an expection as

 

" Error -26377: No match found for the requested parameter "icx_txct". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size   [MsgId: MERR-26377]
Action.c(247): Notify: Saving Parameter "icx_txct = "
Action.c(247): web_url("RF.jsp_4") highest severity level was "ERROR", 4618830 body bytes, 4405 header bytes, 36 chunking overhead bytes   [MsgId: MMSG-26387]"

 

We tried with all the boudaries but  it is not finding the value.

 

 

Is Moxilla Firfox is prefarable browser for oracle R12 application???????

 

LR 8.1 is compatable with Mozilla firefox3.0.19????

 

 

 

 

 

Please any one provide a solution for the above mentioned expection.


IS Mozilla firfox 3.0.19 browser is Is LR 8.1 is compatable with Mozilla Firefox 3.0.19

$
0
0

Is LR 8.1 is compatable with Mozilla Firefox 3.0.19

Load Runner for Siebel Open UI

$
0
0

Does HP Load Runner support Siebel Open UI?

Enhancement request: \{ and \} as valid escapes for literal braces

$
0
0

First, is there a better place to post an enhancement request?

 

Second, the issue at hand:

 

I recorded a script that has a POST that needs to post values that literally are text surrounded by braces, e.g.. in a web_submit_data lines that look like:

 

"Name=subpage-title-fossil", "Value=istring#{simplePageBean.subpageTitle}", ENDITEM, 

 

When played back, LoadRunner complains about the invalid parameter.

 

The only currently-supported fix I can find is to change the left and right braces for the script in Tools | General Options | Parameterizations | Parameter Braces .

 

However, in our case, we make heavy use of an #include file that handles some common functions, and now I've got to create and maintain a duplicate one, or else redo *all* our scripts to use [ and ], rather than { and } in our case.

 

It would be a great idea if LoadRunner a) recorded and b) allowed in playback for a literal "{" a "\{" escape sequence (which gives "invalid escape sequence" in 10.5 anyway), and of course for "}" a "\}".

 

Thanks - Rick

Getting the Error "Microsoft Resource File To COFFObject conversion utility has stopped working"

$
0
0

Getting the Error "Microsoft Resource File To COFFObject conversion utility has stopped working"  while running the Protocol Advisor using HP VUGEN 11.5. Application developed in dot net and getting the error at the time of launching the application. No such error When we launch the app manually.

High response times from loadrunner, not from browser during run time

$
0
0

I was conducting a loadtest on our internal application from with in LAN with no proxy. The test runs fine till around 50 user load and the response time is steady under 1 second. But once user load increases above 50 user range the response time shoots up sharply to above 10 seconds. I repeatedly tried manually using browser and I can see that the application is loading in less than 5 seconds even after clearing up the cache.

 

The test starts giving lots of "Failed to connect to server "XXX.xxx.x.xxx:xxxx": [10060] Connection timed out" error once I reach around 250 users. The LR response time is around 40 seconds at this point. At the same time I am able to access the application in under 20 seconds using a browser from the test machine and it never fails from a browser. Has anyone else faced this issue? Any ideas on what might be the possible cause for the error?

 

I did a bit of debugging and identified that connection time is high (almost 60%) in web page diagnostics. This might be the cause of high response time for LR, but what might cause this?

Replay never stop for Microsoft MVC application

$
0
0

Hi,

 

I am using Loadrunner 11.5 to do the performance testing for microsoft MVC application. I am able to record the scripts. But when I replay the scripts, and goes to the first step (login page), it never stops. It seems trying to download the css, and .js contents, as the MVC application uses css and some javescript, also jQuery.

 

Is there anyway to ignore the downloading the css and js contents, and continue the next step? Since when I record the script, it is very fast to open the login page.

 

Or is there any compatible issue to replay the MVC application? I have tried protocols of Web - http/html and Web - Click and Script.

 

Thanks.

 

 

Report Viewer Configuration Error in HP LR 11.5 when replay

$
0
0

Hi,

 

We have a web application using microsoft technology, we generate report from this web application. And I am using LR 11.5, I have recorded the script to generate the report from web.

 

While replay this script, the replay summary shows script passed. However, when I go to the test results, click the steps for generating report, it shows below error message:

 

"Report Viewer Configuration Error

 

The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.WebServer/handlers for Internet Information Services 7 or later."

 

I have checked in the web.config file. The correct setting is existing there.

 

Please help, what should I do.

 

Thanks a lot

 


SSL protocol error when attempting to read with host

$
0
0

Hi,

 

While running the script in Performance Center i am getting the below errors.

 

"SSL protocol error when attempting to read with host"

 

Does any one experienced this error before? If so, would you please share me the details for the work around?

 

 

Thanks,

Pathan

Maximum number of Citirx Vusers per LG?

$
0
0

I am planning for Citrix load test. I would appreciate if someone could share maximun Vusers that could be shared per load generator and whether it could be boosted by using terminal server etc. Any technical constraints with Citrix script, please share same as well.

Thanks,

Vikram

Correlation Issue - Instance Omitted

$
0
0

I've been trying to record a script that contains a dynamic value similar to session ID. During replay I see that the action isn't actually performed (I can see changes in the DB if it is) although LR reports no errors. From the result log, I found this :

-------------------------------------- 

Service: Reg Save Param Ex

 

TargetParam = XVAR

Left Boundary = LB=objHTTP.setRequestHeader("X-XVAR", '

Right Boundary = RB=')

Instance = Argument omitted

 

Result: Done

Time: 5/31/2013 - 12:58:24

--------------------------------------

 

Does the last line "Instance = Argument omitted" mean that the value for X-XVAR wasn't matched in the response? If not, then what does it mean? Any tips (or links) on how I can resolve a problem like this would also help.

 

Thanks,

Kumar

Can I catch some system errors like connection refused/timeout in my script?

$
0
0

Hi,

 

I need to detect all system errors in my script. Every time it happens, I need to get the exact error message and send it to someone automatically by email. I can see the error messages in the output view but I don't know how to get them in script. Is there any LR API for doing this? Please advise. Thanks.

Events are not created while running LoadRunner script

$
0
0

Hello Forum,

 

We are facing one issue in below explained flow:

 

1)A date is picked from a Calendar to add an Event

2)Event details are entered for the date in the landing page.

3)Event is Saved

4)Rest of the flow activities follow with the created event

 

We have scripted for this flow in IE as well as in Firefox using LoadRunner 11.0 The script executes fine without any errors in any of the responses and with all ViewState values being captured.

 

However, when we manually navigate to the webpage, we find no events getting reflected for the date.

 

We have tried the request as both web_custom_request(which passes correlated values) and web_submit_data. Also, tried looking at the application logs and found no errors for this creation activity. Also, there no JSESSIONIDs being passed in the script.

We have tried using Web(Http/Html) using both recording options(URL and HTML modes). Also tried using Ajax protocol(nothing got recorded through it).

 

This issue is not a generic issue(like missing correlations, etc.) but it is being specific to the application and specific to the transaction(Create an Event).

 

Please guide us, if anyone is having solution for this.

 

Thanks,

Nilesh Mule

MERR-22986 - Package doesn't exist - Issue with replay on VuGen 11.5 Java Record Replay

$
0
0

Hi,

   I'm trying to play back a VuGen 11.5 script I recorded on a Java application using the Java Record Replay. I keep getting errors such as:

 

Message 7697 package com.timetra.nms.common.generated.generic.ejb does not exist [MsgId: MERR-22986] Actions.java (Path) NewScript80

 

I've found where these jar files are, and the entire folder is in the Classpath, and I'm still getting these missing files. I even went so far as adding them to the script, and it's still not working. :( The ultimate goal is to be able to take the script I'm working on, and publish it to a Business Process Monitor for monitoring purposes. I'm puzzled as to why it can't find the file, when it's being told where the files are.

Thanks,

Stephen

Unable to record Java Applets in LR VuGen 11.50

$
0
0

Dear All,

I'm a beginer in load runner. I'm having LR  VuGen 11.50. I'm trying to record Java Applets .ie. i'm executing the Java program from the cmd prompt and trying to record the applet which opens in Applet viewer window(..java sampleapplet..).

 

I tried by calling the Applet in the html file from my local system(C:\java\add.htm). But i'm i'm unable to record...

I tried with the following protocols.........

1.Java Over HTTP

2.Java Record Reply

3.Web HTTP/HTML

4.COM/DCOM

5.Win Sockets..

 

Can any one guide me..please

thanks

prakash


VUGEN 11.52 hangs infinitely when compiling

$
0
0

Hi,

 

I installed vugen 11.52 on a new Windows 7 machine.

 

When I create a new solution with a new web http/html script vugen hangs when I compile. It just says 'Compiling...' in the status bar.

Even if the script is completely empty it hangs.

 

Only thing I can do is kill the process.

 

If I kill the HP.Utt.StandaloneDebugger.exe then vugen comes back with an error but there is no way I can compile anything.

 

What to do?

 

Thanks,

 

Jacob

 

 

SharpDevelop Version : 4.1.3.0-00000000
.NET Version         : 4.0.30319.18047
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Danish (Denmark) (da-DK)
Current UI language  : en
Working Set Memory   : 194316kb
GC Heap Memory       : 32791kb

Does Vugen 11.0 support IE 9 emulation?

$
0
0

Hi Experts,

 

Please let me know whether Vugen 11.0 supports replay of the recorded script with the  IE9 emulation?

 

Currently I am on Vugen 11.0 Patch 4 , but I could see emulation only till IE8, i did not see option for IE 9 in the drop down.

 

Vugen 11 Patch 4.jpg

 

Please provide me your valuable thoughts.

 

Kindly let me know which patch level of Vugen 11 supports this feature.

 

Also let me know if it is only supported in Vugen 11.5?

 

If so will a Vugen 11.5 script get excuted on a controller with LR 11.0 and Patch 4?

 

Regards,

Srihari

How do i print output message on reply log in TureClient Script?

$
0
0

Hi All,

 

I am new TureClinet user and still trying to get a hang of it. 

I have created a true client script  for our internal web application and would like to run that for 10 itereations. How do i print output message (iteration number) on reply log or interactive replay log window in TureClient Script when running from VUgen?

 

Thank you in adavance!

 

Sachin

If I have IE 8 on my machine , during replay can I make the script to emulate on IE9?

$
0
0

Hi All,

 

Suppose if I have IE8 on my machine.

 

can I emulate the script replay by selecting IE9 in the browser emulation of the Vuser -> Run Time settings?

 

I am not able to view IE9 when I have IE8 installed on my system.

 

User having IE8 on the system is unable to select the custom browser value "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0) "

 

The only value displayed is "Mozilla/4.0 (compatible; MSIE 6.0 to msie 8.0; Windows NT)".
 
Please find the attached screen shots.
 
Please advise.
 
If we have a IE browser with version X we can only emulate its lower versions , we cannot emulate the script , by selecting IE browser version X+1 ; is this statement correct?
 
 
Regards,
Srihari

500 internal server Error in Web Service protocol script.

$
0
0

Hi,

I am creating Web Service script using URL (not with WSDL file) with LR11.52 version.

 

it contains soap request and web_custom_request.

 

when i run the script, it fails in web_custom_request call saying that "Error -26612: HTTP Status-Code=500 (Internal Server Error) for...." . there are many (abt 13) request similar to this web_custom_request. all previous request are passed , but this request (web_custom_request("DeploymentWebService.asmx_9)....) is failed.

 

Pls find below web_custom_req for your reference. it has time stamp which is different for each web_custom_req, i dont think it is the culprit. Can you please help me on how to get out of this error?

 

req 1:

 

web_custom_request("DeploymentWebService.asmx",
  "URL=http://usctapd00867/CentralDesigner/DeploymentWebService.asmx",
  "Method=POST",
  "Resource=0",
  "RecContentType=text/xml",
  "Referer=",
  "Snapshot=t80.inf",
  "Mode=HTML",
  "EncType=text/xml; charset=utf-8",
  "BodyBinary=\\xEF\\xBB\\xBF<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Header><ClientVersion xmlns=\"http://www.phaseforward.com/designer/version/2009-03-16\"><Version>2.0.171.0</Version></ClientVersion><wsse:Security soap:mustUnderstand=\"1\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/"
  "oasis-200401-wss-wssecurity-secext-1.0.xsd\"><wsu:Timestamp wsu:Id=\"Timestamp-4e0b458a-32ca-4716-8e3a-06104c211003\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\"><wsu:Created>2013-06-04T17:13:13Z</wsu:Created><wsu:Expires>2013-06-05T17:13:13Z</wsu:Expires></wsu:Timestamp><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/"
  "XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\"1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-872d77d9-5fda-4f03-8ce4-de8265ff5ca9\" Issuer=\"httpwww.merck.com\" IssueInstant=\"2013-06-04T17:11:03Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:06:03Z\" NotOnOrAfter=\"2013-06-05T03:11:03Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier>svt_pe</saml:NameIdentifier></saml:Subject><saml"
  ":Attribute AttributeName=\"identityType\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Identity/1.0\"><saml:AttributeValue>User</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http"
  "://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>RYdzbjU3OMO/yrhKQ7IiDPKMRDU=</DigestValue></Reference></SignedInfo><SignatureValue>gI21PIjQ/Zj/RKUa9ngq7OwVx0/dH+Cky6sfP0N8e6Wk9v5Ttyg1zLuQfhEbEVDNkYMJgItrsuIT2RKJM1IeIdP2EIEOvr1ixuxeDhSIQsVHUDHBALkX3cY4W1jqfXkuN5v/HMJXTInuYIXNWh454kVE3njb69xv8YRjI5jPOgKXW92YCTcY3hpp+ZZB+EKmWGjmSIQ0CMgHsCPKMtv3ULewL6Aajx4hCATBAYEy8GormIsR5PVb6LuQFdsThXqSeZjCujxpWY/"
  "AzJJmXGBc3TFcAmdhkIdskTSJ1GOzBi63gjOhEHeoFg5a7tkOK8EYw0JbeoFltsdBRH9/2U317Q==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+"
  "dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/"
  "ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\""
  "1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-12482966-ac66-440d-84e3-50fdcce72d75\" Issuer=\"httpwww.merck.com\" IssueInstant=\"2013-06-04T17:11:03Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:06:03Z\" NotOnOrAfter=\"2013-06-05T03:11:03Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier NameQualifier=\"URN:LSID:httpwww.merck.com:www.phaseforward.com/Designer/56ee85fd-39df-4bb2-a8b0-f134fdf46e69/Platform/Security;"
  "SecurityDomain;Name:urn%3awww.phaseforward.com%2fDesigner%2fSecurity%2fDomain%2fGlobal\">svt_pe</saml:NameIdentifier></saml:Subject><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue Application=\"DesignerWebServices\">StudyDesigner</saml:AttributeValue></saml:Attribute><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue"
  "Application=\"DesignerWebServices\">Study Manager</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http"
  "://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>ea678oC3uVMRF4id48SwB1RERUU=</DigestValue></Reference></SignedInfo><SignatureValue>LtqYPBq5kr+QYWz/uc11tqB0oUUIY48x9tVVENtCrvBV2YpaAD9l7roSpRa2W+T6vjEvvH42cBBg6XRJixn8WOeQ5FkoosBsAhh/0ibMba0IbMbejrSLphoGk26lXAtTN12tf17W/ew/2TyG7ZSWlfsg7LP/ItxQ+2owAhMi2KOqxYR/Q6tHMx0QrYiYKCwsoafeuPPniCdV+RfYejlduK8q4+fZBK7ZnSuqNmTnm6/rHBjt71bqiOYTpKqsX73T/TkL3e/uOQhK+T1T/KR6X8HApoAXm26O+oK/XZ5x2aHbIy7b3VB8j2pRcwPKvMvdbMXdTAHJ17jT+9L7ZOIErw==</SignatureValue>"
  "<KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+"
  "wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+"
  "TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\"1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-6157fb8d-7ef2-4596-b965-edf8fe731842\" Issuer=\"httpwww.merck.com\" "
  "IssueInstant=\"2013-06-04T17:12:27Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:07:27Z\" NotOnOrAfter=\"2013-06-05T03:12:27Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier NameQualifier=\"URN:LSID:httpwww.merck.com:www.phaseforward.com/Designer/56ee85fd-39df-4bb2-a8b0-f134fdf46e69/Platform/Security;SecurityDomain;Name:urn%3awww.phaseforward.com%2fDesigner%2fSecurity%2fDomain%2fStudy%2f418da2c2-afb1-4e50-b535-da0cacdca906\""
  ">svt_pe</saml:NameIdentifier></saml:Subject><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue Application=\"DesignerWebServices\">Study Manager</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/"
  "2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>WdTHhcsKwWozslUaAy5IfMgWG9E=</DigestValue></Reference></SignedInfo><SignatureValue>faL4K/6CB+KjLpo9nhb/dTVZUc5lfOiskNMxnlVVAF9Bw55qQ8NA0qGEPycewpSDDItbMWbkHD+PKXHuoI/ZuUYj0L8QZG53G7eyxFxbZokKq/3TmZbDn6dPqzs+6RYoc3+jKTm1tQWaYfShs/M3cEBFyKdqEYBsiyZJF38NiOPDeddXKi+"
  "MqZu6Qk8SUJ9WXq9Umffdrfoq5IUlznvSatp1or6wgXuJ6vfhnU37M5EMEVAz92Fs2twCwpYmBAJN9jaaqDUk4JjH4CIhCcNEI0RGoLdAhhHrriHeGt3iMA0LrSI4mgaBfaTldi3BZuKpbls3JK065Uqnt0rldFLIdQ==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/"
  "HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/"
  "2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion></wsse:Security><Session xmlns=\"http://www.phaseforward.com/designer/session/2006-08-01\"><MachineName xsi:type=\"xsd:string\">USCTCOVM6658</MachineName></Session>"
  "<SoapCompressionHeader xmlns=\"http://www.phaseforward.com/designer/compression/2009-03-16\" /></soap:Header><soap:Body>H4sIAAAAAAAEAOy9B2AcSZYlJi9tynt/SvVK1+B0oQiAYBMk2JBAEOzBiM3mkuwdaUcjKasqgcplVmVdZhZAzO2dvPfee++999577733ujudTif33/8/XGZkAWz2zkrayZ4hgKrIHz9+fB8/Iv7Hv/cffPx53j7JmrwslnmTvluUy+azj+Ztu3p09+7V1dV4Nacvz6v6Kqtn42m1uPs0X5XV9SJftq/z+rKY5nf3dnY+3d65t72399HR4yflOl/VxbJ9mjfTuli1VZ2ezT77aH/3YJbtTfe2s/PJ7vZ+fn9ne3L/3v3tWbYzzaazafZw59OPOv1H+m6Ki2Ve331ZVz+dT1t0fX97Z3d794C6fpEt8qMvfq+DB3v08d7ju/"
  "z3Y4NHUS39L/2PH9+NYH30eFrnWZvPjs/bvH5WlPTv0c4Odcb/e7Oz84j/N96RZ3vnPv31+G7krcdNm7XrRv86LsvHd4NPHt/1J+Ho/wkAAP//gki6TJYBAAA=</soap:Body></soap:Envelope>",
  LAST);

 

.

.

.

.

req 10:

 

web_custom_request("DeploymentWebService.asmx_9",
  "URL=http://usctapd00867/CentralDesigner/DeploymentWebService.asmx",
  "Method=POST",
  "Resource=0",
  "RecContentType=text/xml",
  "Referer=",
  "Snapshot=t141.inf",
  "Mode=HTML",
  "EncType=text/xml; charset=utf-8",
  "BodyBinary=\\xEF\\xBB\\xBF<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Header><ClientVersion xmlns=\"http://www.phaseforward.com/designer/version/2009-03-16\"><Version>2.0.171.0</Version></ClientVersion><wsse:Security soap:mustUnderstand=\"1\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/"
  "oasis-200401-wss-wssecurity-secext-1.0.xsd\"><wsu:Timestamp wsu:Id=\"Timestamp-f50b9f7e-c607-4ca3-9239-99dff45e8989\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\"><wsu:Created>2013-06-04T17:18:37Z</wsu:Created><wsu:Expires>2013-06-05T17:18:37Z</wsu:Expires></wsu:Timestamp><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/"
  "XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\"1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-872d77d9-5fda-4f03-8ce4-de8265ff5ca9\" Issuer=\"httpwww.merck.com\" IssueInstant=\"2013-06-04T17:11:03Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:06:03Z\" NotOnOrAfter=\"2013-06-05T03:11:03Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier>svt_pe</saml:NameIdentifier></saml:Subject><saml"
  ":Attribute AttributeName=\"identityType\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Identity/1.0\"><saml:AttributeValue>User</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http"
  "://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>RYdzbjU3OMO/yrhKQ7IiDPKMRDU=</DigestValue></Reference></SignedInfo><SignatureValue>gI21PIjQ/Zj/RKUa9ngq7OwVx0/dH+Cky6sfP0N8e6Wk9v5Ttyg1zLuQfhEbEVDNkYMJgItrsuIT2RKJM1IeIdP2EIEOvr1ixuxeDhSIQsVHUDHBALkX3cY4W1jqfXkuN5v/HMJXTInuYIXNWh454kVE3njb69xv8YRjI5jPOgKXW92YCTcY3hpp+ZZB+EKmWGjmSIQ0CMgHsCPKMtv3ULewL6Aajx4hCATBAYEy8GormIsR5PVb6LuQFdsThXqSeZjCujxpWY/"
  "AzJJmXGBc3TFcAmdhkIdskTSJ1GOzBi63gjOhEHeoFg5a7tkOK8EYw0JbeoFltsdBRH9/2U317Q==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+"
  "dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/"
  "ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\""
  "1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-12482966-ac66-440d-84e3-50fdcce72d75\" Issuer=\"httpwww.merck.com\" IssueInstant=\"2013-06-04T17:11:03Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:06:03Z\" NotOnOrAfter=\"2013-06-05T03:11:03Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier NameQualifier=\"URN:LSID:httpwww.merck.com:www.phaseforward.com/Designer/56ee85fd-39df-4bb2-a8b0-f134fdf46e69/Platform/Security;"
  "SecurityDomain;Name:urn%3awww.phaseforward.com%2fDesigner%2fSecurity%2fDomain%2fGlobal\">svt_pe</saml:NameIdentifier></saml:Subject><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue Application=\"DesignerWebServices\">StudyDesigner</saml:AttributeValue></saml:Attribute><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue"
  "Application=\"DesignerWebServices\">Study Manager</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http"
  "://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>ea678oC3uVMRF4id48SwB1RERUU=</DigestValue></Reference></SignedInfo><SignatureValue>LtqYPBq5kr+QYWz/uc11tqB0oUUIY48x9tVVENtCrvBV2YpaAD9l7roSpRa2W+T6vjEvvH42cBBg6XRJixn8WOeQ5FkoosBsAhh/0ibMba0IbMbejrSLphoGk26lXAtTN12tf17W/ew/2TyG7ZSWlfsg7LP/ItxQ+2owAhMi2KOqxYR/Q6tHMx0QrYiYKCwsoafeuPPniCdV+RfYejlduK8q4+fZBK7ZnSuqNmTnm6/rHBjt71bqiOYTpKqsX73T/TkL3e/uOQhK+T1T/KR6X8HApoAXm26O+oK/XZ5x2aHbIy7b3VB8j2pRcwPKvMvdbMXdTAHJ17jT+9L7ZOIErw==</SignatureValue>"
  "<KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+"
  "wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+"
  "TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion><saml:Assertion xmlns:samlp=\"urn:oasis:names:tc:SAML:1.0:protocol\" xmlns:sourceid=\"http://www.sourceid.org/schemas/sso/providers/2002/11\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" MajorVersion=\"1\" MinorVersion=\"0\" AssertionID=\"SecurityToken-6157fb8d-7ef2-4596-b965-edf8fe731842\" Issuer=\"httpwww.merck.com\" "
  "IssueInstant=\"2013-06-04T17:12:27Z\" xmlns:saml=\"urn:oasis:names:tc:SAML:1.0:assertion\"><saml:Conditions NotBefore=\"2013-06-04T17:07:27Z\" NotOnOrAfter=\"2013-06-05T03:12:27Z\" /><saml:AttributeStatement><saml:Subject><saml:NameIdentifier NameQualifier=\"URN:LSID:httpwww.merck.com:www.phaseforward.com/Designer/56ee85fd-39df-4bb2-a8b0-f134fdf46e69/Platform/Security;SecurityDomain;Name:urn%3awww.phaseforward.com%2fDesigner%2fSecurity%2fDomain%2fStudy%2f418da2c2-afb1-4e50-b535-da0cacdca906\""
  ">svt_pe</saml:NameIdentifier></saml:Subject><saml:Attribute AttributeName=\"role\" AttributeNamespace=\"urn:www.phaseforward.com/Platform/Security/Attribute/1.0\"><saml:AttributeValue Application=\"DesignerWebServices\">Study Manager</saml:AttributeValue></saml:Attribute></saml:AttributeStatement><Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\" /><SignatureMethod Algorithm=\"http://www.w3.org/"
  "2000/09/xmldsig#rsa-sha1\" /><Reference URI=\"\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\" /></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\" /><DigestValue>WdTHhcsKwWozslUaAy5IfMgWG9E=</DigestValue></Reference></SignedInfo><SignatureValue>faL4K/6CB+KjLpo9nhb/dTVZUc5lfOiskNMxnlVVAF9Bw55qQ8NA0qGEPycewpSDDItbMWbkHD+PKXHuoI/ZuUYj0L8QZG53G7eyxFxbZokKq/3TmZbDn6dPqzs+6RYoc3+jKTm1tQWaYfShs/M3cEBFyKdqEYBsiyZJF38NiOPDeddXKi+"
  "MqZu6Qk8SUJ9WXq9Umffdrfoq5IUlznvSatp1or6wgXuJ6vfhnU37M5EMEVAz92Fs2twCwpYmBAJN9jaaqDUk4JjH4CIhCcNEI0RGoLdAhhHrriHeGt3iMA0LrSI4mgaBfaTldi3BZuKpbls3JK065Uqnt0rldFLIdQ==</SignatureValue><KeyInfo><X509Data><X509Certificate>MIIC6zCCAdOgAwIBAgIQH+bwaOD364JE8ZhMMZxETzANBgkqhkiG9w0BAQUFADAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwHhcNMTMwMzExMTgwMTU3WhcNMjMwMzA5MTgwMTU3WjAdMRswGQYDVQQDExJXTVN2Yy1VU0NUQVBEMDA4NjcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1pyl8Ax3xGWVUggs7UhLiGhO+91SA6Fy9iKmy76/"
  "HSX9m14NoXvQqrOZzQPTdcNhWdhTh68GVwtR0KVkyVt55IDsKXR6HwZye39VvvT2Awue5fY6uCXm2VJYN09L+dC1EBwlYsgieGe4PBTcytDrC1nD2nzQFbvDRCzsSFkoFYCdw+jZZVpBzO6z4bikpIBnCPCy5dcW+9vw+Yi1ea1oGV/mCp3VVfnWua7+wH1QuOOZr5a8ziygD/q0XdFwiWsOqCsBbcJzEDmPPErEmE1OfemtNkoIQiCrxaiI0+6SHveTQP44xWm2VNqz4up0YT/cr6jnUUW4bj6LT9Ki0ImQFAgMBAAGjJzAlMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA4GA1UdDwQHAwUAsAAAADANBgkqhkiG9w0BAQUFAAOCAQEAeQPQGphZZMhxrgteBWfN7tIM0eSv+4aNu2dEpflCxFzcjeTjbtYuiBzhkOFQ+vnHEzP7Np3D2hCzxrpe/"
  "2UNscwiyEH1uWedkHUEud2i2efbJ3xqhjbPkgJo7EUZ/pDS91VXmXssrXUg6DzH5G2bpAzcztieNx+TIsLhaU4tS/ciuBi2rMby4c1m7aZxABZxksdOQIZIyg6QeDJ5vCANLSFvQYX4ga3YbTH7KN0//qkvYN1UQA5XDz70Wo7jul/z8+zNYIVc4lj5DbtMyy0UVqruBFxRl2aP6ml258IkG11+TgfYvEjZu1L3uoh2w6L562Fl8TdB3lWrUncB9bs0JA==</X509Certificate></X509Data></KeyInfo></Signature></saml:Assertion></wsse:Security><Session xmlns=\"http://www.phaseforward.com/designer/session/2006-08-01\"><MachineName xsi:type=\"xsd:string\">USCTCOVM6658</MachineName></Session>"
  "<SoapCompressionHeader xmlns=\"http://www.phaseforward.com/designer/compression/2009-03-16\" /></soap:Header><soap:Body>H4sIAAAAAAAEAOy9B2AcSZYlJi9tynt/SvVK1+B0oQiAYBMk2JBAEOzBiM3mkuwdaUcjKasqgcplVmVdZhZAzO2dvPfee++999577733ujudTif33/8/XGZkAWz2zkrayZ4hgKrIHz9+fB8/Iv7Hv/cffHx2sazq/CezsphlbVEtv5vVy2J50aTvFuWy+eyjeduuHt29e3V1NV7NsyY/r+qrrJ6Np9Xi7tN8VVbXi3zZvs7ry2Ka393b2fl0e+fe9t7eR0ePn1DzsljmT/NmWhertqo7QCMAm+JimdceZAfyHoE8m90axHeqSYOXH2zv7m7v3P/o6Dy7n+/t7H+6Pd2dPdzen+xOtrNsJ9/Ozj+9v/dg93z/0/"
  "P88d2z2dHjF9ki//r9OFqmE6VA+undfWqzey/dfbT7afryi8d30cfR47t9GtGHQ3Ny9P8EAAD//5f4wOCxAQAA</soap:Body></soap:Envelope>",
  LAST);

 

i found the timestamp is different ,but dont think it is the issue.

 

Appreciate your prompt reply on this

 

tnks

Senthil N

 

Viewing all 3978 articles
Browse latest View live




Latest Images