RE: Namespace Schema

Tech-Archive recommends: Fix windows errors by optimizing your registry




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
.



Relevant Pages

  • Understand orchastrations / BRE
    ... Simple enough on the outside, now, we use one format for the inbound ... message, want to map that to our generic order format, and then pass back ... port (map msgtype b -> msgtype a)] ... And we get that value back in the web service. ...
    (microsoft.public.biztalk.general)
  • Re: Map in XML Receive Pipeline or within orchestration.....
    ... Map in XML Receive Pipeline or within orchestration..... ... I am using a Orchestration exposed as web service. ...
    (microsoft.public.biztalk.general)
  • Namespace Schema
    ... I am using a map to create the body for the web service and use ... wcf-basichttp as adapter to call it ...
    (microsoft.public.biztalk.general)
  • Re: No reference.xsd from Add Web Reference
    ... I want to set the values from the inbound document. ... The scenario is mapping from one sales order xml document to a web service ... that you DON'T need a map. ... Message Assignment shape to create the service request message. ...
    (microsoft.public.biztalk.general)
  • Re: No reference.xsd from Add Web Reference
    ... I want to call a web service from my orchestration. ... In the orchestration I want to map the inbound message to the web ... service request. ...
    (microsoft.public.biztalk.general)