cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,
I have to add namespace in below xml tag:-
Actual xml:-

<sendData>
<MicInterfaceRequest>
  <Connection>
    <connectionID>MICWebService</connectionID>
    <partnerID>MICTest</partnerID>
    <dateTime>2014-02-12T20:00:00.123Z</dateTime>
  </Connection>
</MicInterfaceRequest>

Required xml:-

<MicInterfaceRequest xmlns="urn:http://www.mic-cust.com/Webservice/MicInterface/v1.0">
  <Connection>
    <connectionID>MICWebService</connectionID>
    <partnerID>MICTest</partnerID>
    <dateTime>2014-02-12T20:00:00.123Z</dateTime>
  </Connection>
</MicInterfaceRequest>

Please help how to achieve this using xslt mapping

Regards

Mahesh

0 Likes
View Entire Topic
manoj_khavatkopp
Active Contributor
0 Likes
Former Member
0 Likes

Manoj adding in message type will work right?

manoj_khavatkopp
Active Contributor
0 Likes

Raghu,

By looking at the XML itseems he's dealing with WSDl file and not message type.

If message type is created then yes your suggestion would work.

Br,

Manoj

manemahesh
Participant
0 Likes

Hi Manoj,

Yes I m dealing with WSDL file.

And code given in below link help just required some little change in that.

https://scn.sap.com/thread/2062939

Thanks

Former Member
0 Likes


Mahesh,

Pose the code your using

manoj_khavatkopp
Active Contributor
0 Likes

Any reason why u r not using the UDF and going for XSLT ?