Joined: 15 Jun 2005 Posts: 163 Location: Massachusetts
Vikas,
The namespace prefixes should match those in the declaration. As long as your response message structure defines "SOAP-ENV" in its declaration, its a valid message.
Code:
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
....
....this is a valid message
Broker will parse this SOAP response without any issues. Broker does not need the request & response namespace prefixes to exactly same.
hi every one..
thanks I am able to access webservices..
with the help given..
now My next problem is dataflow engine is not being stoped even by task manager...i stop broker and congigmgr...and even I restart my system...but when i am starting my broker again more than 5 data flow engine are showing in task manager..
Please start another topic. This is a different issue which is most probably due to looping in your code...and as usual, please explain your flow logic, paste code....
Note: execution group will spawn a new thread when you kill it using task manager.
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