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!

Namespace problem in consumer request to webservice in Oracle SOA

902286Jul 13 2012 — edited Jul 13 2012
Hi ,


I have created one compiste application which includes BPEL process in Oracle Jdeveloper.I have used assign activity to map one element of inpuit variable to one element of output variable.After that I gave the created composite WSDL URL

to consumer to invoke.

When I tested same WSDL URL in SOA-INFRA (that is testing interface for SOA application- http://localhost:8001/soa-infra) I am getting same namaspace for every elements in request like below(When You click om instances created after sending the requests to WSDL).

<ns1:element1>
<ns1:subelement1>
</ns1:subelement1>
<ns1:subelement2>
<ns1:subsubelement3>
</ns1:subsubelement3>

</ns1:subelement2>
<ns1:element1>

But When consumner is sending the request to this WSDL URL from their end, It is giving the input structure in em console like below:

<ns0:element1>
<ns1:subelement1>
</ns1:subelement1>

<ns4:subelement2>
<ns2:subsubelement3>
</ns3:subsubelement3>

</ns4:subelement2>
<ns0:element1>




In order to execute the request and get the response I need to have client request with same namaspace for every element because Jdeveloper creates that structure for us.



I hope You guys understand the problem and let me know the way that should resolve the issue

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2012
Added on Jul 13 2012
4 comments
571 views