| Author | Message | 
		
		  | mainak | 
			  
				|  Posted: Tue Oct 19, 2010 4:23 am    Post subject: Failure in getting response from web browser |   |  | 
		
		  | Newbie
 
 
 Joined: 18 Aug 2010Posts: 7
 
 
 | 
			  
				| Hi, I am new in WMB. I have recently developed a message flow which has a SOAPInput node. Now, I have deployed the message flow in a remote machine. When I fire a request from SOAPUI, I am getting the desired output. But, when I fire the request from a Web browser, its giving 
 XML Parsing Error: syntax error
 Location: the url
 Line Number 1, Column 1:
 
 Failure when reading Request Message Body.
 ^
 
 My question is why is this happening? Thanks in advance.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mgk | 
			  
				|  Posted: Tue Oct 19, 2010 5:16 am    Post subject: |   |  | 
		
		  |  Padawan
 
 
 Joined: 31 Jul 2003Posts: 1647
 
 
 | 
			  
				| Your web browser is not sending a SOAP message. _________________
 MGK
 The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mainak | 
			  
				|  Posted: Tue Oct 19, 2010 7:49 pm    Post subject: |   |  | 
		
		  | Newbie
 
 
 Joined: 18 Aug 2010Posts: 7
 
 
 | 
			  
				| So, how can I solve this issue? |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | ajit1981 | 
			  
				|  Posted: Tue Oct 19, 2010 9:28 pm    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 09 Apr 2010Posts: 41
 Location: Bangalore, Inida
 
 | 
			  
				| your web browser is sending the HTTP request message, you need to change the setting of your web browser to send the message in a SOAP Message. Check your web browser coding and changed it to send the SOAP message. _________________
 Regards,
 Ajit
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mainak | 
			  
				|  Posted: Thu Oct 21, 2010 8:58 pm    Post subject: |   |  | 
		
		  | Newbie
 
 
 Joined: 18 Aug 2010Posts: 7
 
 
 | 
			  
				| Hi Ajit, can you please guide me how to change this coding so that it can send SOAP message?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | ajit1981 | 
			  
				|  Posted: Thu Oct 21, 2010 9:28 pm    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 09 Apr 2010Posts: 41
 Location: Bangalore, Inida
 
 | 
			  
				| mainak, you need to follow up the your web browser development team. I am not much aware of how to do the coding in web browser ... Check in your company who develop this kind of web browser , they will help you. _________________
 Regards,
 Ajit
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mqjeff | 
			  
				|  Posted: Fri Oct 22, 2010 1:48 am    Post subject: |   |  | 
		
		  | Grand Master
 
 
 Joined: 25 Jun 2008Posts: 17447
 
 
 | 
			  
				| mainak - Broker does not act as a general purpose web server.  It's a web-based application hosting environment (among other things).  It responds to only those things that you code it to respond to.  A SOAPInput node only responds to SOAP messages, which although they are sent over HTTP are not actually the kind of HTTP message that a user-oriented Web Browser like Firefox or IE can generate. 
 Don't expect Broker to act as a general purpose web hosting environment, it's not.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |