ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » An error has been reported by the BIPXML4C component

Post new topic  Reply to topic
 An error has been reported by the BIPXML4C component « View previous topic :: View next topic » 
Author Message
lovesbroker
PostPosted: Tue Aug 31, 2010 6:30 pm    Post subject: An error has been reported by the BIPXML4C component Reply with quote

Newbie

Joined: 31 Aug 2010
Posts: 1

I am getting this exception because there is a "&" symbol in my XML input.
I want this symbol to be replaced with & so that I wont get this exception.

I've tried
DECLARE InvoiceNo CHAR lineRef.Q1:InvoiceNumber;
SET InvoiceNo = REPLACE(InvoiceNo, '&', '&');

But it didnt worked and still getting the same exception.
Looks like its happening in the runtime and I cant get away with this exception.

XMLNSC parser is being used for this. Should we change our parser?
Or is there any way to replace & symbol with & ?

Please throw your ideas and thanks in advance for your replies.

Thanks,
Sri
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Sep 01, 2010 1:29 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

I would be surprised if you are getting this message "An error has been reported by the BIPXML4C component" when using the XMLNSC parser - because XMLNSC does not use XML4C. Are you sure you are not using XML or XMLNS?

I cannot work out what your message flow is doing - please explain carefully what your flow is trying to do, and why.

If your XML input is badly-formed ( i.e. wrong ) then parsing will fail and you will not get a message tree. So I don't understand this statement:
Quote:
I've tried
DECLARE InvoiceNo CHAR lineRef.Q1:InvoiceNumber;
SET InvoiceNo = REPLACE(InvoiceNo, '&', '&');

But it didnt worked and still getting the same exception.


I don't understand this question either:
Quote:
XMLNSC parser is being used for this. Should we change our parser?
Why are you so quick to blame the parser? Does any other XML parser work ( e.g. a web browser )?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » An error has been reported by the BIPXML4C component
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.