RE: Namespace Schema
- From: Itayb <Itayb@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Jun 2009 04:49:01 -0700
Problem solved
I just added to the schema Element Formdefault = qualified
"Itayb" wrote:
Hello.
I have a web service i should call to:
I am using a map to create the body for the web service and use
wcf-basichttp as adapter to call it
The problem is :
My output from the map looks like this
<ns0:webmethod
xmlns:ns0="http://somenamespace.com"><param>value</param></ns0:webmethod>
The only way i managed to activate the web service is if i remove the
namespace prefic like :
<webmethod
xmlns="http://somenamespace.com"><param>value</param></ns0:webmethod>
Any idea how can i do it using schema only ? (I generaly cant write code
after the map as next up is calling the esb guidance 1.0 code which does the
routing
Thanks in advance
Itay
- References:
- Namespace Schema
- From: Itayb
- Namespace Schema
- Prev by Date: Namespace Schema
- Next by Date: Where is the 'Orchestration View' tab???
- Previous by thread: Namespace Schema
- Next by thread: Where is the 'Orchestration View' tab???
- Index(es):
Relevant Pages
|