Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8660121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:10:39+00:00 2026-06-12T16:10:39+00:00

I have a WSDL as below. I am trying to identify how to get

  • 0

I have a WSDL as below. I am trying to identify how to get the Prefix for SOAP Methods from this document, can someone please help.

Below is the Prefix Method generated through SOAP-UI, please note the bold part Foo in the method prefix, is there any way can identify the prefix to use from the WSDL or XSD ?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"                  xmlns:cad="http://Foobarlog.com/">
<soapenv:Header/>
<soapenv:Body>
  <**Foo**:getCADPullLogs>
     <request>
     </request>
  </**Foo**:getCADPullLogs>

WSDL File As Below

<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://Foobarlog.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://Foobarlog.com/" name="FoobarLogReadWebService">
<script />
<types>
    <xsd:schema>
        <xsd:import namespace="http://Foobarlog.com/" schemaLocation="http://10.X.X.X:9099/FoobarLogWebService/FoobarLogReadWebService?xsd=1" />
    </xsd:schema>
</types>
<message name="getFoobarPullLogs">
    <part name="parameters" element="tns:getFoobarPullLogs" />
</message>
<message name="getFoobarPullLogsResponse">
    <part name="parameters" element="tns:getFoobarPullLogsResponse" />
</message>
<message name="getFoobarPushLogs">
    <part name="parameters" element="tns:getFoobarPushLogs" />
</message>
<message name="getFoobarPushLogsResponse">
    <part name="parameters" element="tns:getFoobarPushLogsResponse" />
</message>
<message name="getFoobarTxnDetails">
    <part name="parameters" element="tns:getFoobarTxnDetails" />
</message>
<message name="getFoobarTxnDetailsResponse">
    <part name="parameters" element="tns:getFoobarTxnDetailsResponse" />
</message>
<portType name="FoobarLogReadWebService">
    <operation name="getFoobarPullLogs">
        <input wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarPullLogsRequest" message="tns:getFoobarPullLogs" />
        <output wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarPullLogsResponse" message="tns:getFoobarPullLogsResponse" />
    </operation>
    <operation name="getFoobarPushLogs">
        <input wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarPushLogsRequest" message="tns:getFoobarPushLogs" />
        <output wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarPushLogsResponse" message="tns:getFoobarPushLogsResponse" />
    </operation>
    <operation name="getFoobarTxnDetails">
        <input wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarTxnDetailsRequest" message="tns:getFoobarTxnDetails" />
        <output wsam:Action="http://Foobarlog.com/FoobarLogReadWebService/getFoobarTxnDetailsResponse" message="tns:getFoobarTxnDetailsResponse" />
    </operation>
</portType>
<binding name="FoobarLogReadWebServicePortBinding" type="tns:FoobarLogReadWebService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="getFoobarPullLogs">
        <soap:operation soapAction="" />
        <input>
            <soap:body use="literal" />
        </input>
        <output>
            <soap:body use="literal" />
        </output>
    </operation>
    <operation name="getFoobarPushLogs">
        <soap:operation soapAction="" />
        <input>
            <soap:body use="literal" />
        </input>
        <output>
            <soap:body use="literal" />
        </output>
    </operation>
    <operation name="getFoobarTxnDetails">
        <soap:operation soapAction="" />
        <input>
            <soap:body use="literal" />
        </input>
        <output>
            <soap:body use="literal" />
        </output>
    </operation>
</binding>
<service name="FoobarLogReadWebService">
    <port name="FoobarLogReadWebServicePort" binding="tns:FoobarLogReadWebServicePortBinding">
        <soap:address location="http://10.X.X.X:9099/FoobarLogWebService/FoobarLogReadWebService" />
    </port>
</service>

XSD as Below

<xs:schema xmlns:tns="http://Fooabrlog.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://Fooabrlog.com/">
<script />
<xs:element name="getFoobarPullLogs" type="tns:getFoobarPullLogs" />
<xs:element name="getFoobarPullLogsResponse" type="tns:getFoobarPullLogsResponse" />
<xs:element name="getFoobarPushLogs" type="tns:getFoobarPushLogs" />
<xs:element name="getFoobarPushLogsResponse" type="tns:getFoobarPushLogsResponse" />
<xs:element name="getFoobarTxnDetails" type="tns:getFoobarTxnDetails" />
<xs:element name="getFoobarTxnDetailsResponse" type="tns:getFoobarTxnDetailsResponse" />
<xs:complexType name="getFoobarPushLogs">
    <xs:sequence>
        <xs:element name="request" type="tns:FoobarPushRequestObject" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPushRequestObject">
    <xs:sequence>
        <xs:element name="ID" type="xs:string" minOccurs="0" />
        <xs:element name="endDt" type="xs:string" minOccurs="0" />
        <xs:element name="userName" type="xs:string" minOccurs="0" />
        <xs:element name="requestType" type="xs:string" minOccurs="0" />
        <xs:element name="startDt" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="getFoobarPushLogsResponse">
    <xs:sequence>
        <xs:element name="return" type="tns:FoobarPushResponseBean" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPushResponseBean">
    <xs:sequence>
        <xs:element name="FoobarLogsResponse" type="tns:FoobarPushRequestBean" nillable="true" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="responseCode" type="xs:int" />
        <xs:element name="responseText" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPushRequestBean">
    <xs:sequence>
        <xs:element name="data" type="xs:string" minOccurs="0" />
        <xs:element name="destination" type="xs:string" minOccurs="0" />
        <xs:element name="header" type="xs:string" minOccurs="0" />
        <xs:element name="messageStatus" type="xs:string" minOccurs="0" />
        <xs:element name="originator" type="xs:string" minOccurs="0" />
        <xs:element name="requestID" type="xs:string" minOccurs="0" />
        <xs:element name="submitDT" type="xs:string" minOccurs="0" />
        <xs:element name="treatDT" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="getFoobarTxnDetails">
    <xs:sequence>
        <xs:element name="request" type="tns:FoobarTxnRequestObject" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarTxnRequestObject">
    <xs:sequence>
        <xs:element name="FoobarRequestID" type="xs:string" minOccurs="0" />
        <xs:element name="ID" type="xs:string" minOccurs="0" />
        <xs:element name="endDt" type="xs:string" minOccurs="0" />
        <xs:element name="userName" type="xs:string" minOccurs="0" />
        <xs:element name="requestType" type="xs:string" minOccurs="0" />
        <xs:element name="startDt" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="getFoobarTxnDetailsResponse">
    <xs:sequence>
        <xs:element name="return" type="tns:FoobarTxnResponseBean" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarTxnResponseBean">
    <xs:sequence>
        <xs:element name="FoobarTxnResponse" type="tns:FoobarTxnRequestBean" nillable="true" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="responseCode" type="xs:int" />
        <xs:element name="responseText" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarTxnRequestBean">
    <xs:sequence>
        <xs:element name="data" type="xs:string" minOccurs="0" />
        <xs:element name="header" type="xs:string" minOccurs="0" />
        <xs:element name="requestID" type="xs:string" minOccurs="0" />
        <xs:element name="status" type="xs:string" minOccurs="0" />
        <xs:element name="submitDT" type="xs:string" minOccurs="0" />
        <xs:element name="treatDT" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="getFoobarPullLogs">
    <xs:sequence>
        <xs:element name="request" type="tns:FoobarPullRequestObject" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPullRequestObject">
    <xs:sequence>
        <xs:element name="ID" type="xs:string" minOccurs="0" />
        <xs:element name="endDt" type="xs:string" minOccurs="0" />
        <xs:element name="userName" type="xs:string" minOccurs="0" />
        <xs:element name="requestType" type="xs:string" minOccurs="0" />
        <xs:element name="startDt" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="getFoobarPullLogsResponse">
    <xs:sequence>
        <xs:element name="return" type="tns:FoobarPullResponseBean" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPullResponseBean">
    <xs:sequence>
        <xs:element name="FoobarLogsResponse" type="tns:FoobarPullRequestBean" nillable="true" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="responseCode" type="xs:int" />
        <xs:element name="responseText" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
<xs:complexType name="FoobarPullRequestBean">
    <xs:sequence>
        <xs:element name="data" type="xs:string" minOccurs="0" />
        <xs:element name="destination" type="xs:string" minOccurs="0" />
        <xs:element name="originator" type="xs:string" minOccurs="0" />
        <xs:element name="requestID" type="xs:string" minOccurs="0" />
        <xs:element name="serviceProfileID" type="xs:string" minOccurs="0" />
        <xs:element name="submitDt" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:10:40+00:00Added an answer on June 12, 2026 at 4:10 pm

    You can use any prefix you like as long as it’s mapped to the right namespace URI, namely the targetNamespace of the XSD (http://Fooabrlog.com/). In the example XML you’ve supplied you have xmlns:cad="http://Foobarlog.com/" (which I presume is supposed to be the same URI but typoed in the question), so <cad:getCADPullLogs> should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone please help me on below? I have a WSDL and some XSD
I have a WSDL (portion show below), from which I am trying to retrieve
Here is the situation. I have received a WSDL (and included XSD) from someone
Could someone please shed some light on this behaviour? It looks like Delphi SOAP
When I am trying to generate Apex classes from the below WSDL file I
Im trying to consume a web service using the below WSDL from a .NET
I'm trying to generate Java service classes from a WSDL definition I have already
I have a WSDL that does not expose the SOAP headers, but I need
I have been struggling trying to figure out this mindbody API for a while
I have a WSDL file which is from an Axis2 Web Service. When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.