Forum Discussion

deepa1's avatar
deepa1
Occasional Contributor
14 years ago

Missing a Specific Node

Dear Support,

I have a strange problem - I have a web service request (below) which works fine - I save it and close the request. When I re-open the request one of the elements in the request is missing - and hence fails validation. I have repeated the issue many times. The line that always disappears is:

<UserAuthRequest>
<UserLoginName></UserLoginName>
</UserAuthRequest>

WORKING REQUEST
<soap:Header>
<Header xmlns="www.finetre.com/webservices">
<SessionId xsi:nil=""/>
<TransactionType></TransactionType>
<Test>false</Test>
<ServiceVersion></ServiceVersion>
<RequestorId></RequestorId>
<RequestorKey xsi:nil="true"/>
<ResponderId>WACHOVIA_SECURITIES</ResponderId>
<ResponderKey xsi:nil="true"/>
<RequestGUID></RequestGUID>
<RequestSentDateTime></RequestSentDateTime>
<RequestReceivedDateTime></RequestReceivedDateTime>
<ResponseSentDateTime></ResponseSentDateTime>
<ResponseReceivedDateTime></ResponseReceivedDateTime>
<Extensions>
<Extension>
<Parameters>
<Parameter>
<Name>APPLICATION_ID</Name>
<Value></Value>
</Parameter>
</Parameters>
</Extension>
</Extensions>
</Header>
</soap:Header>
<soap:Body>
<TXLifeFundRateRequest xmlns="www.finetre.com/webservices">
<TXLife xmlns="http://ACORD.org/Standards/Life/2">
<UserAuthRequest>
<UserLoginName></UserLoginName>
</UserAuthRequest>
<TXLifeRequest PrimaryObjectID="">
<TransRefGUID></TransRefGUID>
<TransType tc=""/>
<TransSubType tc="1008600002"/>
<TransExeDate></TransExeDate>
<TransExeTime></TransExeTime>
<OLifE>
Thank You,
Deepa
  • Hi Deepa,

    Are you opening this with the form editor? If you are - could it be that it is removing this element because it is optional in the request?

    regards,

    /Ole
    SmartBear Sofware
  • deepa1's avatar
    deepa1
    Occasional Contributor
    Hi,

    I am not using form editor.I am just opening it in the wordpad.
  • Hi,

    so - you are somehow saving request to some file and viewing it with wordpad ?
    Can you include some more details please ?

    Thanks!

    Vladimir
    SmartBear Software
  • deepa1's avatar
    deepa1
    Occasional Contributor
    Hi,

    I take a WSDL file and copy that in the SOAPUI PRO,and the strange thing is when I paste the file I can see the node and can validate it fine.But when I try to run the same file again the nodes vanishes.Please let me know if any questions

    Thank you,
    Deepa