Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting BEA-380001: Internal Server Error when testing proxyservice

user12273134Mar 19 2010 — edited Mar 21 2010
Hi

I have created proxyservice and business service in Oracle service Bus.i tested it using OSB Test Console i works fine.
But when i test proxy service with soapui it gives error:
Following is what is pass and what i get:

<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exam="http://example.org">
<soapenv:Header/>
<soapenv:Body>
<exam:processLoanApp soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<loanRequest xsi:type="java:LoanStruct" xmlns:java="java:normal.client">
<!--Optional:-->
<Name xsi:type="xsd:string">fg</Name>
<!--Optional:-->
<SSN xsi:type="xsd:string">sd</SSN>
<!--Optional:-->
<Rate xsi:type="xsd:double">4</Rate>
<!--Optional:-->
<Amount xsi:type="xsd:long">4</Amount>
<!--Optional:-->
<NumOfYear xsi:type="xsd:int">4</NumOfYear>
<!--Optional:-->
<Notes xsi:type="xsd:string">rt</Notes>
</loanRequest>
</exam:processLoanApp>
</soapenv:Body>
</soapenv:Envelope>



Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>BEA-380001: Internal Server Error</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380001</con:errorCode>
<con:reason>Internal Server Error</con:reason>
<con:location>
<con:node>RouteNode1</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2010
Added on Mar 19 2010
2 comments
23,032 views