Forum Discussion

SrideviA's avatar
SrideviA
New Member
11 months ago

Failure of Web Server bridge: internal processing error

I am getting an error like "<HTML><HEAD><TITLE>Weblogic Bridge Message</TITLE></HEAD> <BODY><H2>Failure of Web Server bridge:</H2><P><hr>Internal processing error<hr> </BODY></HTML>"

 

while processing below SOAP UI XML. What will be the problem. Please help!

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tran="http://xmlns.oracle.com/apps/otm/TransmissionService" xmlns:v6="http://xmlns.oracle.com/apps/otm/transmission/v6.4">
               <soapenv:Header>
                  <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
                     <wsse:UsernameToken wsu:Id="UsernameToken-2">
                        <wsse:Username>MM.INTEGRATION</wsse:Username>
                        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MMC0INTd3vq223</wsse:Password>
                     </wsse:UsernameToken>
                  </wsse:Security>
               </soapenv:Header>
               <soapenv:Body>
                  <tran:execute>
                     <otm:Transmission xmlns:otm="http://xmlns.oracle.com/apps/otm/transmission/v6.4">
                        <otm:TransmissionHeader>
                           <otm:TransmissionType>QUERY</otm:TransmissionType>
                           <otm:UserName>MM.INTEGRATION</otm:UserName>
                           <otm:Password>MMC0INTd3vq223</otm:Password>
                        </otm:TransmissionHeader>
                        <otm:TransmissionBody>
                           <otm:GLogXMLElement>
                              <otm:RemoteQuery>
                                 <otm:GenericQuery>
                                    <otm:ElementName>PlannedShipment</otm:ElementName>
                                    <otm:SqlQuery>Select ss.shipment_gid from shipment_status ss, shipment s 
                                    where s.shipment_gid = ss.shipment_gid AND start_time > SYSDATE - 14 and ss.status_type_gid = 'MM.SEND_TO_EBS' and ss.status_value_gid in ('MM.SEND_TO_EBS_ELIGIBLE','MM.SEND_TO_EBS_RESEND') and ss.domain_name = 'MM' and not EXISTS (select shipment_gid from shipment_refnum where shipment_gid = ss.shipment_gid and domain_name = 'MM' and shipment_refnum_qual_gid = 'MM.SEND_TO_EBS' and upper(shipment_refnum_value) = 'YES') and rownum&lt;2</otm:SqlQuery>
                            </otm:GenericQuery>
                          </otm:RemoteQuery>
                       </otm:GLogXMLElement>
                    </otm:TransmissionBody>
                 </otm:Transmission>
              </tran:execute>
           </soapenv:Body>
        </soapenv:Envelope>

 

No RepliesBe the first to reply