Click here to Skip to main content
15,924,829 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionproblem in updation Pin
Nadia stoichov26-Oct-05 17:45
sussNadia stoichov26-Oct-05 17:45 
AnswerRe: problem in updation Pin
Denevers14-Nov-05 13:39
Denevers14-Nov-05 13:39 
AnswerRe: problem in updation Pin
Sushant_Mathur14-Nov-05 19:54
Sushant_Mathur14-Nov-05 19:54 
QuestionSOAP via stdin/stdout - how? Pin
Carsten Leue25-Oct-05 8:33
Carsten Leue25-Oct-05 8:33 
Questionhow can i insert image in .chm file with the help of xml comments?? Pin
parvinder sehrawat23-Oct-05 21:23
parvinder sehrawat23-Oct-05 21:23 
Questionexporting image field from sql server... Pin
l a u r e n21-Oct-05 14:54
l a u r e n21-Oct-05 14:54 
AnswerRe: exporting image field from sql server... Pin
Sushant_Mathur25-Oct-05 0:37
Sushant_Mathur25-Oct-05 0:37 
Questionweb services and oracle Pin
BECK720-Oct-05 11:47
BECK720-Oct-05 11:47 
Hi, im having a problem when i call a web service using a stored procedure in oracle. I download from a wep page an api that let me interact and this is my stored procedure:

PROCEDURE consultar () IS

--DECLARE
l_request Soap_Api.t_request;
l_response Soap_Api.t_response;
l_tipocambio NUMBER;
BEGIN
--UTL_HTTP.set_proxy('bart.tshcomputing.com:4480', NULL);
--UTL_HTTP.set_persistent_conn_support(TRUE);

l_request := Soap_Api.new_request(p_method => 'ConsultarTC',
p_namespace => 'xmlns="http://tempuri.org/"');

l_response := Soap_Api.invoke(p_request => l_request,
p_url=> 'http://10.32.1.56/webserviceia/tipocambio.asmx',--c_url_webservice,
p_action => 'http://tempuri.org/ConsultarTC');

l_tipocambio := Soap_Api.get_return_value(p_response => l_response,
p_name => 'Compra',
p_namespace =>'http://tempuri.org/');

DBMS_OUTPUT.put_line(' l_Compra:' || l_tipocambio);

bDisponible := TRUE;

EXCEPTION
WHEN NO_DATA_FOUND THEN
NULL;
WHEN OTHERS THEN
RAISE;
END consultar;


i having the next error:

Server was unable to read request. --> 'Text' is an invalid node type. Line 1, position 170.

can anybody help me? or where can i find examples and trust documentation of this??

thanks!!
QuestionFiltering xml data into a web page Pin
Karel Paborsky17-Oct-05 22:36
Karel Paborsky17-Oct-05 22:36 
QuestionSerialize without escaping Pin
mgaerber15-Oct-05 1:31
mgaerber15-Oct-05 1:31 
AnswerRe: Serialize without escaping Pin
Sushant_Mathur25-Oct-05 0:29
Sushant_Mathur25-Oct-05 0:29 
GeneralRe: Serialize without escaping Pin
mgaerber28-Oct-05 2:37
mgaerber28-Oct-05 2:37 
QuestionXML Deserialization of Known Derived Classes Pin
Alexandre G13-Oct-05 21:19
Alexandre G13-Oct-05 21:19 
QuestionAdd new tag after every 5 elements Pin
Sushant_Mathur13-Oct-05 20:48
Sushant_Mathur13-Oct-05 20:48 
AnswerRe: Add new tag after every 5 elements Pin
niansah14-Oct-05 12:32
niansah14-Oct-05 12:32 
GeneralRe: Add new tag after every 5 elements Pin
Sushant_Mathur16-Oct-05 19:00
Sushant_Mathur16-Oct-05 19:00 
QuestionConvert OpenOffice XML to XHTML Pin
kylegreen13-Oct-05 9:02
kylegreen13-Oct-05 9:02 
QuestionWse X509 Certificate unaccessable through web client Pin
eni9ma12-Oct-05 14:17
eni9ma12-Oct-05 14:17 
AnswerRe: Wse X509 Certificate unaccessable through web client Pin
IsraelSep4-Aug-11 12:26
IsraelSep4-Aug-11 12:26 
QuestionXML serialized Parent/child output format?? Pin
PhrankBooth12-Oct-05 5:38
PhrankBooth12-Oct-05 5:38 
AnswerRe: XML serialized Parent/child output format?? Pin
PhrankBooth12-Oct-05 10:15
PhrankBooth12-Oct-05 10:15 
Questionremove soap envelop and create html outptu Pin
Stephini10-Oct-05 16:58
sussStephini10-Oct-05 16:58 
Questionplease help..About XML- RPC Pin
prashantarun9-Oct-05 20:44
prashantarun9-Oct-05 20:44 
AnswerRe: please help..About XML- RPC Pin
Marc Soleda10-Oct-05 0:11
Marc Soleda10-Oct-05 0:11 
GeneralRe: please help..About XML- RPC Pin
prashantarun10-Oct-05 20:37
prashantarun10-Oct-05 20:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.