-
1. Re: Soap request Message
marklittle Dec 7, 2007 6:11 AM (in response to akfs)Try a SOAP sniffer/tool.
-
2. Re: Soap request Message
akfs Dec 7, 2007 11:47 AM (in response to akfs)Well I figured out the problem was that in the header the Soap action has to be in quotes and currently the soap client doen't put the Soap Action in quotes, I fixed it, recompiled the 4.2.1 ESB and it is working. I have created a JIRA Feature request with the code and the Jbossesb-soap.jar
The link to that is as follows
http://jira.jboss.com/jira/browse/JBESB-1397
With out the quotes the response is an Error, as the web service cannot get the web method. I hope to see this in the next issue -
3. Re: Soap request Message
marklittle Dec 7, 2007 11:50 AM (in response to akfs)Thanks. Can you just attach your updated file to the JIRA: it makes comparisons much easier?
-
4. Re: Soap request Message
tfennelly Dec 7, 2007 11:56 AM (in response to akfs)What's the target platform receiving the SOAP request?
-
5. Re: Soap request Message
akfs Dec 7, 2007 11:57 AM (in response to akfs)It's there now. Sorry for the inconvenience.
-
6. Re: Soap request Message
akfs Dec 7, 2007 12:19 PM (in response to akfs)I am sending Soap request to SQL Server 2005 Webservices, but I tested it on JBoss, it works fine on the JBoss hosted WS's. Also the jar file jbossesb-soap needs to be replaced in the jbossws.sar
-
7. Re: Soap request Message
marklittle Dec 9, 2007 4:19 AM (in response to akfs)Thanks, your fix will be in the CP release.
-
8. Re: Soap request Message
tfennelly Dec 10, 2007 4:45 AM (in response to akfs)"akfs" wrote:
I am sending Soap request to SQL Server 2005 Webservices, but I tested it on JBoss, it works fine on the JBoss hosted WS's. Also the jar file jbossesb-soap needs to be replaced in the jbossws.sar
Thanks... just thinking that perhaps we should look at putting hooks in there such that integration issues like this can be worked around without having to pull at the guts of the code in the way you had too. Sorry about that :-) -
9. Re: Soap request Message
marklittle Dec 10, 2007 4:57 AM (in response to akfs)Isn't one of the benefits of open source that you can pull the guts out ;-)?
-
10. Re: Soap request Message
tfennelly Dec 10, 2007 5:01 AM (in response to akfs)"mark.little@jboss.com" wrote:
Isn't one of the benefits of open source that you can pull the guts out ;-)?
hehehe... That's true :-) -
11. Re: Soap request Message
azizullahf Dec 10, 2007 10:13 AM (in response to akfs)It's a blessing. You can keep working without waiting for the cp or next release. Saves a tremendous amount of Development time. :)
-
12. Re: Soap request Message
marklittle Dec 10, 2007 11:53 AM (in response to akfs)Well if you're feeling adventurous you can always check out the CP branch and build it ;-)
-
13. Re: Soap request Message
azizullahf Dec 10, 2007 12:50 PM (in response to akfs)I will once i get done with the esb ws part, rite now writing the SoapUIClient service, so that it can take in to account the element, text+element, and attribute in to consideration, as of 4.2.1 GA it only takes into account the Text ("?") , Once I am done will post tht too, I am loving ESB <3 ;)
-