OmniPortet and WSDL

I'm trying to create an OmniPortlet that accesses a web service. When I enter the WSDL URL into the setup, the OmniPortlet says there are no methods defined. What is it about the WSDL definition below that OmniPortlet doesn't like?
Thanks.
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions targetNamespace="urn:vignette" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:vignette" xmlns:intf="urn:vignette" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema targetNamespace="urn:vignette" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="OutTable">
- <sequence>
<element name="NAME" type="xsd:string" />
<element name="SSN" nillable="true" minOccurs="0" type="xsd:string" />
<element name="ORG" nillable="true" minOccurs="0" type="xsd:string" />
<element name="TELEPHONE" nillable="true" minOccurs="0" type="xsd:string" />
<element name="EMAIL" nillable="true" minOccurs="0" type="xsd:string" />
<element name="TITLE" nillable="true" minOccurs="0" type="xsd:string" />
<element name="ServiceName" nillable="true" minOccurs="0" type="xsd:string" />
<element name="ServiceDescr" nillable="true" minOccurs="0" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="getTeam">
- <sequence>
<element name="userID" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="getTeamResponse">
- <sequence>
<element name="myTeam" type="impl:OutTableArray" />
</sequence>
</complexType>
- <complexType name="OutTableArray">
- <complexContent>
- <restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:OutTable[]" />
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="getTeamRequest">
<wsdl:part name="inputs" type="intf:getTeam" />
</wsdl:message>
- <wsdl:message name="getTeamResponse">
<wsdl:part name="outputs" type="intf:getTeamResponse" />
</wsdl:message>
- <wsdl:portType name="MySupportTeam">
- <wsdl:operation name="getTeam" parameterOrder="inputs">
<wsdl:input message="intf:getTeamRequest" name="getTeamRequest" />
<wsdl:output message="intf:getTeamResponse" name="getTeamResponse" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="MySupportTeamSoapBinding" type="intf:MySupportTeam">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="getTeam">
<wsdlsoap:operation soapAction="" />
- <wsdl:input name="getTeamRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:vignette" use="encoded" />
</wsdl:input>
- <wsdl:output name="getTeamResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:vignette" use="encoded" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="MySupportTeam">
- <wsdl:port binding="intf:MySupportTeamSoapBinding" name="MySupportTeam">
<wsdlsoap:address location="http://tech1.sandia.gov:9020/MySupportTeam/services/MySupportTeam" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

Sorry, the WSDL is behind our firewall. I've included the majority of the WSDL in the original post (couldn't get it all in due to message size limitation). If there is some specific section you'd like to see that I didn't include, let me know and I can include it.
thanks.

Similar Messages

  • Creating WSDD and WSDL file

    I am working on JSR 172,
    I have created a server code, installed Tomcat and Axis.
    Now i want to convert my .java file to .wsdd and .wsdl file the below command are not working plese help.
    java -classpath lib\axis.jar;lib\saaj.jar;lib\jaxrpc.jar;lib\commons-logging-1.0.4.jar; lib\commons-discovery-0.2.jar;lib\wsdl4j-1.5.1.jar;build\classes\.;org.apache.axis.wsdl.Java2WSDL -y DOCUMENT -u LITERAL -l http://localhost:8080/axis/services/ScoreService tutorial.ScoreInterface
    and this produces the below erroe
    Unrecognized option: -y
    Could not create the Java virtual machine.
    Thanks in advance.

    Hi ganesh,
    you have two options to get it working.
    The first one is using a CanonicalEditPolicy, which creates all Nodes and Edges for you based on your semantic model. This is easy to implement, but it has some drawbacks. Your editor will get dirty after opening it, because your Notation Model is changes and no layout information is available.
    The better way is to create Nodes and Edges for each semantic element you created.
    For your code snippet it might look like this:
    XXX model = createInitialModel();
    YYY yyy = XXXFactory.eINSTANCE.createYYY();
    yyy.setAttribute1("2");
    yyy.setAttribute2("name");
    model.getYYYs().add(yyy);
    attachModelToResource(model, modelResource);
    Diagram diagram = ViewService.createDiagram(model, XXXEditPart.MODEL_ID,XXXEditorPlugin.DIAGRAM_PREFERENCES_HINT);
    Node yyyView = ViewService.createNode(diagram, yyy, SemanticHints.YYY,
    ,XXXEditorPlugin.DIAGRAM_PREFERENCES_HINT);
    //Set some layout information assuming you use a XYLayout
    Bounds bounds = NotationFactory.eINSTANCE.createBounds();
    bounds.setX(70);
    bounds.setY(20);
    yyyView.setLayoutConstraint(bounds);
    Regards,
    Andreas

  • How to generate WS and WSDL for proper working DS under ALDSP 3.0?

    Hi,
    Ive got small problem with generating WebService and WSDL for proper working DataService in AL Data Service Studio.
    Whats the worse, I cant find any good documentation showing how to do it step by step in the new development enviroment.
    Currently Im doing it like:
    1) right click on DS and then Create Web Service Map
    2) when Im trying to View WSDL for created (in previous point) WS Map, after a while for deployment, I get Error 404--Not Found
    3) when Im trying to Save WSDL As ... , after showing where it should to be saved, nothing happens
    4) At Test Web Service Map option Ive got (in ZIP archive there is error trace from WebLogic console):
    http://localhost:7001/xyz/abc/test/something.ws?WSDL
    failed due to weblogic.testclient.WsdlParseFailedException: Not Found
    My questions are:
    i) how I can generate WS for DS?
    ii) when there will be some tutorials to download for ALDSP 3.0?

    Some new facts about this situation.
    A moment ago Ive made all the things like in edocs:
    http://edocs.bea.com/aldsp/docs30/install/migration.html#wp1081343
    After that problems still exists and what is the worst - the same problem as at the first time.
    So:
    1) Problem of not migrated kind="private" to visibility="private"
    2) Problem of migrating the files encoded in CP1250 if they got charakters encoded in CP1250
    3) I know that proces of migration from multiple imports to the same namespace within XSDs must be done in manual way but problem still exist
    4) There are some issue like this:
    "[ld:xXx_PIDataServices/cache/order/order.ds]: The return type of the read function "{ld:xXx_PIDataServices/cache/order/order}setOrderStatus" with arity 1 does not match the Data Service target (element) type "{services.cache.integration.amg}setOrderOut"."
    When I remove kind="read" from pragma then its going to be valid.
    In short time we will try to contact with our local BEA support.
    PS Right now I was trying to import another project (sample one for Workshop 8.1 - <BEA_HOME>\weblogic81\samples\workshop\SamplesApp) and it also didnt go smoothly :/
    Edited by PiotrGalas at 02/01/2008 4:20 AM

  • Why is there inconsistencies between columns shown for FieldManagment and WSDL

    Hi all, Oracle Applications 768445
    Any known reasons, why the fields shown for FieldManagement Api is different from the fields shown by WSDL for Oracle CRM record types?
    For example: activity record types, the WSDL exports fields that does not exist in the FieldManagement administrative API

    Thanks Cjmurray-Oracle, for looking into this.
    Am part of a development team, integrating Oracle CRMOD to another warehouse using Oracle Web Services  Guide Version 14.0(Release 26) as basis, Under the administrative service API calls- FieldManagement method(Page 241), using the method will allow extraction of field management configuration data for an object, however the list of fields shown through this method is different from the list of fields shown when using the Generic WSDL(page 46) in access the object. this is an issue because if there is difference in the fields shown by FieldManagent method and WSDL for an object. important custom/standard fields can be omitted. I hope this make sense.
    Or can you recommend another space to post this question?
    Thanks again.

  • Create web service consumer client with Ant and wsdl

    How can I create a web service client with just Ant and WSDL?
    Thanks.

    Hi,
    Did you check this web log?
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    Eddy

  • Web services and wsdl for beginners

    Hi, I wonder if someone could help me, I need a guide on how to create, consume and publish web services and wsdl in jboss for beginners, using the tools of eclipse or netbeans.
    Thank you very much

    My intention is to create web services to consume from PDF forms, I thought it was the right way from eclipse, this is good practice or is there a better way?
    Thanks.

  • How to create xsd and wsdl..?

    Dear All,
    I am new to BPEL.
    Can anyone help me on creating xsd and wsdl.
    Thanks

    the easiest way is using jdeveloper xsd builder to define your types ..
    the wsdl itself is just a defintion of
    a) types (either here or in a schema)
    b) messages
    c) operations (like functions)
    d) and bindings .. to specify the technology ..
    I would take a look on http://www.w3schools.com/WSDL/ which a tutorial ..
    and then use jdev to create the things ..
    hth clemens

  • Consuming URL renames XSD and WSDL files in OSB

    We try to define a proxy service in the OSB 11g by consuming an URL.
    We have all our WSDLs, XSDs etc online available, that is references like import of include in a WSDL uses URLs to identify other WSDLs or XSDs. In fact a webservice has a concrete WSDL which imports an abstract WSDL. The abstract WSDL imports XSD's. The XSD's file can import another XSD's as well. It is more or less a tree structure of XML documents.
    When we try to define a proxy or business service on the concrete WSDL in Eclipse by consuming the URL ending on ?wsdl, all meaningfull names of XSD's are replaced by generated names i.e. common.xsd becomes xml_1233.xsd. And all URL references are replaced by file references. The depencency tree is preserved, everthing is still valid however the names are no longer human readable.
    Is there any way to preserve the filenames of XML documents?
    With kinds regards,
    Jornica

    Hi Anuj,
    I followed this link to create the MDS connection and local MDS repository, should I create an empty composite project and place the
    zip file of my xsd's in this and bundle that in to an MAR file? Are there any documents that talks about MAR creation?
    Thanks,
    Jai.

  • SOAP RECEIVER and WSDL-what specifies how my SOAP REQUEST should look like?

    Hi
    I am sending a request to a webservice (SOAP RECEIVER) but the webservice in question does not have a wsdl. I have created my own wsdl based on another example but when mapping to the REQUEST part of this and routing it through my SOAP RECEIVER channel it appears that it has NO SOAP-ENV only the pure XML in the request sent to the webservice.
    I have UNTICKED the "No SOAP envelope.." so all is pretty basic.
    What specifies how the REQUEST sent to the webservice through the SOAP RECEIVER comm channel should look like?
    I thought that the SOAP RECEIVER ADAPTER did this automatically, but in my scenariao, it looks as if it something else as well? Is it the XSD or WSDL that dictates how the SOAP REQUEST should look like?
    Cheers

    > I thought that the SOAP RECEIVER ADAPTER did this automatically, but in my scenariao, it looks as if it something else as well? Is it the XSD or WSDL that dictates how the SOAP REQUEST should look like?
    No. The SOAP adapter adds the SOAP enveloped, no matter how the WSDL looks like.
    I have no idea why this does not work for you. Check whether the channel is active and the cache is refreshed.
    Regards
    Stefan

  • Question about webservice and wsdl file

    Hi All.
    I have this scenario , the customer wants to send some information as they happen
    The customer wants to use a web service to our database(JDBC)
    I understand that from this requirement , I have to develop the Object in PI , and create the wsdl file to send it to the customer , this wsdl file will have the URL and other information for the consuming of the webservice.
    Now the weired thing is the customer insists that we should use their wsdl file , I am confused about this , I understand that when the customer send their wsdl file , it is because they will act as a receiver to our request , right ?
    but if they want to act as sender , then the wsdl file should be sent from PI side based on the configuration.
    My question is it possible to create a scenario based on the cunstomer wsdl file eventhough the customer is the sender .
    if so what and how the URL will be.
    Thanks.

    Malu Mader wrote:
    > Now the weired thing is the customer insists that we should use their wsdl file , I am confused about this , I understand that when the customer send their wsdl file , it is because they will act as a receiver to our request , right ?
    > but if they want to act as sender , then the wsdl file should be sent from PI side based on the configuration.
    refer Walkthrough - SOAP  XI  RFC/BAPI
    your URL will be;
    The inbound address for SOAP messages is: http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
    Under party:service:channel enter the party name, the service name, and the name of the communication channel. If no party has been created, enter the following: channel=:service:channel

  • Axis2 and wsdl- Exception thrown when client attempting server connection

    Hi all,
    I am trying at the moment to develop an Axis2 server, and test it with a client.
    The server is to provide a soap wsdl service, returning an object request.
    I have generated server code and client code using axis2's wsdl2java tool, and all seemed fine.
    The server I created using this generated code seems to work, so far as i can tell, as I can connect to it through a browser.
    For example, using the browser I can connect to it via:
    http://localhost:8888/services/PersonInfo
    and it gives me a page showing 'Deployed Services', listing the operations available.
    but the funny thing is here that it seems to auto-direct me to another url: http://localhost:8888/axis2/services/ which I have not specified.
    For the server I am using the axis2 supplied SimpleHTTPServer. Here is the complete code excluding the actual generated code:
    public class EmbeddedAxis2Server {
        public static void main(String[] args) throws Exception {
            ConfigurationContext context = ConfigurationContextFactory.
            createConfigurationContextFromFileSystem(null, null);
            AxisService service =
            AxisService.createService(caps.integration.rhos.dk.schema.astraiaservice._2008._04._15.PersonInfo.class.getName(), context.getAxisConfiguration());
            context.getAxisConfiguration().addService(service);
            SimpleHTTPServer server = new SimpleHTTPServer(context, 8888);
            server.start();
    }I can even call the published operation using the browser, via the url:
    http://localhost:8888/axis2/services/PersonInfo/getPersonInfo
    and pass in arguments using the usual form variables syntax.
    HOWEVER!! My problem is (and maybe it is related to the url redirect strangeness I mentioned above, or maybe not), that my coded client is not able to connect.
    I generated the client stubs also using wsdl2java, and call the functions... but I get this show stopping exception:
    org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) 127.0.0.1/services/PersonInfo
         at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
         at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
         at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
         at caps.integration.rhos.dk.schema.astraiaservice._2008._04._15.PersonInfoStub.getPersonInfo(PersonInfoStub.java:142)
         at com.astraia.axisclient.Client.getPersonInfo(Client.java:44)
         at com.astraia.axisclient.Client.main(Client.java:23)Here is the client code (excluding generated stub)
        public static void getPersonInfo(){
            try
                 ConfigurationContext context = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null);
                 PersonInfoStub stub =new PersonInfoStub(context);
                GetPersonInfoIn req =new GetPersonInfoIn();
                req.setCivilRegistrationIdentifier("CIV123");
                req.setHospitalCode("HOS123");
                req.setRequestId("123");
                req.setUserName("sean");
                GetPersonInfoOut res = stub.getPersonInfo(req);
                System.out.println(res.toString());
            } catch(Exception e){     e.printStackTrace();       System.out.println("\n\n\n");      }
        }If anyone has any idea of what this problem is about, I would love to hear about it!
    Kind Regards,
    svaens
    Edited by: svaens on Apr 28, 2008 2:11 AM

    Hi, I have an update!!!
    Another aspect of my problem (which I had forgotten to mention) was a mysterious difference in the original wsdl file, and the one that was generated by my SImpleHTTPServer when my browser contact it, and requested the wsdl. That is, when I use the url in my firefox browser
    [http://localhost:8888/axis2/services/PersonInfo?wsdl|http://localhost:8888/axis2/services/PersonInfo?wsdl]
    the wsdl that was returned to the browser was different in several ways to the original wsdl that I generated my server side java code from using the axis2-1.3 wsdl2java.sh script.
    I had noticed this, and decided to create a client using this new and strangely different wsdl, and see if this provides different results.
    It worked!!! After creating my stub java code with the new wsdl file, and the wsdl2java tool, and modifying my custom java code to match the different stub generated, the client was able to connect to the server, and return me a serialized object.
    Does this give you any clues as to what may be the real problem?
    Differences in the wsdl include:
    1. the targetNamespace attribute listed in the wsdl:definitions tag shows the namespace backwards!!
    2. The new generated wsdl file has two extra element types,
    GetPersonInfo, and GetPersonInfoResponse, + GetPersonInfoIn , GetPersonInfoOut
    while the original only game me GetPersonInfoOut & GetPersonInfoIn.
    The client code I had to change now looks like this:
    try
                ConfigurationContext context = ConfigurationContextFactory.
                createDefaultConfigurationContext();
            PersonInfoStub stub =  new PersonInfoStub(context);
                GetPersonInfo reqs =   new GetPersonInfo();
                GetPersonInfoIn req = new GetPersonInfoIn();
                reqs.setGetPersonInfoIn(req);
                req.setCivilRegistrationIdentifier("CIV123");
                req.setHospitalCode("HOS123");
                req.setRequestId("123");
                req.setUserName("sean");
                GetPersonInfoResponse res = stub.getPersonInfo(reqs);
                GetPersonInfoOut resultObj = res.get_return();
                            OMFactory fac = OMAbstractFactory.getOMFactory();
                            OMElement xml = resultObj.getOMElement(GetPersonInfoResponse.MY_QNAME, fac);
                            XMLStreamWriter writer = XMLOutputFactory.newInstance().createXMLStreamWriter(System.out);
                            writeOMElement(xml, writer);
            } catch(Exception e){
                e.printStackTrace();
                System.out.println("\n\n\n");
            }

  • XSD Namespace and WSDL Namespaces

    Hi,
    I have a wsdl in which I'm defining a xsd schema in the <wsdl:types> element. Can we have same targetnamespace for both (wsdl) and (xsd that is defined in wsdl <types> element) ?? Please clarify.
    Thanks
    Edited by: bpeltechie on Jul 5, 2012 2:17 PM

    Yes, you can have the same target name space for both wsdl and schema file. Tried with a helloworld.wsdl and helloworld.xsd its valid scenario.
    HelloWorldBPELProcess.wsdl
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="HelloWorldBPELProcess"
    targetNamespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*" schemaLocation="xsd/HelloWorldBPELProcess.xsd" />
    </schema>
    </wsdl:types>
    HelloWorldBPELProcess.xsd file.
    <?xml version="1.0" encoding="UTF-8"?>
    <schema attributeFormDefault="unqualified"
         elementFormDefault="qualified"
         targetNamespace="*http://xmlns.oracle.com/PIMtoRPASAmendment_jws/Helloworld/HelloWorldBPELProcess*"
         xmlns="http://www.w3.org/2001/XMLSchema">
         <element name="process">
              <complexType>
                   <sequence>
                        <element name="input" type="string"/>
                   </sequence>
              </complexType>
         </element>
    </schema>
    Thanks,
    Vijay
    Edited by: veejai24 on 05-Jul-2012 04:03

  • [jaxrpc] defining web services and WSDL spec

    Greetings,
    I'm starting in JAXRPC web service's concepts and its WSDL specification. After I tested some samples from the jaxrpc tutorial, I tried to make my custom web service, but, I have problems when I deploy the web service and I tried to see in my browser the endpoint url - I got a internal server exception! I pick up the hello sample, I added to it my custom core sample web service functionality - using the same operations, the same signatures methods - and it worked fine!!
    So, what' is wrong? The main difference between them is that I have differents configuration files for xrpcc that will give a wsdl files for each one. Whats changes? The service name? The interface/package name? Is there some kind of limitation in the package name convention with the service names beyound the basic ones in the xrpcc (jaxrpc) specification?
    thanks,
    Pedro Salazar.

    I upgraded webservices developer pack to 1.0 version (final) and I solved my problems!
    Pedro Salazar

  • BASIC Auth and WSDL in WebLogic 7

    I want to protect my web service URI with HTTP basic authentication. I've modified
    the web.xml and protected my web service URI and all works fine. However, this
    also protects the dynamically generated WSDL URL.
    Is there a way to pass the user/password to the JAX-RPC client for the WSDL URL?
    If not, what is the best way to expose the WSDL through a different unprotected
    URI while still dynamically generating it?
    Mike

    I am aware that this is an old post, but I have never seen a good answer for this
    question and have been struggling with it myself. How do you protect web services
    with basic authentication, but at the same time expose the generated WSDL?
    The best way I have found is to protect only post requests:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>myservice</web-resource-name>
    <url-pattern>/myservice/*</url-pattern>
    <http-method>POST</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>SomeRoleName</role-name>
    </auth-constraint>
    </security-constraint>
    Since web service requests are posts, security does kick in on the invocation.
    The WSDL 'get' requests are allowed. This setup does break the WLS generated test
    harness, however, since there is no way to authenticate prior to the service invocation.
    Anyone have any better suggestions?
    Anyone know why servicegen doesnt put the WSDL in a separate directory from the
    services to make things a bit easier?
    Mike
    "Mike Gilbode" <[email protected]> wrote:
    >
    I want to protect my web service URI with HTTP basic authentication.
    I've modified
    the web.xml and protected my web service URI and all works fine. However,
    this
    also protects the dynamically generated WSDL URL.
    Is there a way to pass the user/password to the JAX-RPC client for the
    WSDL URL?
    If not, what is the best way to expose the WSDL through a different
    unprotected
    URI while still dynamically generating it?
    Mike

  • SOAP and WSDL help.

    I'll try to make this as simple as possible in hope I get a
    response. I have a particular web service I need to consume. Using
    its WSDL file I have locally, how can I make a direct SOAP call to
    it using the actual XML SOAP envelope? It balks when trying to use
    cfinvoke with CFinvokearguments, giving me a "method doesn't exit"
    error. I figure I can invoke the service somehow using CFHTTP and
    using the entire soap envelope to call the web service. Am I
    barking up the wrong tree here?
    Looking at the actual soap body inside the envelope, Since
    its XML there are a number of child tags inside i.e.
    <soapenv:Body>
    <the_request>
    <security_header>
    <some_element>whatever</some_element>
    <another_element>whatever2</another_element>
    </security_header>
    <config_header>
    <some_configelement>whatever</some_configelement>
    <another_configelement>whatever2</another_configelement>
    </config_header>
    <data>
    <some_dataelement>whatever</some_dataelement>
    <another_dataelement>whatever2</another_dataelement>
    </data>
    </the_request>
    </soapenv:body>
    Thats it, no magic, no soap headers, nothing. Its all
    contained within the body. Side note: How does CFinvoke arguments
    keep track of what child elements they are under in the call? Any
    help would be appreciated..
    Thanks! Jeff

    I wish I could give more details. Heck, I would post the
    entire WSDL and soap call, but I am under NDA with the company that
    I am implementing it from. I am also in between a rock and hard
    place, because they DO NOT have any coldfusion implementation of
    their product and know nothing about the language. So, I am SOL
    when I am having problems with consuming their web service.
    With that being said, I have used CFINVOKE and CFinvoke
    arguement. Odd thing is that when I do and pass the correct
    arguments, it tells me that the method doesn't exist. Now, I have
    even heard that you must include all optional arguments with some
    web services. I tried that too, still it tells me the method I
    chose doesn't exist. Very frustrating.
    Thats why I thought there might be a way to use the entire
    soap envelope against the WSDL to produce a result other than
    "method doesn't exist".
    Jeff

Maybe you are looking for

  • How to retrieve information from server?

    Hi, I'm currently working on a project, which is implemented with JSP. The function of the JSP is to connect to different servers within the Intranet(IP address already known) and get database list & file list residing on each server. And then compos

  • How do I create a new library in LR5 with photos from LR3 and older computer?

    I want to take photos I originally imported with LR3 on an older computer and creat a new library in LR5 on my new computer. I want to throw out all old metadata, folder names and keywords and start from scratch. How would I go about this. My photo l

  • Double click will not open folder

    For some reason I cannot open a folder or document by doulble clicking on it.  This has only started happening today, though on my wife's login it works fine.  Any syggestions would be appreciated. O/S 10.6.8  Intel 2.66 Thanks Neil

  • Reason and Org management in activity

    Hi, When We create a Business Activity, We want to be able form list of Reason depending on Organizational Units: Example: User select Org Unit 1: Reason 1 Reason 2 Reason 3 for select in the activity User select Org Unit 2: Reason 3 Reason 2 Reason

  • How do I get duplex printing with MS Office on HP 1320n

    Hi I have an iMac running Snow Leopard. I have Office for Mac 2010 installed. I use an HP1320n Laser printer If I print an email, or a pdf, the print dialog options show a tick box for me to choose two sided printing - and this works fine But if I pr