More than one XML Processing instruction

hi,

I am trying to create webMethods B2B Record structure from a sample XML which has more than one Processing instruction like

but I am not able to create a B2B record for the same, using webMethods wizard, any tricks or suggestions

Thx
Ritesh

looks like the XML didnt show up, heres is it

<?xml version="1.0" ?>

<com.seagullsw.appinterface.model.ModelIORegistry
elementType=“function”
elementAspect=“response”
bindingType=“AppInterface”
syntaxVersion=“1.0.0” ?>

hi,

I am trying to create webMethods B2B Record structure from a
sample XML which has more than one Processing instruction
like above

but I am not able to create a B2B record for the same, using
webMethods wizard, any tricks or suggestions

I assume you have a typo in your post, but

<com.seagullsw.appinterface.model.ModelIORegistry
elementType=“function”
elementAspect=“response”
bindingType=“AppInterface”
syntaxVersion=“1.0.0” ?>

isn’t valid. You either have a missing ? at the front, or an extraneous ? at the end. In either case, Developer will see this as XML that is not well-formed.

its just a typo in the mail, when i was formatting its a valid xml that I am using…

<?xml version="1.0" ?> <?com.seagullsw.appinterface.model.ModelIORegistry elementType="function" elementAspect="response" bindingType="AppInterface" syntaxVersion="1.0.0" ?>

Ritesh

Should have finished before I posted…

I was able to create a record but it doesn’t contain any attributes from the second instruction. Is that what you’re after? Or is the “Create record” process giving you an error?

yes Rob the attributes from the second processing instruction.

Thx
Ritesh