cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1502
Views
0
Helpful
1
Replies

Webservice Java error

AbbasDadou
Level 1
Level 1

Dears,

I have created a sample CVP Call studio application to test a webservice that integrates CVP with a oracle database using a webservice that run over weblogic server. once the application is invoked i got error 500 Internal server error with the below java exception on the response message.

<env:Envelope

xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">

<env:Header/>

<env:Body>

<env:Fault

xmlns:owspe="http://schemas.oracle.com/ws/policy-enforcement-2007-06">

<faultcode>

owspe:Server

</faultcode>

<faultstring>

javax.xml.soap.SOAPException: Error parsing envelope: most likely due to an invalid SOAP message.: SOAP Envelope attributes should be qualified. Attribute QName: targetNamespace

</faultstring>

<faultactor>

</faultactor>

</env:Fault>

</env:Body>

</env:Envelope>


CVP version is 10.5 and Weblogic version is 10.3

Kindly not that i created a customer action element that call the web service and when i run the webservice using this custom action element and exclude the WSDL targetnamespace from the XML message header the web service is invoke with no issue. but when i use the web service element it include the WSDL definition in the XML request message the web service return the above mentioned java exception

Can you please help.

Thanks,

Best Regards,

Abbas

1 Accepted Solution

Accepted Solutions

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Abbas,

  Hope you have resolved the issue by removing the  target namespace form the the request header.

Adding the URL for people who may visit this page.

https://supportforums.cisco.com/discussion/12505946/call-studio-webservice-java-error

Thanks and Regards,

Geevarghese

View solution in original post

1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Abbas,

  Hope you have resolved the issue by removing the  target namespace form the the request header.

Adding the URL for people who may visit this page.

https://supportforums.cisco.com/discussion/12505946/call-studio-webservice-java-error

Thanks and Regards,

Geevarghese