开发者

sudzc generates bad soap request

开发者 https://www.devze.com 2023-03-05 13:56 出处:网络
I used sudzc to access web services. However the jboss server side didn\'t like the soap message generated by sudzc. I suspect that this issu开发者_运维知识库e is about namespace... Have anybody expri

I used sudzc to access web services. However the jboss server side didn't like the soap message generated by sudzc. I suspect that this issu开发者_运维知识库e is about namespace... Have anybody exprienced this before?


I had the same problem and was able to fix it by removing the default namespace (xmlns=) altogether and search/replacing all method names, adding an explicit namespace as prefix to all names.


The main differences I see is Sudzc not including an empty header, and uses different namespaces such as soap instead of soapenv as well as set the default namespace of the document. I have no experience with JBoss but it may not be able to handle these differences (although I would think it would) but you can first try including an empty header. SudzC is open source if you want to check out what is happening.


Check the response from web service. Then modify the source code according to the response error. Check this post as an example. sudzC SOAP web service namespace problem

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号